Plugin Directory

Changeset 2459787


Ignore:
Timestamp:
01/20/2021 04:06:12 PM (5 years ago)
Author:
galleryape
Message:

2.2.2 - support of the new Wordpress 5.6 version

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

Legend:

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

    r2414443 r2459787  
    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.1
     7Version: 2.2.2
    88Author: galleryape
    99Author URI: https://wpape.net/#demos
     
    1919define("WPAPE_GALLERY_DEBUG", 0);
    2020
    21 define("WPAPE_GALLERY_VERSION", '2.2.1');
    22 define("WPAPE_GALLERY_OPTIONS_VERSION", '2.2.1');
     21define("WPAPE_GALLERY_VERSION", '2.2.2');
     22define("WPAPE_GALLERY_OPTIONS_VERSION", '2.2.2');
    2323
    2424define("WPAPE_GALLERY_PATH", plugin_dir_path( __FILE__ ));
  • gallery-images-ape/trunk/readme.txt

    r2414443 r2459787  
    44Tags: gallery, photo gallery, image gallery, responsive gallery, wordpress gallery
    55Requires at least: 3.3
    6 Tested up to: 5.5
    7 Stable tag: 2.2.1
     6Tested up to: 5.6
     7Stable tag: 2.2.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    255255== Changelog ==
    256256
     257= 2.2.2 Version =
     258*   Support of the new Wordpress 5.6 version
     259
    257260= 2.2.1 Version =
    258261*   Fixed images empty placeholders for gallery media resources
Note: See TracChangeset for help on using the changeset viewer.