Changeset 1076489
- Timestamp:
- 01/27/2015 07:01:22 AM (11 years ago)
- Location:
- keep-in-touch
- Files:
-
- 2 edited
- 9 copied
-
tags/1.0.1 (copied) (copied from keep-in-touch/trunk)
-
tags/1.0.1/class-keep-in-touch-db.php (copied) (copied from keep-in-touch/trunk/class-keep-in-touch-db.php)
-
tags/1.0.1/class-keep-in-touch-msg.php (copied) (copied from keep-in-touch/trunk/class-keep-in-touch-msg.php)
-
tags/1.0.1/class-keep-in-touch-utils.php (copied) (copied from keep-in-touch/trunk/class-keep-in-touch-utils.php)
-
tags/1.0.1/class-keep-in-touch-widget.php (copied) (copied from keep-in-touch/trunk/class-keep-in-touch-widget.php)
-
tags/1.0.1/class-virtual-page.php (copied) (copied from keep-in-touch/trunk/class-virtual-page.php)
-
tags/1.0.1/keep-in-touch.php (copied) (copied from keep-in-touch/trunk/keep-in-touch.php) (1 diff)
-
tags/1.0.1/languages (copied) (copied from keep-in-touch/trunk/languages)
-
tags/1.0.1/readme.txt (copied) (copied from keep-in-touch/trunk/readme.txt) (3 diffs)
-
trunk/keep-in-touch.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
keep-in-touch/tags/1.0.1/keep-in-touch.php
r1076481 r1076489 5 5 Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates 6 6 Description: Maintains a list of subscribers to updates and newsletter. 7 Version: 1.0. 07 Version: 1.0.1 8 8 Author: Racanu 9 9 #Author URI: http://URI_Of_The_Plugin_Author -
keep-in-touch/tags/1.0.1/readme.txt
r1076481 r1076489 54 54 Only tested with the permalink format set as 55 55 "/index.php/%year%/%monthnum%/%day%/%postname%/" on a Windows server. Don't know if it 56 works with other formats although the implementation is as generic as I could make it.56 works with other formats, although the implementation is quite generic. 57 57 58 58 **Options page** … … 62 62 * configure the weekday and time-of-day when 63 63 * (re)send the digest(s) to subscribers or to given email addresses 64 * send a newsletter to subscribers or to given email addresses 64 65 65 66 **Wishlist** … … 80 81 == Changelog == 81 82 83 = 1.0.1 = 84 * Small readme change 85 82 86 = 1.0.0 = 83 87 * First release -
keep-in-touch/trunk/keep-in-touch.php
r1076481 r1076489 5 5 Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates 6 6 Description: Maintains a list of subscribers to updates and newsletter. 7 Version: 1.0. 07 Version: 1.0.1 8 8 Author: Racanu 9 9 #Author URI: http://URI_Of_The_Plugin_Author -
keep-in-touch/trunk/readme.txt
r1076481 r1076489 54 54 Only tested with the permalink format set as 55 55 "/index.php/%year%/%monthnum%/%day%/%postname%/" on a Windows server. Don't know if it 56 works with other formats although the implementation is as generic as I could make it.56 works with other formats, although the implementation is quite generic. 57 57 58 58 **Options page** … … 62 62 * configure the weekday and time-of-day when 63 63 * (re)send the digest(s) to subscribers or to given email addresses 64 * send a newsletter to subscribers or to given email addresses 64 65 65 66 **Wishlist** … … 80 81 == Changelog == 81 82 83 = 1.0.1 = 84 * Small readme change 85 82 86 = 1.0.0 = 83 87 * First release
Note: See TracChangeset
for help on using the changeset viewer.