Plugin Directory

Changeset 2477983


Ignore:
Timestamp:
02/19/2021 10:33:17 PM (5 years ago)
Author:
galleryape
Message:

2.2.4 version - fix cache permissions issues

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

Legend:

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

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

    r2460578 r2477983  
    55Requires at least: 3.3
    66Tested up to: 5.6
    7 Stable tag: 2.2.3
     7Stable tag: 2.2.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    258258== Changelog ==
    259259
     260= 2.2.4 Version =
     261*   Fix cache permissions issues
     262
    260263= 2.2.3 Version =
    261264*   Fix of the small issues
Note: See TracChangeset for help on using the changeset viewer.