Plugin Directory

Changeset 579494


Ignore:
Timestamp:
07/30/2012 09:56:30 PM (14 years ago)
Author:
freakingid
Message:
 
Location:
content-scheduler/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • content-scheduler/trunk/content-scheduler.php

    r576200 r579494  
    44Plugin URI: http://structurewebdev.com/wordpress-plugins/content-scheduler/
    55Description: 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.8
     6Version: 0.9.9
    77Author: Paul Kaiser
    8 Author URI: http://structurewebdev.com/
     8Author URI: http://paulekaiser.com
    99License: GPL2
    1010*/
     
    607607            $arr_defaults = array
    608608            (
    609                 "version" => "0.9.8",
     609                "version" => "0.9.9",
    610610                "exp-status" => "1",
    611611                "exp-period" => "1",
  • content-scheduler/trunk/readme.txt

    r576200 r579494  
    22Contributors: freakingid
    33Plugin Name: Content Scheduler
    4 Plugin URI: http://structureweb.co/wordpress-plugins/content-scheduler/
     4Plugin URI: http://structurewebdev.com/wordpress-plugins/content-scheduler/
    55Tags: expire posts, expire, expiring, scheduling, sticky
    66Author URI: http://profiles.wordpress.org/users/freakingid/
    77Author: Paul Kaiser (freakingid)
    88Requires at least: 2.9
    9 Tested up to: 3.4
    10 Stable tag: 0.9.8
     9Tested up to: 3.4.1
     10Stable tag: 0.9.9
    1111
    1212Schedule content to automatically expire and change at a certain time, and notify people of expiration.
     
    1414== Description ==
    1515
    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 that the content expired.
     16Content 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.
    1717
    1818= Expiration Options =
     
    3939Documentation included with the plugin in PDF format.
    4040Also 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 
    4341
    4442== Installation ==
     
    8280== Changelog ==
    8381
     82= 0.9.9 =
     83* Changed (de)activation functions to use the $network_wide flag to detect network (de)activation of plugin.
     84
    8485= 0.9.8 =
    8586* FIX: for WordPress 3.3, properly checking for user level allowed to see Content Scheduler fields, values, and shortcodes.
     
    122123= 0.9 =
    123124* First public release.
     125
     126== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.