Changeset 3311191
- Timestamp:
- 06/13/2025 05:02:52 PM (9 months ago)
- Location:
- simple-banner
- Files:
-
- 2 edited
- 10 copied
-
tags/3.0.8 (copied) (copied from simple-banner/trunk)
-
tags/3.0.8/free_features.php (copied) (copied from simple-banner/trunk/free_features.php)
-
tags/3.0.8/preview_banner.php (copied) (copied from simple-banner/trunk/preview_banner.php)
-
tags/3.0.8/pro_features.php (copied) (copied from simple-banner/trunk/pro_features.php)
-
tags/3.0.8/pro_features_general_settings.php (copied) (copied from simple-banner/trunk/pro_features_general_settings.php)
-
tags/3.0.8/readme.txt (copied) (copied from simple-banner/trunk/readme.txt) (3 diffs)
-
tags/3.0.8/simple-banner.css (copied) (copied from simple-banner/trunk/simple-banner.css)
-
tags/3.0.8/simple-banner.js (copied) (copied from simple-banner/trunk/simple-banner.js)
-
tags/3.0.8/simple-banner.php (copied) (copied from simple-banner/trunk/simple-banner.php) (3 diffs)
-
tags/3.0.8/vendors (copied) (copied from simple-banner/trunk/vendors)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/simple-banner.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-banner/tags/3.0.8/readme.txt
r3281999 r3311191 4 4 Tags: banner, bar, announcement, notification, notice 5 5 Requires at least: 3.0.1 6 Tested up to: 6.8. 07 Stable tag: 3.0. 76 Tested up to: 6.8.1 7 Stable tag: 3.0.8 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 100 100 == Changelog == 101 101 102 = 3.0.8 = 103 * Test against wp 6.8.1, style changes 104 102 105 = 3.0.7 = 103 106 * Test against wp 6.8.0, minor bugfix … … 367 370 == Upgrade Notice == 368 371 372 = 3.0.8 = 373 * Test against wp 6.8.1, style changes 374 369 375 = 3.0.7 = 370 376 * Test against wp 6.8.0, minor bugfix -
simple-banner/tags/3.0.8/simple-banner.php
r3281999 r3311191 4 4 * Plugin URI: https://github.com/rpetersen29/simple-banner 5 5 * Description: Display a simple banner at the top or bottom of your website. Now with multi-banner support 6 * Version: 3.0. 76 * Version: 3.0.8 7 7 * Author: Ryan Petersen 8 8 * Author URI: http://rpetersen29.github.io/ … … 10 10 * 11 11 * @package Simple Banner 12 * @version 3.0. 712 * @version 3.0.8 13 13 * @author Ryan Petersen <rpetersen.dev@gmail.com> 14 14 */ 15 define ('SB_VERSION', '3.0. 7');15 define ('SB_VERSION', '3.0.8'); 16 16 17 17 register_activation_hook( __FILE__, 'simple_banner_activate' ); … … 628 628 <?php settings_fields( 'simple-banner-settings-group' ); ?> 629 629 630 <div style=" margin-bottom:10px;">631 <h3 style="margin-bottom:0.2em;">Multi-banner support <span style="color: limegreen;">EXPERIMENTAL</span></h3>630 <div style="display:flex;flex-direction: column;margin: 10px 0;padding: 0 10px 10px 10px;border: 2px solid gold;border-radius: 10px;background-color: #fafafa;"> 631 <h3 style="margin-bottom:0.2em;">Multi-banner support</h3> 632 632 <div style="margin-bottom:1em;">Display up to 5 banners on your site.</div> 633 633 634 <div style="display:flex;align-items:center;gap:5px;padding: 10px; border: 2px solid gold;border-radius: 10px;background-color: #fafafa;">634 <div style="display:flex;align-items:center;gap:5px;padding: 10px;"> 635 635 <span style="font-size: 14px;font-weight: bold;">Select Banner</span> 636 636 <!-- Put select box here --> -
simple-banner/trunk/readme.txt
r3281999 r3311191 4 4 Tags: banner, bar, announcement, notification, notice 5 5 Requires at least: 3.0.1 6 Tested up to: 6.8. 07 Stable tag: 3.0. 76 Tested up to: 6.8.1 7 Stable tag: 3.0.8 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 100 100 == Changelog == 101 101 102 = 3.0.8 = 103 * Test against wp 6.8.1, style changes 104 102 105 = 3.0.7 = 103 106 * Test against wp 6.8.0, minor bugfix … … 367 370 == Upgrade Notice == 368 371 372 = 3.0.8 = 373 * Test against wp 6.8.1, style changes 374 369 375 = 3.0.7 = 370 376 * Test against wp 6.8.0, minor bugfix -
simple-banner/trunk/simple-banner.php
r3281999 r3311191 4 4 * Plugin URI: https://github.com/rpetersen29/simple-banner 5 5 * Description: Display a simple banner at the top or bottom of your website. Now with multi-banner support 6 * Version: 3.0. 76 * Version: 3.0.8 7 7 * Author: Ryan Petersen 8 8 * Author URI: http://rpetersen29.github.io/ … … 10 10 * 11 11 * @package Simple Banner 12 * @version 3.0. 712 * @version 3.0.8 13 13 * @author Ryan Petersen <rpetersen.dev@gmail.com> 14 14 */ 15 define ('SB_VERSION', '3.0. 7');15 define ('SB_VERSION', '3.0.8'); 16 16 17 17 register_activation_hook( __FILE__, 'simple_banner_activate' ); … … 628 628 <?php settings_fields( 'simple-banner-settings-group' ); ?> 629 629 630 <div style=" margin-bottom:10px;">631 <h3 style="margin-bottom:0.2em;">Multi-banner support <span style="color: limegreen;">EXPERIMENTAL</span></h3>630 <div style="display:flex;flex-direction: column;margin: 10px 0;padding: 0 10px 10px 10px;border: 2px solid gold;border-radius: 10px;background-color: #fafafa;"> 631 <h3 style="margin-bottom:0.2em;">Multi-banner support</h3> 632 632 <div style="margin-bottom:1em;">Display up to 5 banners on your site.</div> 633 633 634 <div style="display:flex;align-items:center;gap:5px;padding: 10px; border: 2px solid gold;border-radius: 10px;background-color: #fafafa;">634 <div style="display:flex;align-items:center;gap:5px;padding: 10px;"> 635 635 <span style="font-size: 14px;font-weight: bold;">Select Banner</span> 636 636 <!-- Put select box here -->
Note: See TracChangeset
for help on using the changeset viewer.