Changeset 934729
- Timestamp:
- 06/18/2014 09:55:50 PM (12 years ago)
- Location:
- post-status-scheduler/trunk
- Files:
-
- 1 added
- 2 edited
-
classes/shortcode.php (added)
-
post-status-scheduler.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
post-status-scheduler/trunk/post-status-scheduler.php
r933176 r934729 5 5 Plugin Name: Post Status Scheduler 6 6 Description: Change status, category or postmeta of any post type at a scheduled timestamp. 7 Version: 0. 17 Version: 0.2.1 8 8 Author: Andreas Färnstrand <andreas@farnstranddev.se> 9 9 Author URI: http://www.farnstranddev.se … … 34 34 require_once 'classes/settings.php'; 35 35 require_once 'classes/scheduler.php'; 36 require_once 'classes/shortcode.php'; 36 37 37 38 define( 'POST_STATUS_SCHEDULER_PLUGIN_PATH', plugin_dir_url( __FILE__ ) ); … … 45 46 } 46 47 48 $pss_shortcodes = new \post_status_scheduler\Shortcode(); 49 47 50 } 48 51 -
post-status-scheduler/trunk/readme.txt
r933205 r934729 4 4 Requires at least: 3.9 5 5 Tested up to: 3.9.1 6 Stable tag: 0. 1.16 Stable tag: 0.2.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 35 35 == Changelog == 36 36 37 = 0.2.1 = 38 * Added shortcode for getting the date and time for the scheduled post change 39 37 40 = 0.1.1 = 38 41 * Removed unnecessary assets folder.
Note: See TracChangeset
for help on using the changeset viewer.