Plugin Directory

Changeset 3311191


Ignore:
Timestamp:
06/13/2025 05:02:52 PM (9 months ago)
Author:
rpetersen29
Message:

v3.0.8

Location:
simple-banner
Files:
2 edited
10 copied

Legend:

Unmodified
Added
Removed
  • simple-banner/tags/3.0.8/readme.txt

    r3281999 r3311191  
    44Tags: banner, bar, announcement, notification, notice
    55Requires at least: 3.0.1
    6 Tested up to: 6.8.0
    7 Stable tag: 3.0.7
     6Tested up to: 6.8.1
     7Stable tag: 3.0.8
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    100100== Changelog ==
    101101
     102= 3.0.8 =
     103* Test against wp 6.8.1, style changes
     104
    102105= 3.0.7 =
    103106* Test against wp 6.8.0, minor bugfix
     
    367370== Upgrade Notice ==
    368371
     372= 3.0.8 =
     373* Test against wp 6.8.1, style changes
     374
    369375= 3.0.7 =
    370376* Test against wp 6.8.0, minor bugfix
  • simple-banner/tags/3.0.8/simple-banner.php

    r3281999 r3311191  
    44 * Plugin URI: https://github.com/rpetersen29/simple-banner
    55 * Description: Display a simple banner at the top or bottom of your website. Now with multi-banner support
    6  * Version: 3.0.7
     6 * Version: 3.0.8
    77 * Author: Ryan Petersen
    88 * Author URI: http://rpetersen29.github.io/
     
    1010 *
    1111 * @package Simple Banner
    12  * @version 3.0.7
     12 * @version 3.0.8
    1313 * @author Ryan Petersen <rpetersen.dev@gmail.com>
    1414 */
    15 define ('SB_VERSION', '3.0.7');
     15define ('SB_VERSION', '3.0.8');
    1616
    1717register_activation_hook( __FILE__, 'simple_banner_activate' );
     
    628628            <?php settings_fields( 'simple-banner-settings-group' ); ?>
    629629
    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>
    632632                <div style="margin-bottom:1em;">Display up to 5 banners on your site.</div>
    633633
    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;">
    635635                    <span style="font-size: 14px;font-weight: bold;">Select Banner</span>
    636636                    <!-- Put select box here -->
  • simple-banner/trunk/readme.txt

    r3281999 r3311191  
    44Tags: banner, bar, announcement, notification, notice
    55Requires at least: 3.0.1
    6 Tested up to: 6.8.0
    7 Stable tag: 3.0.7
     6Tested up to: 6.8.1
     7Stable tag: 3.0.8
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    100100== Changelog ==
    101101
     102= 3.0.8 =
     103* Test against wp 6.8.1, style changes
     104
    102105= 3.0.7 =
    103106* Test against wp 6.8.0, minor bugfix
     
    367370== Upgrade Notice ==
    368371
     372= 3.0.8 =
     373* Test against wp 6.8.1, style changes
     374
    369375= 3.0.7 =
    370376* Test against wp 6.8.0, minor bugfix
  • simple-banner/trunk/simple-banner.php

    r3281999 r3311191  
    44 * Plugin URI: https://github.com/rpetersen29/simple-banner
    55 * Description: Display a simple banner at the top or bottom of your website. Now with multi-banner support
    6  * Version: 3.0.7
     6 * Version: 3.0.8
    77 * Author: Ryan Petersen
    88 * Author URI: http://rpetersen29.github.io/
     
    1010 *
    1111 * @package Simple Banner
    12  * @version 3.0.7
     12 * @version 3.0.8
    1313 * @author Ryan Petersen <rpetersen.dev@gmail.com>
    1414 */
    15 define ('SB_VERSION', '3.0.7');
     15define ('SB_VERSION', '3.0.8');
    1616
    1717register_activation_hook( __FILE__, 'simple_banner_activate' );
     
    628628            <?php settings_fields( 'simple-banner-settings-group' ); ?>
    629629
    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>
    632632                <div style="margin-bottom:1em;">Display up to 5 banners on your site.</div>
    633633
    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;">
    635635                    <span style="font-size: 14px;font-weight: bold;">Select Banner</span>
    636636                    <!-- Put select box here -->
Note: See TracChangeset for help on using the changeset viewer.