Plugin Directory

Changeset 2736306


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

Compatibility checked with WordPress version 6.0 .

Location:
wp-blog-manager-lite
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-blog-manager-lite/trunk/readme.txt

    r2679016 r2736306  
    44Donate link: http://accesspressthemes.com/donation/
    55Requires at least: 3.8
    6 Tested up to: 5.9
    7 Stable tag: 1.1.3
     6Tested up to: 6.0
     7Stable tag: 1.1.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    165165== Changelog ==
    166166
     167= 1.1.4 =
     168* Compatibility checked with WordPress version 6.0 .
     169
    167170= 1.1.3 =
    168171* Compatibility checked with WordPress version 5.9 .
  • wp-blog-manager-lite/trunk/wp-blog-manager-lite.php

    r2678994 r2736306  
    55 * Plugin URI:  https://accesspressthemes.com/wordpress-plugins/wp-blog-manager-lite/
    66 * Description:  Plugin to Manage / Design WordPress Blog | Stunning, responsive, creative and powerful design.
    7  * Version:     1.1.3
     7 * Version:     1.1.4
    88 * Author:      AccessPress Themes
    99 * Author URI:  http://accesspressthemes.com/
     
    1414 * Declartion of necessary constants for plugin
    1515 * */
    16 defined( 'WPBM_VERSION' ) or define( 'WPBM_VERSION', '1.1.3' ); //plugin version
     16defined( 'WPBM_VERSION' ) or define( 'WPBM_VERSION', '1.1.4' ); //plugin version
    1717defined( 'WPBM_TD' ) or define( 'WPBM_TD', 'wp-blog-manager-lite' ); //plugin's text domain
    1818defined( '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.