Changeset 2393141
- Timestamp:
- 10/04/2020 12:11:03 PM (5 years ago)
- Location:
- limb-gallery/trunk
- Files:
-
- 4 edited
-
admin/views/ViewShortcode.php (modified) (1 diff)
-
database/GRSGalleryUpdate.php (modified) (1 diff)
-
gallery-rs.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
limb-gallery/trunk/admin/views/ViewShortcode.php
r2197606 r2393141 56 56 $params = $this->model->getShortCode( $id ); 57 57 } else { 58 $params = ' ';58 $params = '{}'; 59 59 $id = - 1; 60 60 } -
limb-gallery/trunk/database/GRSGalleryUpdate.php
r2197606 r2393141 47 47 48 48 return false; 49 } 50 51 /** 52 * Alter for 1.4.5 53 * Fixed gutenberg publishing issue, 54 * Fixed "No gallery" issue 55 * 56 * @return bool 57 */ 58 public function alter_4_5() { 59 return $this->alter_4_4(); 49 60 } 50 61 -
limb-gallery/trunk/gallery-rs.php
r2197606 r2393141 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.4. 47 * Version: 1.4.5 8 8 * Author: Limb 9 9 * Author URI: http://limbcode.com … … 21 21 protected static $aCsOptName = 'LIMB_gallery_act_status'; 22 22 protected static $vOptName = 'LIMB_gallery_version'; 23 protected static $currentVersion = '1.4. 4';23 protected static $currentVersion = '1.4.5'; 24 24 protected static $grsMainFile; 25 25 protected static $uploadDir; … … 313 313 'render_callback' => array( &$this, 'renderBlock' ), 314 314 'attributes' => array( 315 'id' => 0, 316 'timestamp' => 0 315 'id' => [ 316 'type' => 'number', 317 'default' => 0 318 ], 319 'timestamp' => [ 320 'type' => 'number', 321 'default' => 0 322 ] 317 323 ) 318 324 ) ); -
limb-gallery/trunk/readme.txt
r2383533 r2393141 1 === Photo And VideoGallery ===1 === Photo Gallery === 2 2 Contributors: limbcode 3 3 Donate link: https://limbcode.com/ 4 Tags: carousel, carousel slider, gallery, photo gallery, image gallery4 Tags: photo gallery, gallery, image gallery, carousel, carousel slider, 3d carousel 5 5 Requires at least: 3.4 6 Stable tag: 1.4. 46 Stable tag: 1.4.5 7 7 Tested up to: 5.5.1 8 8 License: GPLv2 9 9 10 Limb Gallery is an advanced solution to build mobile friendly image gallery and video gallery with multiple views.10 Limb Photo Gallery is an advanced solution to build mobile friendly image gallery and video gallery with multiple views. 11 11 12 12 == Description == … … 158 158 == Changelog == 159 159 160 = 1.4.5 = 161 162 * Fixed "No gallery" issue 163 * Fixed Gutenberg gallery publishing issue 164 160 165 = 1.4.4 = 161 166
Note: See TracChangeset
for help on using the changeset viewer.