Changeset 396437
- Timestamp:
- 06/13/2011 05:29:36 AM (15 years ago)
- Location:
- url-shortener/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
url-shortener.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
url-shortener/trunk/readme.txt
r396382 r396437 172 172 Expanded list can be found at: http://wiki.fusedthought.com/docs/url-shortener-wordpress-plugin/release-history 173 173 174 = 4.0.2 = 175 * *BUGFIX* Temp remove of jzsc interface 174 176 175 177 = 4.0.1 = -
url-shortener/trunk/url-shortener.php
r396382 r396437 6 6 Author: Gerald Yeo 7 7 Author URI: http://www.fusedthought.com 8 Version: 4.0. 18 Version: 4.0.2 9 9 */ 10 10 11 11 12 define('FTS_URL_SHORTENER_VERSION', '4.0 ');12 define('FTS_URL_SHORTENER_VERSION', '4.0.2'); 13 13 define('FTS_URL_SHORTENER_STATUS', 'stable'); 14 14
Note: See TracChangeset
for help on using the changeset viewer.