Changeset 1388221
- Timestamp:
- 04/06/2016 01:48:40 PM (10 years ago)
- Location:
- get-notified/trunk
- Files:
-
- 2 edited
-
get-notified.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
get-notified/trunk/get-notified.php
r1388217 r1388221 6 6 * Author: Kyle Benk 7 7 * Author URI: https://kylebenk.com 8 * Version: 1.0. 58 * Version: 1.0.6 9 9 * Text Domain: get-notified 10 10 * Domain Path: /languages … … 102 102 103 103 if ( ! defined( 'GET_NOTIFIED_VERSION' ) ) { 104 define( 'GET_NOTIFIED_VERSION', '1.0. 5' );104 define( 'GET_NOTIFIED_VERSION', '1.0.6' ); 105 105 } 106 106 -
get-notified/trunk/readme.txt
r1388217 r1388221 4 4 Requires at least: 4.0 5 5 Tested up to: 4.4.2 6 Stable tag: 1.0. 56 Stable tag: 1.0.6 7 7 License: GPLv2 or later 8 8 … … 39 39 == Changelog == 40 40 41 = 1.0.6 = 2016-4-6 42 * ADDED: Language .pot file 43 41 44 = 1.0.5 = 2016-4-6 42 45 * REMOVED: Language .pot file
Note: See TracChangeset
for help on using the changeset viewer.