Plugin Directory

Changeset 2601420


Ignore:
Timestamp:
09/19/2021 09:19:50 PM (5 years ago)
Author:
limbcode
Message:

1.4.9 trunk release

Location:
limb-gallery/trunk
Files:
189 added
4 edited

Legend:

Unmodified
Added
Removed
  • limb-gallery/trunk/.gitignore

    r2135429 r2601420  
    22css/grsTemplate[0-9]
    33js/node_modules
    4 js/gulpfile.js
    5 js/package.json
    64*/ctags.tmp
  • limb-gallery/trunk/database/GRSGalleryUpdate.php

    r2503833 r2601420  
    4747
    4848        return false;
     49    }
     50   
     51    /**
     52     * Alter for 1.4.9
     53     * Added Freemius SDK
     54     *
     55     * @return bool
     56     */
     57    public function alter_4_9() {
     58        return $this->alter_4_8();
    4959    }
    5060
  • limb-gallery/trunk/gallery-rs.php

    r2503833 r2601420  
    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.8
     7 * Version: 1.4.9
    88 * Author: Limb
    99 * Author URI: http://limbcode.com
     
    1212 * Domain Path: /languages
    1313 */
     14if ( ! function_exists( 'lg_fs' ) ) {
     15    // Create a helper function for easy SDK access.
     16    function lg_fs() {
     17        global $lg_fs;
     18
     19        if ( ! isset( $lg_fs ) ) {
     20            // Include Freemius SDK.
     21            require_once dirname( __FILE__ ) . '/vendor/freemius/start.php';
     22
     23            $lg_fs = fs_dynamic_init( array(
     24                'id'                  => '8924',
     25                'slug'                => 'limb-gallery',
     26                'premium_slug'        => 'limb-gallery-paid',
     27                'type'                => 'plugin',
     28                'public_key'          => 'pk_4cb0cf8cbd5010d4b74aaeb4b86cb',
     29                'is_premium'          => true,
     30                // If your plugin is a serviceware, set this option to false.
     31                'has_premium_version' => true,
     32                'has_addons'          => false,
     33                'has_paid_plans'      => true,
     34                'menu'                => array(
     35                    'slug'           => 'galleries_grs',
     36                ),
     37                // Set the SDK to work in a sandbox mode (for development & testing).
     38                // IMPORTANT: MAKE SURE TO REMOVE SECRET KEY BEFORE DEPLOYMENT.
     39                'secret_key'          => 'sk_gXmmQ8yobm3w9LvY6j}UfquiO!J;I',
     40            ) );
     41        }
     42
     43        return $lg_fs;
     44    }
     45
     46    // Init Freemius.
     47    lg_fs();
     48    // Signal that SDK was initiated.
     49    do_action( 'lg_fs_loaded' );
     50
     51    if(lg_fs()) {
     52        $limb = new LIMB_Gallery();
     53    }
     54}
    1455class LIMB_Gallery {
    1556
     
    2162    protected static $aCsOptName = 'LIMB_gallery_act_status';
    2263    protected static $vOptName = 'LIMB_gallery_version';
    23     protected static $currentVersion = '1.4.8';
     64    protected static $currentVersion = '1.4.9';
    2465    protected static $grsMainFile;
    2566    protected static $uploadDir;
     
    366407    }
    367408}
    368 
    369 $limb = new LIMB_Gallery();
  • limb-gallery/trunk/readme.txt

    r2579187 r2601420  
    11=== WordPress Gallery Plugin - Limb Image Gallery ===
    2 Contributors: limbcode
     2Contributors: limbcode, gauchoplugins, freemius
     3Author URI: https://www.gauchoplugins.com/
     4Plugin URI: https://limbcode.com/
    35Donate link: https://limbcode.com/
    4 Tags: gallery, image gallery, photo gallery, best gallery plugin, wordpress gallery plugin
     6Tags: gallery, image gallery, video gallery, photo gallery, best gallery plugin, wordpress gallery plugin, carousel,
    57Requires at least: 3.4
    6 Stable tag: 1.4.8
     8Stable tag: 1.4.9
    79Tested up to: 5.8
    8 License: GPLv2
     10Requires PHP: 5.6
     11License: GPLv3 or later
     12License URI: http://www.gnu.org/licenses/gpl-3.0.html
    913
    1014Limb WordPress Image Gallery is an advanced solution to build mobile friendly image gallery and video gallery with multiple views.
     
    1216== Description ==
    1317
    14 Limb Gallery is a very effective WordPress plugin which allows you to make creative photo and video galleries with responsive layouts and customizable styles. The process of the photo and video gallery creation is very easy and enjoyable due to its high speed and the fact that the main actions of the plugin, such as adding images and preview images are animated movements. Limb Gallery have 5 different views for gallery and 3 views for album. Moreover, one gallery can be published multiple times with different themes and options and you can also collapse them into the albums and publish them, too. The plugin has a single page admin which enables you to control everything just from one single page. It also has a very functional built-in uploader which accelerates the process of the gallery and album creation with the help of its advanced functions, such as uploading, renaming, deleting images and creating folders. Finally, Limb Gallery has a very important characteristic which is the opportunity to choose the exact pro-features of the plugin that you need without purchasing the others. <br>
     18Limb Gallery is a very effective WordPress plugin which allows you to make creative photo and video galleries with responsive layouts and customizable styles. The process of the photo and video gallery creation is very easy and enjoyable due to its high speed and the fact that the main actions of the plugin, such as adding images and preview images are animated movements. Limb Gallery has 5 different views for the gallery layout and 3 views for the album layout.
     19
     20Moreover, one gallery can be published multiple times with different themes and options and you can also collapse them into the albums and publish them, too. The plugin has a single page admin which enables you to control everything just from one single page. It also has a very functional built-in uploader which accelerates the process of the gallery and album creation with the help of its advanced functions, such as uploading, renaming, deleting images and creating folders. Finally, Limb Gallery has a very important characteristic which is the opportunity to choose the exact pro-features of the plugin that you need without purchasing the others. <br>
    1521
    1622https://www.youtube.com/watch?v=82V_w3aTTO4
     
    5258**Shortcode**<br>
    5359
    54 The shortcode function of the plugin allows to publish one gallery in multiple ways due to many editable options. Add Limb Gallery button is available both in visual and text tabs of wp editor. The function also gives the opportunity to set the type of layout for gallery and parameters based on the chosen view type. Moreover, the main options for the creation of the lightbox are also in the shortcode function.<br>
     60The shortcode function of the plugin allows users to publish one gallery in multiple ways due to many editable options. Adding a Limb Gallery button is available both in visual and text tabs of the WordPress editor. The function also gives the opportunity to set the type of layout for the gallery and parameters based on the chosen view type. Moreover, the main options for the creation of the lightbox are also in the shortcode function.<br>
    5561
    5662**Custom order with "Drag and Drop"**<br>
     
    6672The lightbox with high functionality allow to view images, create slideshows with multiple effects. There are also options which enable social sharing which help users to share images in Facebook, Twitter, Google+, etc. The comments function allow to post comments to images.
    6773
    68 **Pageination**<br>
    69 
    70 Pagination can be produced with following ways: scrolling, numbers, load more button.
     74**Pagination**<br>
     75
     76Pagination can be produced in the following ways: scrolling, numbers, and a load more button.
    7177
    7278**Responsive layouts**<br>
     
    138144Select gallery/album, press "Camera" icon in preview image container, double click to image from uploader .
    139145
    140 = How to publish gallery ? =
     146= How to publish a gallery ? =
    141147
    142148Add new page/post in wordpress, press limb icon in wp-editor, choose gallery, choose theme, click "Ok" , publish page/post.
     
    157163
    158164== Changelog ==
     165
     166= 1.4.9 =
     167
     168Freemius Integration benefits:
     169* Easier to get in touch with  the dev team for feature requests, questions, or issues of any kind directly in the WP Admin.
     170* Plans and licenses can be managed directly in the WP Admin.
     171* Improved Security & Privacy options allow choosing what to with data via the opt-in mechanism.
     172* The Gaucho Plugins development team can focus on creating better features for Limb Gallery.
    159173
    160174= 1.4.8 =
Note: See TracChangeset for help on using the changeset viewer.