Changeset 2780677
- Timestamp:
- 09/06/2022 12:29:13 PM (4 years ago)
- Location:
- limb-gallery/trunk
- Files:
-
- 1 deleted
- 3 edited
-
.vscode (deleted)
-
database/GRSGalleryUpdate.php (modified) (1 diff)
-
gallery-rs.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
limb-gallery/trunk/database/GRSGalleryUpdate.php
r2698592 r2780677 46 46 47 47 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(); 48 66 } 49 67 -
limb-gallery/trunk/gallery-rs.php
r2776424 r2780677 5 5 * Plugin URI: http://limbcode.com 6 6 * 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. 47 * Version: 1.5.5 8 8 * Author: Limb 9 9 * Author URI: http://limbcode.com … … 59 59 public static $aCsOptName = 'LIMB_gallery_act_status' ; 60 60 public static $vOptName = 'LIMB_gallery_version' ; 61 public static $currentVersion = '1.5. 4' ;61 public static $currentVersion = '1.5.5' ; 62 62 public static $grsMainFile ; 63 63 public static $uploadDir ; … … 206 206 } 207 207 208 public function grsActivate()208 public static function grsActivate() 209 209 { 210 210 require_once GRS_PLG_DIR . '/smart/GRSGallerySmart.php'; -
limb-gallery/trunk/readme.txt
r2776424 r2780677 6 6 Tags: gallery, image gallery, video gallery, photo gallery, best gallery plugin, wordpress gallery plugin, carousel, wordpress video gallery, 7 7 Requires at least: 3.4 8 Stable tag: 1.5. 48 Stable tag: 1.5.5 9 9 Tested up to: 6.1 10 10 Requires PHP: 5.6 … … 164 164 == Changelog == 165 165 166 = 1.5.5 = 167 * Previous update bug fix 168 166 169 = 1.5.4 = 167 170 * Updated Freemius SDK to v2.4.5.
Note: See TracChangeset
for help on using the changeset viewer.