Changeset 2291433
- Timestamp:
- 04/25/2020 08:29:26 AM (6 years ago)
- Location:
- cookiebar-by-beard
- Files:
-
- 1 added
- 5 edited
-
tags/1.0.3/includes/shortcode.php (modified) (3 diffs)
-
tags/1.0.3/readme.txt (modified) (2 diffs)
-
tags/1.0.4 (added)
-
trunk/config.codekit3 (modified) (6 diffs)
-
trunk/includes/shortcode.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cookiebar-by-beard/tags/1.0.3/includes/shortcode.php
r2270711 r2291433 7 7 function cbbbcookies() 8 8 { 9 ob_start(); 9 10 $cbbb_options = get_option( 'cbbb_option_name' ); 10 11 $cbbb_cookiebar_time = $cbbb_options['cbbb_cookiebar_time']; … … 66 67 <div class="cbbb-cookie-save"> 67 68 <button type="button" data-cookie-time="<?php echo $cbbb_cookiebar_time; ?>" name="cbbb-save">Save Settings</button> 68 </div> 69 </div> 69 70 </div> 70 71 </div> … … 72 73 </div> 73 74 <?php 75 return ob_get_clean(); 74 76 } 75 77 add_shortcode( 'cbbbcookies', 'cbbbcookies' ); -
cookiebar-by-beard/tags/1.0.3/readme.txt
r2270711 r2291433 4 4 Requires at least: 4.3 5 5 Tested up to: 5.4 6 Stable tag: 1.0. 36 Stable tag: 1.0.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 47 47 == Changelog == 48 48 49 = 1.0.4 50 Fixed issue with shortcode rendering 51 49 52 = 1.0.3 50 53 Removed the small icon / floating button -
cookiebar-by-beard/trunk/config.codekit3
r2270710 r2291433 8 8 } 9 9 ], 10 "creatorBuild": "3 1934",10 "creatorBuild": "32001", 11 11 "files": { 12 12 "/assets/banner-1544x500.jpg": { … … 823 823 "optionString": "" 824 824 }, 825 "grouped-accessor-pairs": { 826 "active": 0, 827 "optionString": "'anyOrder'" 828 }, 825 829 "guard-for-in": { 826 830 "active": 0, … … 999 1003 "optionString": "{'checkLoops': true}" 1000 1004 }, 1005 "no-constructor-return": { 1006 "active": 0, 1007 "optionString": "" 1008 }, 1001 1009 "no-continue": { 1002 1010 "active": 0, … … 1027 1035 "optionString": "" 1028 1036 }, 1037 "no-dupe-else-if": { 1038 "active": 1, 1039 "optionString": "" 1040 }, 1029 1041 "no-dupe-keys": { 1030 1042 "active": 1, … … 1327 1339 "optionString": "" 1328 1340 }, 1341 "no-setter-return": { 1342 "active": 1, 1343 "optionString": "" 1344 }, 1329 1345 "no-shadow": { 1330 1346 "active": 0, … … 1530 1546 "active": 0, 1531 1547 "optionString": "{'array': true, 'object': true}, {'enforceForRenamedProperties': false}" 1548 }, 1549 "prefer-exponentiation-operator": { 1550 "active": 0, 1551 "optionString": "" 1532 1552 }, 1533 1553 "prefer-named-capture-group": { -
cookiebar-by-beard/trunk/includes/shortcode.php
r2265902 r2291433 7 7 function cbbbcookies() 8 8 { 9 ob_start(); 9 10 $cbbb_options = get_option( 'cbbb_option_name' ); 10 11 $cbbb_cookiebar_time = $cbbb_options['cbbb_cookiebar_time']; … … 66 67 <div class="cbbb-cookie-save"> 67 68 <button type="button" data-cookie-time="<?php echo $cbbb_cookiebar_time; ?>" name="cbbb-save">Save Settings</button> 68 </div> 69 </div> 69 70 </div> 70 71 </div> … … 72 73 </div> 73 74 <?php 75 return ob_get_clean(); 74 76 } 75 77 add_shortcode( 'cbbbcookies', 'cbbbcookies' ); -
cookiebar-by-beard/trunk/readme.txt
r2270710 r2291433 4 4 Requires at least: 4.3 5 5 Tested up to: 5.4 6 Stable tag: 1.0. 36 Stable tag: 1.0.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 47 47 == Changelog == 48 48 49 = 1.0.4 50 Fixed issue with shortcode rendering 51 49 52 = 1.0.3 50 53 Removed the small icon / floating button
Note: See TracChangeset
for help on using the changeset viewer.