Plugin Directory

Changeset 2618731


Ignore:
Timestamp:
10/23/2021 10:00:46 AM (4 years ago)
Author:
wpallsupport
Message:

tagging version 1.0.3

Location:
hide-admin-bar-by-wp-all-support
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • hide-admin-bar-by-wp-all-support/tags/1.0.3/README.txt

    r2618728 r2618731  
    55Requires at least: 4.0
    66Tested up to: 5.8
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.3
    88Requires PHP: 5.2.4
    99License: GPLv2 or later
     
    5858== Changelog ==
    5959
    60 = 1.0.2 =
     60= 1.0.3 =
    6161* Tested upto WP 5.8 - CHANGED
    6262
  • hide-admin-bar-by-wp-all-support/tags/1.0.3/wpas-hide-admin-bar.php

    r2528248 r2618731  
    44Plugin URL: https://wpallsupport.com
    55Description: This plugin is used to hide or show admin bar in frontend based on user roles conditional logic.
    6 Version: 1.0.1
     6Version: 1.0.3
    77Author: WP ALL SUPPORT
    88Author URI: http://www.wpallsupport.com
     
    1616
    1717if ( !defined( 'WPAS_HIDE_ADMIN_BAR_VERSION' ) ) {
    18     define( 'WPAS_HIDE_ADMIN_BAR_VERSION', '1.0.1' );
     18    define( 'WPAS_HIDE_ADMIN_BAR_VERSION', '1.0.3' );
    1919}
    2020
  • hide-admin-bar-by-wp-all-support/trunk/README.txt

    r2618728 r2618731  
    55Requires at least: 4.0
    66Tested up to: 5.8
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.3
    88Requires PHP: 5.2.4
    99License: GPLv2 or later
     
    5858== Changelog ==
    5959
    60 = 1.0.2 =
     60= 1.0.3 =
    6161* Tested upto WP 5.8 - CHANGED
    6262
  • hide-admin-bar-by-wp-all-support/trunk/wpas-hide-admin-bar.php

    r2528248 r2618731  
    44Plugin URL: https://wpallsupport.com
    55Description: This plugin is used to hide or show admin bar in frontend based on user roles conditional logic.
    6 Version: 1.0.1
     6Version: 1.0.3
    77Author: WP ALL SUPPORT
    88Author URI: http://www.wpallsupport.com
     
    1616
    1717if ( !defined( 'WPAS_HIDE_ADMIN_BAR_VERSION' ) ) {
    18     define( 'WPAS_HIDE_ADMIN_BAR_VERSION', '1.0.1' );
     18    define( 'WPAS_HIDE_ADMIN_BAR_VERSION', '1.0.3' );
    1919}
    2020
Note: See TracChangeset for help on using the changeset viewer.