Changeset 2671587
- Timestamp:
- 02/02/2022 07:06:58 PM (4 years ago)
- Location:
- browser-address-bar-color
- Files:
-
- 9 added
- 2 edited
-
tags/3.3 (added)
-
tags/3.3/babcScript.js (added)
-
tags/3.3/babcSettingsPage.php (added)
-
tags/3.3/browserAddressBarColor.php (added)
-
tags/3.3/index.php (added)
-
tags/3.3/languages (added)
-
tags/3.3/languages/browser-address-bar-color.pot (added)
-
tags/3.3/readme.txt (added)
-
tags/3.3/uninstall.php (added)
-
trunk/browserAddressBarColor.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
browser-address-bar-color/trunk/browserAddressBarColor.php
r2671263 r2671587 10 10 Author: Mendi Bass 11 11 Author URI: https://github.com/MMBass 12 Version: 3. 212 Version: 3.3 13 13 License: GPL v2 or later 14 14 Text Domain: browser-address-bar-color … … 23 23 if(!get_option('babc_pages_list')){ 24 24 // 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 need25 add_option('babc_pages_list',array()); 26 26 } 27 27 } … … 45 45 function babcThemeColorSettingsPage(){ 46 46 $new_babc_pages_list = array(); 47 // $babc_curr_pages_arr = get_option('babc_pages_list'); // todo delete if need48 47 49 48 wp_enqueue_script( 'babc-script', plugins_url('babcScript.js', __FILE__ )); -
browser-address-bar-color/trunk/readme.txt
r2671263 r2671587 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 Requires at least: 4.6 12 Tested up to: 5. 813 Stable tag: 3. 012 Tested up to: 5.9 13 Stable tag: 3.3 14 14 15 15 == Description == … … 51 51 = 3.2 = 52 52 * PHP 8 compatibility 53 = 3.3 = 54 * tested up to wordpress 5.9, bug fixed 53 55 54 56 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.