Plugin Directory

Changeset 2965702


Ignore:
Timestamp:
09/12/2023 07:43:56 AM (2 years ago)
Author:
gingerplugins
Message:

Update to version 1.0.3 from GitHub

Location:
gp-notification-bar
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • gp-notification-bar/tags/1.0.3/index.php

    r2965697 r2965702  
    88Author: Ginger Plugins
    99Author URI: https://www.gingerplugins.com/notification-bar/
    10 Version: 1.0.1
     10Version: 1.0.3
    1111License: GPL2
    1212*/
     
    2020
    2121if(!defined('GP_NB_PLUGIN_VERSION')) {
    22     define("GP_NB_PLUGIN_VERSION", "1.0.1");
     22    define("GP_NB_PLUGIN_VERSION", "1.0.3");
    2323}
    2424
  • gp-notification-bar/tags/1.0.3/readme.txt

    r2965697 r2965702  
    44Requires at least: 3.1
    55Tested up to: 6.3
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.3
    77Requires PHP: 5.4
    88Plugin URI: https://www.gingerplugins.com/downloads/notification-bar/
     
    6060== Changelog ==
    6161
     62= 1.0.3 =
     63* New UI
     64* Multiple notifications (Pro feature)
     65
     66= 1.0.2 =
     67Bug fixes
     68
    6269= 1.0.1 =
    6370* Initial release
  • gp-notification-bar/trunk/index.php

    r2965697 r2965702  
    88Author: Ginger Plugins
    99Author URI: https://www.gingerplugins.com/notification-bar/
    10 Version: 1.0.1
     10Version: 1.0.3
    1111License: GPL2
    1212*/
     
    2020
    2121if(!defined('GP_NB_PLUGIN_VERSION')) {
    22     define("GP_NB_PLUGIN_VERSION", "1.0.1");
     22    define("GP_NB_PLUGIN_VERSION", "1.0.3");
    2323}
    2424
  • gp-notification-bar/trunk/readme.txt

    r2965697 r2965702  
    44Requires at least: 3.1
    55Tested up to: 6.3
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.3
    77Requires PHP: 5.4
    88Plugin URI: https://www.gingerplugins.com/downloads/notification-bar/
     
    6060== Changelog ==
    6161
     62= 1.0.3 =
     63* New UI
     64* Multiple notifications (Pro feature)
     65
     66= 1.0.2 =
     67Bug fixes
     68
    6269= 1.0.1 =
    6370* Initial release
Note: See TracChangeset for help on using the changeset viewer.