Changeset 2965702
- Timestamp:
- 09/12/2023 07:43:56 AM (2 years ago)
- Location:
- gp-notification-bar
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.3 (copied) (copied from gp-notification-bar/trunk)
-
tags/1.0.3/index.php (modified) (2 diffs)
-
tags/1.0.3/readme.txt (modified) (2 diffs)
-
trunk/index.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gp-notification-bar/tags/1.0.3/index.php
r2965697 r2965702 8 8 Author: Ginger Plugins 9 9 Author URI: https://www.gingerplugins.com/notification-bar/ 10 Version: 1.0. 110 Version: 1.0.3 11 11 License: GPL2 12 12 */ … … 20 20 21 21 if(!defined('GP_NB_PLUGIN_VERSION')) { 22 define("GP_NB_PLUGIN_VERSION", "1.0. 1");22 define("GP_NB_PLUGIN_VERSION", "1.0.3"); 23 23 } 24 24 -
gp-notification-bar/tags/1.0.3/readme.txt
r2965697 r2965702 4 4 Requires at least: 3.1 5 5 Tested up to: 6.3 6 Stable tag: 1.0. 16 Stable tag: 1.0.3 7 7 Requires PHP: 5.4 8 8 Plugin URI: https://www.gingerplugins.com/downloads/notification-bar/ … … 60 60 == Changelog == 61 61 62 = 1.0.3 = 63 * New UI 64 * Multiple notifications (Pro feature) 65 66 = 1.0.2 = 67 Bug fixes 68 62 69 = 1.0.1 = 63 70 * Initial release -
gp-notification-bar/trunk/index.php
r2965697 r2965702 8 8 Author: Ginger Plugins 9 9 Author URI: https://www.gingerplugins.com/notification-bar/ 10 Version: 1.0. 110 Version: 1.0.3 11 11 License: GPL2 12 12 */ … … 20 20 21 21 if(!defined('GP_NB_PLUGIN_VERSION')) { 22 define("GP_NB_PLUGIN_VERSION", "1.0. 1");22 define("GP_NB_PLUGIN_VERSION", "1.0.3"); 23 23 } 24 24 -
gp-notification-bar/trunk/readme.txt
r2965697 r2965702 4 4 Requires at least: 3.1 5 5 Tested up to: 6.3 6 Stable tag: 1.0. 16 Stable tag: 1.0.3 7 7 Requires PHP: 5.4 8 8 Plugin URI: https://www.gingerplugins.com/downloads/notification-bar/ … … 60 60 == Changelog == 61 61 62 = 1.0.3 = 63 * New UI 64 * Multiple notifications (Pro feature) 65 66 = 1.0.2 = 67 Bug fixes 68 62 69 = 1.0.1 = 63 70 * Initial release
Note: See TracChangeset
for help on using the changeset viewer.