Changeset 2269693
- Timestamp:
- 03/28/2020 10:58:42 AM (6 years ago)
- Location:
- ctc-countdown-timer-cookies/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
ctc-countdown-timer-cookies.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ctc-countdown-timer-cookies/trunk/README.txt
r2269690 r2269693 6 6 Tested up to: 5.3.2 7 7 Requires PHP: 5.3 8 Stable tag: 1.0. 08 Stable tag: 1.0.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 65 65 66 66 == Changelog == 67 67 = 1.0.1 = 68 * editing the readme file 68 69 = 1.0.0 = 69 70 * First release! 70 71 71 72 == Upgrade Notice == 72 73 = 1.0.1 = 74 * editing the readme file 73 75 = 1.0.0 = 74 76 * First release! -
ctc-countdown-timer-cookies/trunk/ctc-countdown-timer-cookies.php
r2269073 r2269693 17 17 * Plugin URI: macrosinexcel.com 18 18 * Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area. 19 * Version: 1.0. 019 * Version: 1.0.1 20 20 * Author: JerbiK 21 21 * Author URI: https://profiles.wordpress.org/androjerbi/ … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'CTC_COUNTDOWN_TIMER_COOKIES_VERSION', '1.0. 0' );38 define( 'CTC_COUNTDOWN_TIMER_COOKIES_VERSION', '1.0.1' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.