Changeset 2736306
- Timestamp:
- 06/02/2022 10:44:54 AM (4 years ago)
- Location:
- wp-blog-manager-lite
- Files:
-
- 1 added
- 2 edited
-
tags/1.1.4 (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-blog-manager-lite.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-blog-manager-lite/trunk/readme.txt
r2679016 r2736306 4 4 Donate link: http://accesspressthemes.com/donation/ 5 5 Requires at least: 3.8 6 Tested up to: 5.97 Stable tag: 1.1. 36 Tested up to: 6.0 7 Stable tag: 1.1.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 165 165 == Changelog == 166 166 167 = 1.1.4 = 168 * Compatibility checked with WordPress version 6.0 . 169 167 170 = 1.1.3 = 168 171 * Compatibility checked with WordPress version 5.9 . -
wp-blog-manager-lite/trunk/wp-blog-manager-lite.php
r2678994 r2736306 5 5 * Plugin URI: https://accesspressthemes.com/wordpress-plugins/wp-blog-manager-lite/ 6 6 * Description: Plugin to Manage / Design WordPress Blog | Stunning, responsive, creative and powerful design. 7 * Version: 1.1. 37 * Version: 1.1.4 8 8 * Author: AccessPress Themes 9 9 * Author URI: http://accesspressthemes.com/ … … 14 14 * Declartion of necessary constants for plugin 15 15 * */ 16 defined( 'WPBM_VERSION' ) or define( 'WPBM_VERSION', '1.1. 3' ); //plugin version16 defined( 'WPBM_VERSION' ) or define( 'WPBM_VERSION', '1.1.4' ); //plugin version 17 17 defined( 'WPBM_TD' ) or define( 'WPBM_TD', 'wp-blog-manager-lite' ); //plugin's text domain 18 18 defined( 'WPBM_IMG_DIR' ) or define( 'WPBM_IMG_DIR', plugin_dir_url( __FILE__ ) . 'images' ); //plugin image directory
Note: See TracChangeset
for help on using the changeset viewer.