Plugin Directory

Changeset 2742211


Ignore:
Timestamp:
06/14/2022 11:55:15 AM (4 years ago)
Author:
Access Keys
Message:

Checked compatibility with the WordPress version 6.0 .

Location:
ultimate-author-box-lite
Files:
96 added
2 edited

Legend:

Unmodified
Added
Removed
  • ultimate-author-box-lite/trunk/readme.txt

    r2639003 r2742211  
    44Tags: Author Box, Author, Writer Box, Author Profile, Author Social Icons, REsponsive Author Box, Author Bio, Author Description, Author Info, WP author box, Ultimate Author Box, Easy Author Box.
    55Requires at least: 4.6
    6 Tested up to: 5.8
    7 Stable tag: 1.1.3
     6Tested up to: 6.0
     7Stable tag: 1.1.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    122122== Changelog ==
    123123
     124= 1.1.4 =
     125* Checked compatibility with the WordPress version 6.0 .
     126
    124127= 1.1.3 =
    125128* Fixed issue regarding saved changes in UAB Profile Settings not showing.
  • ultimate-author-box-lite/trunk/ultimate-author-box-lite.php

    r2638997 r2742211  
    44  Plugin URI: accesspressthemes.com/wordpress-plugins/ultimate-author-box-lite
    55  Description: Ultimate Author Box Lite is a plugin that allows you to add additional information about the author in your Post, Page and Custom Post Type as a default option or through use of shortcode.
    6   Version: 1.1.3
     6  Version: 1.1.4
    77  Author: AccessPress Themes
    88  Author URI: http://accesspressthemes.com
     
    8787            defined( 'UAB_IMG_DIR' ) or define( 'UAB_IMG_DIR', plugin_dir_url( __FILE__ ) . 'images' );
    8888            defined( 'UAB_PATH' ) or define( 'UAB_PATH', plugin_dir_path( __FILE__ ) );
    89             defined( 'UAB_Version' ) or define( 'UAB_VERSION', '1.1.3' );
     89            defined( 'UAB_Version' ) or define( 'UAB_VERSION', '1.1.4' );
    9090        }
    9191
Note: See TracChangeset for help on using the changeset viewer.