Plugin Directory

Changeset 2780677


Ignore:
Timestamp:
09/06/2022 12:29:13 PM (4 years ago)
Author:
limbcode
Message:

1.5.5 trunk release

Location:
limb-gallery/trunk
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • limb-gallery/trunk/database/GRSGalleryUpdate.php

    r2698592 r2780677  
    4646
    4747        return false;
     48    }
     49
     50    /**
     51     * Fixed update bug
     52     *
     53     * @return bool
     54     */
     55    public function alter_5_5() {
     56        return $this->alter_5_4();
     57    }
     58
     59    /**
     60     * Read me update
     61     *
     62     * @return bool
     63     */
     64    public function alter_5_4() {
     65        return $this->alter_5_3();
    4866    }
    4967
  • limb-gallery/trunk/gallery-rs.php

    r2776424 r2780677  
    55 * Plugin URI: http://limbcode.com
    66 * Description: Limb Gallery is an advanced solution to build gallery with multiple views, create awesome albums, embed social media, view photos and videos via stunning lightboxes and share them to social networks.
    7  * Version: 1.5.4
     7 * Version: 1.5.5
    88 * Author: Limb
    99 * Author URI: http://limbcode.com
     
    5959            public static  $aCsOptName = 'LIMB_gallery_act_status' ;
    6060            public static  $vOptName = 'LIMB_gallery_version' ;
    61             public static  $currentVersion = '1.5.4' ;
     61            public static  $currentVersion = '1.5.5' ;
    6262            public static  $grsMainFile ;
    6363            public static  $uploadDir ;
     
    206206            }
    207207           
    208             public function grsActivate()
     208            public static function grsActivate()
    209209            {
    210210                require_once GRS_PLG_DIR . '/smart/GRSGallerySmart.php';
  • limb-gallery/trunk/readme.txt

    r2776424 r2780677  
    66Tags: gallery, image gallery, video gallery, photo gallery, best gallery plugin, wordpress gallery plugin, carousel, wordpress video gallery,
    77Requires at least: 3.4
    8 Stable tag: 1.5.4
     8Stable tag: 1.5.5
    99Tested up to: 6.1
    1010Requires PHP: 5.6
     
    164164== Changelog ==
    165165
     166= 1.5.5 =
     167* Previous update bug fix
     168
    166169= 1.5.4 =
    167170* Updated Freemius SDK to v2.4.5.
Note: See TracChangeset for help on using the changeset viewer.