Plugin Directory

Changeset 485026


Ignore:
Timestamp:
01/05/2012 12:03:14 PM (14 years ago)
Author:
bmodesign2
Message:

little fix for external links

Location:
nextgen-scrollgallery/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • nextgen-scrollgallery/trunk/nggScrollGallery.php

    r465698 r485026  
    66Author: Benedikt Morschheuser
    77Author URI: http://bmo-design.de/
    8 Version: 1.7.7
     8Version: 1.7.8
    99
    1010#################################################################
     
    2626class ScrollGallery {
    2727   
    28      private $nggsgversion = "1.7.7"; //Version
     28     private $nggsgversion = "1.7.8"; //Version
    2929     
    3030     function nggScrollGalleryReplaceShortcode($atts, $content = '') { //new Version, see http://codex.wordpress.org/Shortcode_API
     
    376376          foreach($middleValues as $value) {
    377377             if(preg_match("/=/",$value)){
    378                 list($key, $value) = explode("=", $value);
     378                list($key, $value) = explode("=", $value, 2);//2 damit nur erstes = geteilt wird
    379379         
    380380                 if (trim($key) != "")
  • nextgen-scrollgallery/trunk/readme.txt

    r465698 r485026  
    9999
    100100= Version 1.7 =
     101    * 1.7.8 little fix for external links
    101102    * 1.7.7 little caption bugfix
    102103    * 1.7.6 option to use desc as caption
Note: See TracChangeset for help on using the changeset viewer.