Changeset 2739136
- Timestamp:
- 06/08/2022 09:46:37 AM (4 years ago)
- Location:
- smart-logo-showcase-lite
- Files:
-
- 1 added
- 2 edited
-
tags/1.1.9 (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/smart-logo-showcase-lite.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smart-logo-showcase-lite/trunk/readme.txt
r2617558 r2739136 4 4 Donate link: http://accesspressthemes.com/donation/ 5 5 Requires at least: 3.8 6 Tested up to: 5.87 Stable tag: 1.1. 86 Tested up to: 6.0 7 Stable tag: 1.1.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 154 154 155 155 == ChangeLog == 156 157 = 1.1.9 = 158 * Compatibility check with latest WordPress Version 6.0. 159 156 160 = 1.1.8 = 157 161 * 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 5 5 * Plugin URI: http://accesspressthemes.com/wordpress-plugins/smart-logo-showcase-lite/ 6 6 * 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. 87 * Version: 1.1.9 8 8 * Author: AccessPress Themes 9 9 * Author URI: http://accesspressthemes.com/ … … 14 14 * Declartion of necessary constants for plugin 15 15 * */ 16 defined( 'SMLS_VERSION' ) or define( 'SMLS_VERSION', '1.1. 8' ); //plugin version16 defined( 'SMLS_VERSION' ) or define( 'SMLS_VERSION', '1.1.9' ); //plugin version 17 17 defined( 'SMLS_TD' ) or define( 'SMLS_TD', 'smart-logo-showcase-lite' ); //plugin's text domain 18 18 defined( '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.