Plugin Directory

Changeset 2738550


Ignore:
Timestamp:
06/07/2022 10:43:44 AM (4 years ago)
Author:
Access Keys
Message:

Checked compatibility with WP version 6.0.

Location:
everest-gallery-lite
Files:
140 added
2 edited

Legend:

Unmodified
Added
Removed
  • everest-gallery-lite/trunk/everest-gallery-lite.php

    r2616273 r2738550  
    66  Plugin URI: http://access-keys.com/wordpress-plugins/free-responsive-wordpress-gallery-plugin-everest-gallery-lite/
    77  Description: Gallery plugin for WordPress.
    8   Version:  1.0.9
     8  Version:  1.1.0
    99  Author:   Access Keys
    1010  Author URI:  http://access-keys.com
     
    4646            defined('EGL_CSS_DIR') or define('EGL_CSS_DIR', plugin_dir_url(__FILE__) . 'css/');
    4747            defined('EGL_JS_DIR') or define('EGL_JS_DIR', plugin_dir_url(__FILE__) . 'js/');
    48             defined('EGL_VERSION') or define('EGL_VERSION', '1.0.9');
     48            defined('EGL_VERSION') or define('EGL_VERSION', '1.1.0');
    4949            defined('EGL_GALLERY_TABLE') or define('EGL_GALLERY_TABLE', $wpdb->prefix . 'eg_galleries');
    5050        }
  • everest-gallery-lite/trunk/readme.txt

    r2616273 r2738550  
    44Donate link: http://accesspressthemes.com/donation/
    55Requires at least: 4.8
    6 Tested up to: 5.8
    7 Stable tag: 1.0.9
     6Tested up to: 6.0
     7Stable tag: 1.1.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    118118
    119119== Changelog ==
     120= 1.1.0 =
     121* Checked compatibility with WP version 6.0.
     122
    120123= 1.0.9 =
    121124* Checked compatibility with latest wordpress version.
Note: See TracChangeset for help on using the changeset viewer.