Plugin Directory

Changeset 2460578


Ignore:
Timestamp:
01/21/2021 06:03:11 PM (5 years ago)
Author:
galleryape
Message:

2.2.3 - fix of the small issues

Location:
gallery-images-ape
Files:
449 added
2 edited

Legend:

Unmodified
Added
Removed
  • gallery-images-ape/trunk/index.php

    r2459787 r2460578  
    55Plugin URI: https://wpape.net/gallery-wordpress
    66Description: Gallery Images Ape - image gallery grid with lightbox gallery and video gallery modes. Easy to use as photo gallery for portfolios
    7 Version: 2.2.2
     7Version: 2.2.3
    88Author: galleryape
    99Author URI: https://wpape.net/#demos
     
    1919define("WPAPE_GALLERY_DEBUG", 0);
    2020
    21 define("WPAPE_GALLERY_VERSION", '2.2.2');
    22 define("WPAPE_GALLERY_OPTIONS_VERSION", '2.2.2');
     21define("WPAPE_GALLERY_VERSION", '2.2.3');
     22define("WPAPE_GALLERY_OPTIONS_VERSION", '2.2.3');
    2323
    2424define("WPAPE_GALLERY_PATH", plugin_dir_path( __FILE__ ));
  • gallery-images-ape/trunk/readme.txt

    r2459787 r2460578  
    55Requires at least: 3.3
    66Tested up to: 5.6
    7 Stable tag: 2.2.2
     7Stable tag: 2.2.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    7373*   **Slider** - image slider view for the plugin. Possibility to configure slideshow themes type for the created items. Switch to the slider theme for any already created items. Unlimited amount of the sliders, slides and themes.
    7474*   **Gutenberg Gallery Block** - created new block for Gutenberg editor comfortable workflow. It's possible to use Gutenberg block to insert plugin items into posts and pages in few clicks.
     75*   **Youtube gallery** - you can use youtube video link for every image of the gallery. You can mix images and youtube videos in single item.
     76*   **Vimeo gallery** - you can use vimeo video link for every image of the gallery. You can mix images and vimeo videos in single item.
     77
    7578
    7679Views and layouts:
     
    255258== Changelog ==
    256259
     260= 2.2.3 Version =
     261*   Fix of the small issues
     262
    257263= 2.2.2 Version =
    258264*   Support of the new Wordpress 5.6 version
Note: See TracChangeset for help on using the changeset viewer.