Plugin Directory

Changeset 2739136


Ignore:
Timestamp:
06/08/2022 09:46:37 AM (4 years ago)
Author:
Access Keys
Message:

Compatibility check with latest WordPress Version 6.0.

Location:
smart-logo-showcase-lite
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • smart-logo-showcase-lite/trunk/readme.txt

    r2617558 r2739136  
    44Donate link: http://accesspressthemes.com/donation/
    55Requires at least: 3.8
    6 Tested up to: 5.8
    7 Stable tag: 1.1.8
     6Tested up to: 6.0
     7Stable tag: 1.1.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    154154
    155155== ChangeLog ==
     156
     157= 1.1.9 =
     158* Compatibility check with latest WordPress Version 6.0.
     159
    156160= 1.1.8 =
    157161* Fixed issue regarding tooltip being displayed even if logo title is not set.
  • smart-logo-showcase-lite/trunk/smart-logo-showcase-lite.php

    r2617558 r2739136  
    55 * Plugin URI:  http://accesspressthemes.com/wordpress-plugins/smart-logo-showcase-lite/
    66 * Description: An ultimate WordPress Clients Logo Gallery Plugin | Showcase your client/ sponsor/ partner/ brand logo in a visually appealing way. | Easy to use!
    7  * Version:     1.1.8
     7 * Version:     1.1.9
    88 * Author:      AccessPress Themes
    99 * Author URI:  http://accesspressthemes.com/
     
    1414 * Declartion of necessary constants for plugin
    1515 * */
    16 defined( 'SMLS_VERSION' ) or define( 'SMLS_VERSION', '1.1.8' ); //plugin version
     16defined( 'SMLS_VERSION' ) or define( 'SMLS_VERSION', '1.1.9' ); //plugin version
    1717defined( 'SMLS_TD' ) or define( 'SMLS_TD', 'smart-logo-showcase-lite' ); //plugin's text domain
    1818defined( 'SMLS_IMG_DIR' ) or define( 'SMLS_IMG_DIR', plugin_dir_url( __FILE__ ) . 'images' ); //plugin image directory
Note: See TracChangeset for help on using the changeset viewer.