Changeset 128252
- Timestamp:
- 06/21/2009 10:06:25 PM (17 years ago)
- Location:
- comment-approval-notification
- Files:
-
- 3 edited
-
branches/1.1/readme.txt (modified) (1 diff)
-
tags/1.1.1/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
comment-approval-notification/branches/1.1/readme.txt
r74268 r128252 28 28 == Changelog == 29 29 30 **1.1.1** - Fix 2.6 compatibility by globaling $wp_version. 30 = 1.1.1 = 31 * Fix WordPress 2.6 compatibility 31 32 32 **1.1** - Stop using shortcode API (shortcodes are still available, don't worry), fix PHP warning and add WordPress 2.6 compatibility. 33 = 1.1 = 34 * Stop using shortcode API (shortcodes are still available, don't worry) 35 * Fix PHP warning 36 * Add WordPress 2.6 compatibility 33 37 34 **1.0.1** - Remove [comment\_date\_gmt] and [post\_date\_gmt]. Use date_format option on [comment\_date] and [post\_date] and only show the date. Add [comment\_time] and [post\_time] formatted with time\_format option. 38 = 1.0.1 = 39 * Remove [comment\_date\_gmt] and [post\_date\_gmt] 40 * Use date_format option on [comment\_date] and [post\_date] and only show the date 41 * Add [comment\_time] and [post\_time] formatted with time\_format option 35 42 36 **1.0** - Initial release 43 = 1.0 = 44 * Initial release -
comment-approval-notification/tags/1.1.1/readme.txt
r74268 r128252 28 28 == Changelog == 29 29 30 **1.1.1** - Fix 2.6 compatibility by globaling $wp_version. 30 = 1.1.1 = 31 * Fix WordPress 2.6 compatibility 31 32 32 **1.1** - Stop using shortcode API (shortcodes are still available, don't worry), fix PHP warning and add WordPress 2.6 compatibility. 33 = 1.1 = 34 * Stop using shortcode API (shortcodes are still available, don't worry) 35 * Fix PHP warning 36 * Add WordPress 2.6 compatibility 33 37 34 **1.0.1** - Remove [comment\_date\_gmt] and [post\_date\_gmt]. Use date_format option on [comment\_date] and [post\_date] and only show the date. Add [comment\_time] and [post\_time] formatted with time\_format option. 38 = 1.0.1 = 39 * Remove [comment\_date\_gmt] and [post\_date\_gmt] 40 * Use date_format option on [comment\_date] and [post\_date] and only show the date 41 * Add [comment\_time] and [post\_time] formatted with time\_format option 35 42 36 **1.0** - Initial release 43 = 1.0 = 44 * Initial release -
comment-approval-notification/trunk/readme.txt
r74268 r128252 28 28 == Changelog == 29 29 30 **1.1.1** - Fix 2.6 compatibility by globaling $wp_version. 30 = 1.1.1 = 31 * Fix WordPress 2.6 compatibility 31 32 32 **1.1** - Stop using shortcode API (shortcodes are still available, don't worry), fix PHP warning and add WordPress 2.6 compatibility. 33 = 1.1 = 34 * Stop using shortcode API (shortcodes are still available, don't worry) 35 * Fix PHP warning 36 * Add WordPress 2.6 compatibility 33 37 34 **1.0.1** - Remove [comment\_date\_gmt] and [post\_date\_gmt]. Use date_format option on [comment\_date] and [post\_date] and only show the date. Add [comment\_time] and [post\_time] formatted with time\_format option. 38 = 1.0.1 = 39 * Remove [comment\_date\_gmt] and [post\_date\_gmt] 40 * Use date_format option on [comment\_date] and [post\_date] and only show the date 41 * Add [comment\_time] and [post\_time] formatted with time\_format option 35 42 36 **1.0** - Initial release 43 = 1.0 = 44 * Initial release
Note: See TracChangeset
for help on using the changeset viewer.