Plugin Directory

Changeset 934729


Ignore:
Timestamp:
06/18/2014 09:55:50 PM (12 years ago)
Author:
farne
Message:

Added shortcode for a posts scheduled date and time

Location:
post-status-scheduler/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • post-status-scheduler/trunk/post-status-scheduler.php

    r933176 r934729  
    55  Plugin Name: Post Status Scheduler
    66  Description: Change status, category or postmeta of any post type at a scheduled timestamp.
    7   Version: 0.1
     7  Version: 0.2.1
    88  Author: Andreas Färnstrand <andreas@farnstranddev.se>
    99  Author URI: http://www.farnstranddev.se
     
    3434        require_once 'classes/settings.php';
    3535        require_once 'classes/scheduler.php';
     36    require_once 'classes/shortcode.php';
    3637
    3738        define( 'POST_STATUS_SCHEDULER_PLUGIN_PATH', plugin_dir_url( __FILE__ ) );
     
    4546    }
    4647
     48    $pss_shortcodes = new \post_status_scheduler\Shortcode();
     49
    4750  }
    4851
  • post-status-scheduler/trunk/readme.txt

    r933205 r934729  
    44Requires at least: 3.9
    55Tested up to: 3.9.1
    6 Stable tag: 0.1.1
     6Stable tag: 0.2.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3535== Changelog ==
    3636
     37= 0.2.1 =
     38* Added shortcode for getting the date and time for the scheduled post change
     39
    3740= 0.1.1 =
    3841* Removed unnecessary assets folder.
Note: See TracChangeset for help on using the changeset viewer.