Changeset 579494
- Timestamp:
- 07/30/2012 09:56:30 PM (14 years ago)
- Location:
- content-scheduler/trunk
- Files:
-
- 2 edited
-
content-scheduler.php (modified) (2 diffs)
-
readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
content-scheduler/trunk/content-scheduler.php
r576200 r579494 4 4 Plugin URI: http://structurewebdev.com/wordpress-plugins/content-scheduler/ 5 5 Description: Set Posts and Pages to automatically expire. Upon expiration, delete, change categories, status, or unstick posts. Also notify admin and author of expiration. 6 Version: 0.9. 86 Version: 0.9.9 7 7 Author: Paul Kaiser 8 Author URI: http:// structurewebdev.com/8 Author URI: http://paulekaiser.com 9 9 License: GPL2 10 10 */ … … 607 607 $arr_defaults = array 608 608 ( 609 "version" => "0.9. 8",609 "version" => "0.9.9", 610 610 "exp-status" => "1", 611 611 "exp-period" => "1", -
content-scheduler/trunk/readme.txt
r576200 r579494 2 2 Contributors: freakingid 3 3 Plugin Name: Content Scheduler 4 Plugin URI: http://structureweb .co/wordpress-plugins/content-scheduler/4 Plugin URI: http://structurewebdev.com/wordpress-plugins/content-scheduler/ 5 5 Tags: expire posts, expire, expiring, scheduling, sticky 6 6 Author URI: http://profiles.wordpress.org/users/freakingid/ 7 7 Author: Paul Kaiser (freakingid) 8 8 Requires at least: 2.9 9 Tested up to: 3.4 10 Stable tag: 0.9. 89 Tested up to: 3.4.1 10 Stable tag: 0.9.9 11 11 12 12 Schedule content to automatically expire and change at a certain time, and notify people of expiration. … … 14 14 == Description == 15 15 16 Content Scheduler lets you control when Content automatically expires, what to do with that content when it expires, and optionally how to provide notification to site contributors thatthe content expired.16 Content Scheduler lets you control when content automatically expires, what to do with that content when it expires, and optionally how to provide notification to site contributors when the content expired. 17 17 18 18 = Expiration Options = … … 39 39 Documentation included with the plugin in PDF format. 40 40 Also see the developer's site, [Structure Web Development:](http://structurewebdev.com/) 41 Lively, friendly support forum at [Structure Web Development Plugin Support:](http://structurewebdev.com/support/)42 43 41 44 42 == Installation == … … 82 80 == Changelog == 83 81 82 = 0.9.9 = 83 * Changed (de)activation functions to use the $network_wide flag to detect network (de)activation of plugin. 84 84 85 = 0.9.8 = 85 86 * FIX: for WordPress 3.3, properly checking for user level allowed to see Content Scheduler fields, values, and shortcodes. … … 122 123 = 0.9 = 123 124 * First public release. 125 126 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.