Plugin Directory

Changeset 2393141


Ignore:
Timestamp:
10/04/2020 12:11:03 PM (5 years ago)
Author:
limbcode
Message:

1.4.5 trunk release

Location:
limb-gallery/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • limb-gallery/trunk/admin/views/ViewShortcode.php

    r2197606 r2393141  
    5656            $params = $this->model->getShortCode( $id );
    5757        } else {
    58             $params = '';
     58            $params = '{}';
    5959            $id     = - 1;
    6060        }
  • limb-gallery/trunk/database/GRSGalleryUpdate.php

    r2197606 r2393141  
    4747
    4848        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();
    4960    }
    5061
  • limb-gallery/trunk/gallery-rs.php

    r2197606 r2393141  
    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.4.4
     7 * Version: 1.4.5
    88 * Author: Limb
    99 * Author URI: http://limbcode.com
     
    2121    protected static $aCsOptName = 'LIMB_gallery_act_status';
    2222    protected static $vOptName = 'LIMB_gallery_version';
    23     protected static $currentVersion = '1.4.4';
     23    protected static $currentVersion = '1.4.5';
    2424    protected static $grsMainFile;
    2525    protected static $uploadDir;
     
    313313            'render_callback' => array( &$this, 'renderBlock' ),
    314314            '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                ]
    317323            )
    318324        ) );
  • limb-gallery/trunk/readme.txt

    r2383533 r2393141  
    1 === Photo And Video Gallery ===
     1=== Photo Gallery ===
    22Contributors: limbcode
    33Donate link: https://limbcode.com/
    4 Tags: carousel, carousel slider, gallery, photo gallery, image gallery
     4Tags: photo gallery, gallery, image gallery, carousel, carousel slider, 3d carousel
    55Requires at least: 3.4
    6 Stable tag: 1.4.4
     6Stable tag: 1.4.5
    77Tested up to: 5.5.1
    88License: GPLv2
    99
    10 Limb Gallery is an advanced solution to build mobile friendly image gallery and video gallery with multiple views.
     10Limb Photo Gallery is an advanced solution to build mobile friendly image gallery and video gallery with multiple views.
    1111
    1212== Description ==
     
    158158== Changelog ==
    159159
     160= 1.4.5 =
     161
     162* Fixed "No gallery" issue
     163* Fixed Gutenberg gallery publishing issue
     164
    160165= 1.4.4 =
    161166
Note: See TracChangeset for help on using the changeset viewer.