Changeset 2791432
- Timestamp:
- 09/28/2022 04:38:49 PM (4 years ago)
- Location:
- color-your-bar
- Files:
-
- 4 added
- 2 edited
-
tags/1.8 (added)
-
tags/1.8/color-picker.js (added)
-
tags/1.8/color-your-bar.php (added)
-
tags/1.8/readme.txt (added)
-
trunk/color-your-bar.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
color-your-bar/trunk/color-your-bar.php
r2667335 r2791432 6 6 * Author: Darshan Saroya 7 7 * Author URI: http://darshansaroya.com 8 * Version: 1. 88 * Version: 1.9 9 9 * Text Domain: color-your-bar 10 10 * Domain Path: languages … … 24 24 * @package Color Your Bar 25 25 * @author Darshan Saroya 26 * @version 1. 826 * @version 1.9 27 27 */ 28 28 … … 57 57 58 58 add_action( 'wp_head', 'cyb_add_head_tag'); 59 60 if ( has_action( 'amp_post_template_head' )) { 61 add_action( 'amp_post_template_head', 'cyb_add_head_tag' ); 62 } 59 63 60 64 function cyb_add_head_tag(){ -
color-your-bar/trunk/readme.txt
r2667335 r2791432 4 4 Donate link: http://www.paypal.me/darshansaroya 5 5 Requires at least: 3.5 6 Tested up to: 5.96 Tested up to: 6.0.2 7 7 License: GPL2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 45 45 == Changelog == 46 46 47 = 1.9 = 48 Add support AMP 49 47 50 = 1.8 = 48 51 Add support for WordPress 5.9
Note: See TracChangeset
for help on using the changeset viewer.