Changeset 2601420
- Timestamp:
- 09/19/2021 09:19:50 PM (5 years ago)
- Location:
- limb-gallery/trunk
- Files:
-
- 189 added
- 4 edited
-
.gitignore (modified) (1 diff)
-
database/GRSGalleryUpdate.php (modified) (1 diff)
-
gallery-rs.php (modified) (4 diffs)
-
readme.txt (modified) (6 diffs)
-
vendor (added)
-
vendor/freemius (added)
-
vendor/freemius/LICENSE.txt (added)
-
vendor/freemius/README.md (added)
-
vendor/freemius/assets (added)
-
vendor/freemius/assets/css (added)
-
vendor/freemius/assets/css/admin (added)
-
vendor/freemius/assets/css/admin/account.css (added)
-
vendor/freemius/assets/css/admin/add-ons.css (added)
-
vendor/freemius/assets/css/admin/affiliation.css (added)
-
vendor/freemius/assets/css/admin/checkout.css (added)
-
vendor/freemius/assets/css/admin/common.css (added)
-
vendor/freemius/assets/css/admin/connect.css (added)
-
vendor/freemius/assets/css/admin/debug.css (added)
-
vendor/freemius/assets/css/admin/dialog-boxes.css (added)
-
vendor/freemius/assets/css/admin/gdpr-optin-notice.css (added)
-
vendor/freemius/assets/css/admin/index.php (added)
-
vendor/freemius/assets/css/admin/plugins.css (added)
-
vendor/freemius/assets/css/customizer.css (added)
-
vendor/freemius/assets/css/index.php (added)
-
vendor/freemius/assets/img (added)
-
vendor/freemius/assets/img/index.php (added)
-
vendor/freemius/assets/img/limb-gallery.png (added)
-
vendor/freemius/assets/img/plugin-icon.png (added)
-
vendor/freemius/assets/img/theme-icon.png (added)
-
vendor/freemius/assets/index.php (added)
-
vendor/freemius/assets/js (added)
-
vendor/freemius/assets/js/index.php (added)
-
vendor/freemius/assets/js/nojquery.ba-postmessage.js (added)
-
vendor/freemius/assets/js/nojquery.ba-postmessage.min.js (added)
-
vendor/freemius/assets/js/postmessage.js (added)
-
vendor/freemius/config.php (added)
-
vendor/freemius/includes (added)
-
vendor/freemius/includes/class-freemius-abstract.php (added)
-
vendor/freemius/includes/class-freemius.php (added)
-
vendor/freemius/includes/class-fs-admin-notices.php (added)
-
vendor/freemius/includes/class-fs-api.php (added)
-
vendor/freemius/includes/class-fs-logger.php (added)
-
vendor/freemius/includes/class-fs-options.php (added)
-
vendor/freemius/includes/class-fs-plugin-updater.php (added)
-
vendor/freemius/includes/class-fs-security.php (added)
-
vendor/freemius/includes/class-fs-storage.php (added)
-
vendor/freemius/includes/class-fs-user-lock.php (added)
-
vendor/freemius/includes/customizer (added)
-
vendor/freemius/includes/customizer/class-fs-customizer-support-section.php (added)
-
vendor/freemius/includes/customizer/class-fs-customizer-upsell-control.php (added)
-
vendor/freemius/includes/customizer/index.php (added)
-
vendor/freemius/includes/debug (added)
-
vendor/freemius/includes/debug/class-fs-debug-bar-panel.php (added)
-
vendor/freemius/includes/debug/debug-bar-start.php (added)
-
vendor/freemius/includes/debug/index.php (added)
-
vendor/freemius/includes/entities (added)
-
vendor/freemius/includes/entities/class-fs-affiliate-terms.php (added)
-
vendor/freemius/includes/entities/class-fs-affiliate.php (added)
-
vendor/freemius/includes/entities/class-fs-billing.php (added)
-
vendor/freemius/includes/entities/class-fs-entity.php (added)
-
vendor/freemius/includes/entities/class-fs-payment.php (added)
-
vendor/freemius/includes/entities/class-fs-plugin-info.php (added)
-
vendor/freemius/includes/entities/class-fs-plugin-license.php (added)
-
vendor/freemius/includes/entities/class-fs-plugin-plan.php (added)
-
vendor/freemius/includes/entities/class-fs-plugin-tag.php (added)
-
vendor/freemius/includes/entities/class-fs-plugin.php (added)
-
vendor/freemius/includes/entities/class-fs-pricing.php (added)
-
vendor/freemius/includes/entities/class-fs-scope-entity.php (added)
-
vendor/freemius/includes/entities/class-fs-site.php (added)
-
vendor/freemius/includes/entities/class-fs-subscription.php (added)
-
vendor/freemius/includes/entities/class-fs-user.php (added)
-
vendor/freemius/includes/entities/index.php (added)
-
vendor/freemius/includes/fs-core-functions.php (added)
-
vendor/freemius/includes/fs-essential-functions.php (added)
-
vendor/freemius/includes/fs-plugin-info-dialog.php (added)
-
vendor/freemius/includes/i18n.php (added)
-
vendor/freemius/includes/index.php (added)
-
vendor/freemius/includes/l10n.php (added)
-
vendor/freemius/includes/managers (added)
-
vendor/freemius/includes/managers/class-fs-admin-menu-manager.php (added)
-
vendor/freemius/includes/managers/class-fs-admin-notice-manager.php (added)
-
vendor/freemius/includes/managers/class-fs-cache-manager.php (added)
-
vendor/freemius/includes/managers/class-fs-gdpr-manager.php (added)
-
vendor/freemius/includes/managers/class-fs-key-value-storage.php (added)
-
vendor/freemius/includes/managers/class-fs-license-manager.php (added)
-
vendor/freemius/includes/managers/class-fs-option-manager.php (added)
-
vendor/freemius/includes/managers/class-fs-plan-manager.php (added)
-
vendor/freemius/includes/managers/class-fs-plugin-manager.php (added)
-
vendor/freemius/includes/managers/index.php (added)
-
vendor/freemius/includes/sdk (added)
-
vendor/freemius/includes/sdk/Exceptions (added)
-
vendor/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php (added)
-
vendor/freemius/includes/sdk/Exceptions/EmptyArgumentException.php (added)
-
vendor/freemius/includes/sdk/Exceptions/Exception.php (added)
-
vendor/freemius/includes/sdk/Exceptions/InvalidArgumentException.php (added)
-
vendor/freemius/includes/sdk/Exceptions/OAuthException.php (added)
-
vendor/freemius/includes/sdk/Exceptions/index.php (added)
-
vendor/freemius/includes/sdk/FreemiusBase.php (added)
-
vendor/freemius/includes/sdk/FreemiusWordPress.php (added)
-
vendor/freemius/includes/sdk/LICENSE.txt (added)
-
vendor/freemius/includes/sdk/index.php (added)
-
vendor/freemius/includes/supplements (added)
-
vendor/freemius/includes/supplements/fs-essential-functions-1.1.7.1.php (added)
-
vendor/freemius/includes/supplements/fs-essential-functions-2.2.1.php (added)
-
vendor/freemius/includes/supplements/index.php (added)
-
vendor/freemius/index.php (added)
-
vendor/freemius/languages (added)
-
vendor/freemius/languages/freemius-cs_CZ.mo (added)
-
vendor/freemius/languages/freemius-da_DK.mo (added)
-
vendor/freemius/languages/freemius-en.mo (added)
-
vendor/freemius/languages/freemius-es_ES.mo (added)
-
vendor/freemius/languages/freemius-fr_FR.mo (added)
-
vendor/freemius/languages/freemius-he_IL.mo (added)
-
vendor/freemius/languages/freemius-hu_HU.mo (added)
-
vendor/freemius/languages/freemius-it_IT.mo (added)
-
vendor/freemius/languages/freemius-ja.mo (added)
-
vendor/freemius/languages/freemius-nl_NL.mo (added)
-
vendor/freemius/languages/freemius-ru_RU.mo (added)
-
vendor/freemius/languages/freemius-ta.mo (added)
-
vendor/freemius/languages/freemius-zh_CN.mo (added)
-
vendor/freemius/languages/freemius.pot (added)
-
vendor/freemius/languages/index.php (added)
-
vendor/freemius/package.json (added)
-
vendor/freemius/require.php (added)
-
vendor/freemius/start.php (added)
-
vendor/freemius/templates (added)
-
vendor/freemius/templates/account (added)
-
vendor/freemius/templates/account.php (added)
-
vendor/freemius/templates/account/billing.php (added)
-
vendor/freemius/templates/account/index.php (added)
-
vendor/freemius/templates/account/partials (added)
-
vendor/freemius/templates/account/partials/activate-license-button.php (added)
-
vendor/freemius/templates/account/partials/addon.php (added)
-
vendor/freemius/templates/account/partials/deactivate-license-button.php (added)
-
vendor/freemius/templates/account/partials/index.php (added)
-
vendor/freemius/templates/account/partials/site.php (added)
-
vendor/freemius/templates/account/payments.php (added)
-
vendor/freemius/templates/add-ons.php (added)
-
vendor/freemius/templates/add-trial-to-pricing.php (added)
-
vendor/freemius/templates/admin-notice.php (added)
-
vendor/freemius/templates/ajax-loader.php (added)
-
vendor/freemius/templates/auto-installation.php (added)
-
vendor/freemius/templates/checkout.php (added)
-
vendor/freemius/templates/connect.php (added)
-
vendor/freemius/templates/contact.php (added)
-
vendor/freemius/templates/debug (added)
-
vendor/freemius/templates/debug.php (added)
-
vendor/freemius/templates/debug/api-calls.php (added)
-
vendor/freemius/templates/debug/index.php (added)
-
vendor/freemius/templates/debug/logger.php (added)
-
vendor/freemius/templates/debug/plugins-themes-sync.php (added)
-
vendor/freemius/templates/debug/scheduled-crons.php (added)
-
vendor/freemius/templates/email.php (added)
-
vendor/freemius/templates/firewall-issues-js.php (added)
-
vendor/freemius/templates/forms (added)
-
vendor/freemius/templates/forms/affiliation.php (added)
-
vendor/freemius/templates/forms/data-debug-mode.php (added)
-
vendor/freemius/templates/forms/deactivation (added)
-
vendor/freemius/templates/forms/deactivation/contact.php (added)
-
vendor/freemius/templates/forms/deactivation/form.php (added)
-
vendor/freemius/templates/forms/deactivation/index.php (added)
-
vendor/freemius/templates/forms/deactivation/retry-skip.php (added)
-
vendor/freemius/templates/forms/index.php (added)
-
vendor/freemius/templates/forms/license-activation.php (added)
-
vendor/freemius/templates/forms/optout.php (added)
-
vendor/freemius/templates/forms/premium-versions-upgrade-handler.php (added)
-
vendor/freemius/templates/forms/premium-versions-upgrade-metadata.php (added)
-
vendor/freemius/templates/forms/resend-key.php (added)
-
vendor/freemius/templates/forms/subscription-cancellation.php (added)
-
vendor/freemius/templates/forms/trial-start.php (added)
-
vendor/freemius/templates/forms/user-change.php (added)
-
vendor/freemius/templates/gdpr-optin-js.php (added)
-
vendor/freemius/templates/index.php (added)
-
vendor/freemius/templates/js (added)
-
vendor/freemius/templates/js/index.php (added)
-
vendor/freemius/templates/js/jquery.content-change.php (added)
-
vendor/freemius/templates/js/open-license-activation.php (added)
-
vendor/freemius/templates/js/style-premium-theme.php (added)
-
vendor/freemius/templates/partials (added)
-
vendor/freemius/templates/partials/index.php (added)
-
vendor/freemius/templates/partials/network-activation.php (added)
-
vendor/freemius/templates/plugin-icon.php (added)
-
vendor/freemius/templates/plugin-info (added)
-
vendor/freemius/templates/plugin-info/description.php (added)
-
vendor/freemius/templates/plugin-info/features.php (added)
-
vendor/freemius/templates/plugin-info/index.php (added)
-
vendor/freemius/templates/plugin-info/screenshots.php (added)
-
vendor/freemius/templates/powered-by.php (added)
-
vendor/freemius/templates/pricing.php (added)
-
vendor/freemius/templates/secure-https-header.php (added)
-
vendor/freemius/templates/sticky-admin-notice-js.php (added)
-
vendor/freemius/templates/tabs-capture-js.php (added)
-
vendor/freemius/templates/tabs.php (added)
Legend:
- Unmodified
- Added
- Removed
-
limb-gallery/trunk/.gitignore
r2135429 r2601420 2 2 css/grsTemplate[0-9] 3 3 js/node_modules 4 js/gulpfile.js5 js/package.json6 4 */ctags.tmp -
limb-gallery/trunk/database/GRSGalleryUpdate.php
r2503833 r2601420 47 47 48 48 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(); 49 59 } 50 60 -
limb-gallery/trunk/gallery-rs.php
r2503833 r2601420 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. 87 * Version: 1.4.9 8 8 * Author: Limb 9 9 * Author URI: http://limbcode.com … … 12 12 * Domain Path: /languages 13 13 */ 14 if ( ! 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 } 14 55 class LIMB_Gallery { 15 56 … … 21 62 protected static $aCsOptName = 'LIMB_gallery_act_status'; 22 63 protected static $vOptName = 'LIMB_gallery_version'; 23 protected static $currentVersion = '1.4. 8';64 protected static $currentVersion = '1.4.9'; 24 65 protected static $grsMainFile; 25 66 protected static $uploadDir; … … 366 407 } 367 408 } 368 369 $limb = new LIMB_Gallery(); -
limb-gallery/trunk/readme.txt
r2579187 r2601420 1 1 === WordPress Gallery Plugin - Limb Image Gallery === 2 Contributors: limbcode 2 Contributors: limbcode, gauchoplugins, freemius 3 Author URI: https://www.gauchoplugins.com/ 4 Plugin URI: https://limbcode.com/ 3 5 Donate link: https://limbcode.com/ 4 Tags: gallery, image gallery, photo gallery, best gallery plugin, wordpress gallery plugin6 Tags: gallery, image gallery, video gallery, photo gallery, best gallery plugin, wordpress gallery plugin, carousel, 5 7 Requires at least: 3.4 6 Stable tag: 1.4. 88 Stable tag: 1.4.9 7 9 Tested up to: 5.8 8 License: GPLv2 10 Requires PHP: 5.6 11 License: GPLv3 or later 12 License URI: http://www.gnu.org/licenses/gpl-3.0.html 9 13 10 14 Limb WordPress Image Gallery is an advanced solution to build mobile friendly image gallery and video gallery with multiple views. … … 12 16 == Description == 13 17 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> 18 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 has 5 different views for the gallery layout and 3 views for the album layout. 19 20 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> 15 21 16 22 https://www.youtube.com/watch?v=82V_w3aTTO4 … … 52 58 **Shortcode**<br> 53 59 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 forgallery 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>60 The 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> 55 61 56 62 **Custom order with "Drag and Drop"**<br> … … 66 72 The 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. 67 73 68 **Pag eination**<br>69 70 Pagination can be produced with following ways: scrolling, numbers,load more button.74 **Pagination**<br> 75 76 Pagination can be produced in the following ways: scrolling, numbers, and a load more button. 71 77 72 78 **Responsive layouts**<br> … … 138 144 Select gallery/album, press "Camera" icon in preview image container, double click to image from uploader . 139 145 140 = How to publish gallery ? =146 = How to publish a gallery ? = 141 147 142 148 Add new page/post in wordpress, press limb icon in wp-editor, choose gallery, choose theme, click "Ok" , publish page/post. … … 157 163 158 164 == Changelog == 165 166 = 1.4.9 = 167 168 Freemius 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. 159 173 160 174 = 1.4.8 =
Note: See TracChangeset
for help on using the changeset viewer.