Changeset 2363079
- Timestamp:
- 08/17/2020 01:30:29 PM (5 years ago)
- Location:
- courier-notices
- Files:
-
- 12 edited
- 1 copied
-
tags/1.2.5 (copied) (copied from courier-notices/trunk)
-
tags/1.2.5/CHANGELOG.md (modified) (1 diff)
-
tags/1.2.5/composer.json (modified) (1 diff)
-
tags/1.2.5/courier-notices.php (modified) (2 diffs)
-
tags/1.2.5/package.json (modified) (1 diff)
-
tags/1.2.5/readme.txt (modified) (2 diffs)
-
tags/1.2.5/src/Controller/Upgrade.php (modified) (1 diff)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/composer.json (modified) (1 diff)
-
trunk/courier-notices.php (modified) (2 diffs)
-
trunk/package.json (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/Controller/Upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
courier-notices/tags/1.2.5/CHANGELOG.md
r2348472 r2363079 1 1 # Changelog # 2 3 ## 1.2.5 ## 4 * Updated - Options namespace 2 5 3 6 ## 1.2.4 ## -
courier-notices/tags/1.2.5/composer.json
r2348472 r2363079 3 3 "description": "Courier Notification for WordPress", 4 4 "homepage": "https://github.com/linchpin/courier", 5 "version": "1.2. 4",5 "version": "1.2.5", 6 6 "authors": [ 7 7 { -
courier-notices/tags/1.2.5/courier-notices.php
r2348472 r2363079 4 4 * Plugin URI: https://wordpress.org/plugins/courier-notices 5 5 * Description: A way to display, manage, and control front end notifications for your WordPress install. 6 * Version: 1.2. 46 * Version: 1.2.5 7 7 * Author: Linchpin 8 8 * Author URI: https://linchpin.com … … 23 23 24 24 if ( ! defined( 'COURIER_NOTICES_VERSION' ) ) { 25 define( 'COURIER_NOTICES_VERSION', '1.2. 4' );25 define( 'COURIER_NOTICES_VERSION', '1.2.5' ); 26 26 } 27 27 28 28 if ( ! defined( 'COURIER_NOTICES_RELEASE_DATE' ) ) { 29 define( 'COURIER_NOTICES_RELEASE_DATE', '0 7/29/2020' );29 define( 'COURIER_NOTICES_RELEASE_DATE', '08/17/2020' ); 30 30 } 31 31 -
courier-notices/tags/1.2.5/package.json
r2348472 r2363079 1 1 { 2 2 "name": "courier-notices", 3 "version": "1.2. 4",3 "version": "1.2.5", 4 4 "description": "A way to display, manage, and control front end notifications for users, globally or individually, in the header,footer, by shortcode or by page.", 5 5 "main": "gulpfile.babel.js", -
courier-notices/tags/1.2.5/readme.txt
r2348472 r2363079 4 4 Requires at least: 5.0 5 5 Tested up to: 5.3.2 6 Stable tag: 1.2. 46 Stable tag: 1.2.5 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 35 35 36 36 == Changelog == 37 38 = 1.2.5 = 39 * Updated - Options namespace 37 40 38 41 = 1.2.4 = -
courier-notices/tags/1.2.5/src/Controller/Upgrade.php
r2344125 r2363079 110 110 111 111 $plugin_options['plugin_version'] = COURIER_NOTICES_VERSION; 112 update_option( 'courier_notice _options', $plugin_options );112 update_option( 'courier_notices_options', $plugin_options ); 113 113 } 114 114 } -
courier-notices/trunk/CHANGELOG.md
r2348472 r2363079 1 1 # Changelog # 2 3 ## 1.2.5 ## 4 * Updated - Options namespace 2 5 3 6 ## 1.2.4 ## -
courier-notices/trunk/composer.json
r2348472 r2363079 3 3 "description": "Courier Notification for WordPress", 4 4 "homepage": "https://github.com/linchpin/courier", 5 "version": "1.2. 4",5 "version": "1.2.5", 6 6 "authors": [ 7 7 { -
courier-notices/trunk/courier-notices.php
r2348472 r2363079 4 4 * Plugin URI: https://wordpress.org/plugins/courier-notices 5 5 * Description: A way to display, manage, and control front end notifications for your WordPress install. 6 * Version: 1.2. 46 * Version: 1.2.5 7 7 * Author: Linchpin 8 8 * Author URI: https://linchpin.com … … 23 23 24 24 if ( ! defined( 'COURIER_NOTICES_VERSION' ) ) { 25 define( 'COURIER_NOTICES_VERSION', '1.2. 4' );25 define( 'COURIER_NOTICES_VERSION', '1.2.5' ); 26 26 } 27 27 28 28 if ( ! defined( 'COURIER_NOTICES_RELEASE_DATE' ) ) { 29 define( 'COURIER_NOTICES_RELEASE_DATE', '0 7/29/2020' );29 define( 'COURIER_NOTICES_RELEASE_DATE', '08/17/2020' ); 30 30 } 31 31 -
courier-notices/trunk/package.json
r2348472 r2363079 1 1 { 2 2 "name": "courier-notices", 3 "version": "1.2. 4",3 "version": "1.2.5", 4 4 "description": "A way to display, manage, and control front end notifications for users, globally or individually, in the header,footer, by shortcode or by page.", 5 5 "main": "gulpfile.babel.js", -
courier-notices/trunk/readme.txt
r2348472 r2363079 4 4 Requires at least: 5.0 5 5 Tested up to: 5.3.2 6 Stable tag: 1.2. 46 Stable tag: 1.2.5 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 35 35 36 36 == Changelog == 37 38 = 1.2.5 = 39 * Updated - Options namespace 37 40 38 41 = 1.2.4 = -
courier-notices/trunk/src/Controller/Upgrade.php
r2344125 r2363079 110 110 111 111 $plugin_options['plugin_version'] = COURIER_NOTICES_VERSION; 112 update_option( 'courier_notice _options', $plugin_options );112 update_option( 'courier_notices_options', $plugin_options ); 113 113 } 114 114 }
Note: See TracChangeset
for help on using the changeset viewer.