Plugin Directory

Changeset 2671587


Ignore:
Timestamp:
02/02/2022 07:06:58 PM (4 years ago)
Author:
mendibass
Message:

tested up to 5.9, bug fixed

Location:
browser-address-bar-color
Files:
9 added
2 edited

Legend:

Unmodified
Added
Removed
  • browser-address-bar-color/trunk/browserAddressBarColor.php

    r2671263 r2671587  
    1010Author: Mendi Bass
    1111Author URI: https://github.com/MMBass
    12 Version: 3.2
     12Version: 3.3
    1313License: GPL v2 or later
    1414Text Domain: browser-address-bar-color
     
    2323    if(!get_option('babc_pages_list')){
    2424        // add a new option - '$new_babc_pages_list' by default on plugin's start;
    25         add_option('babc_pages_list',array()); // todo back to old if need
     25        add_option('babc_pages_list',array());
    2626    }
    2727}
     
    4545function babcThemeColorSettingsPage(){
    4646    $new_babc_pages_list = array();
    47     // $babc_curr_pages_arr = get_option('babc_pages_list'); // todo delete if need
    4847
    4948    wp_enqueue_script( 'babc-script', plugins_url('babcScript.js', __FILE__ ));
  • browser-address-bar-color/trunk/readme.txt

    r2671263 r2671587  
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111Requires at least: 4.6
    12 Tested up to: 5.8
    13 Stable tag: 3.0
     12Tested up to: 5.9
     13Stable tag: 3.3
    1414
    1515== Description ==
     
    5151= 3.2 =
    5252* PHP 8 compatibility
     53= 3.3 =
     54* tested up to wordpress 5.9, bug fixed
    5355
    5456== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.