Plugin Directory

Changeset 3243143


Ignore:
Timestamp:
02/19/2025 10:32:11 AM (13 months ago)
Author:
56degrees
Message:

Checking plugin for Wordpress 6.7.2

Location:
fsd-simple-banner
Files:
710 added
2 edited

Legend:

Unmodified
Added
Removed
  • fsd-simple-banner/trunk/README.txt

    r3169331 r3243143  
    44Tags: banner, bar, announcement, notification, notice
    55Requires at least: 3.0.1
    6 Tested up to: 6.6.2
    7 Stable tag: 1.2.1
     6Tested up to: 6.7.2
     7Stable tag: 1.2.2
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    5959== Changelog ==
    6060
     61= 1.2.2 =
     62* 2025-02-19
     63* Checking plugin for Wordpress 6.7.2.
     64
    6165= 1.2.1 =
    6266* 2024-10-15
     
    7781== Upgrade Notice ==
    7882
     83= 1.2.2 =
     84Checking plugin for Wordpress 6.7.2.
     85
    7986= 1.2.1 =
    8087Settings link redirecting properly now.
  • fsd-simple-banner/trunk/fsd-simple-banner.php

    r3169302 r3243143  
    1717 * Plugin URI:        https://wordpress.org/plugins/fsd-simple-banner
    1818 * Description:       Simple banner a lightweight WordPress plugin without jQuery, allows adding a simple banner for announcements on your site. Perfect for notifications.
    19  * Version:           1.2.1
     19 * Version:           1.2.2
    2020 * Author:            56 Degrees
    2121 * Author URI:        https://www.56degrees.co.uk/
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'FSDSB_SIMPLE_BANNER_VERSION', '1.2.1' );
     38define( 'FSDSB_SIMPLE_BANNER_VERSION', '1.2.2' );
    3939define( 'FSDSB_SIMPLE_BANNER_PATH', plugin_dir_path( __FILE__ ) );
    4040
Note: See TracChangeset for help on using the changeset viewer.