Version Description
Download this release
Release Info
| Developer | axelseaa |
| Plugin | |
| Version | 2.4.0.1 |
| Comparing to | |
| See all releases | |
Code changes from version 2.4.0 to 2.4.0.1
- post-expirator.php +2 -3
- readme.txt +1 -1
post-expirator.php
CHANGED
|
@@ -4,7 +4,7 @@ Plugin Name: Post Expirator
|
|
| 4 |
Plugin URI: http://wordpress.org/extend/plugins/post-expirator/
|
| 5 |
Description: Allows you to add an expiration date (minute) to posts which you can configure to either delete the post, change it to a draft, or update the post categories at expiration time.
|
| 6 |
Author: Aaron Axelsen
|
| 7 |
-
Version: 2.4
|
| 8 |
Author URI: http://postexpirator.tuxdocs.net/
|
| 9 |
Text Domain: post-expirator
|
| 10 |
*/
|
|
@@ -17,7 +17,7 @@ function postExpirator_init() {
|
|
| 17 |
add_action('plugins_loaded', 'postExpirator_init');
|
| 18 |
|
| 19 |
// Default Values
|
| 20 |
-
define('POSTEXPIRATOR_VERSION','2.4');
|
| 21 |
define('POSTEXPIRATOR_DATEFORMAT',__('l F jS, Y','post-expirator'));
|
| 22 |
define('POSTEXPIRATOR_TIMEFORMAT',__('g:ia','post-expirator'));
|
| 23 |
define('POSTEXPIRATOR_FOOTERCONTENTS',__('Post expires at EXPIRATIONTIME on EXPIRATIONDATE','post-expirator'));
|
|
@@ -30,7 +30,6 @@ define('POSTEXPIRATOR_EXPIREDEFAULT','null');
|
|
| 30 |
|
| 31 |
function postExpirator_plugin_action_links($links, $file) {
|
| 32 |
$this_plugin = basename(plugin_dir_url(__FILE__)) . '/post-expirator.php';
|
| 33 |
-
$links = array();
|
| 34 |
if($file == $this_plugin) {
|
| 35 |
$links[] = '<a href="options-general.php?page=post-expirator">' . __('Settings', 'post-expirator') . '</a>';
|
| 36 |
}
|
| 4 |
Plugin URI: http://wordpress.org/extend/plugins/post-expirator/
|
| 5 |
Description: Allows you to add an expiration date (minute) to posts which you can configure to either delete the post, change it to a draft, or update the post categories at expiration time.
|
| 6 |
Author: Aaron Axelsen
|
| 7 |
+
Version: 2.4.0.1
|
| 8 |
Author URI: http://postexpirator.tuxdocs.net/
|
| 9 |
Text Domain: post-expirator
|
| 10 |
*/
|
| 17 |
add_action('plugins_loaded', 'postExpirator_init');
|
| 18 |
|
| 19 |
// Default Values
|
| 20 |
+
define('POSTEXPIRATOR_VERSION','2.4.0.1');
|
| 21 |
define('POSTEXPIRATOR_DATEFORMAT',__('l F jS, Y','post-expirator'));
|
| 22 |
define('POSTEXPIRATOR_TIMEFORMAT',__('g:ia','post-expirator'));
|
| 23 |
define('POSTEXPIRATOR_FOOTERCONTENTS',__('Post expires at EXPIRATIONTIME on EXPIRATIONDATE','post-expirator'));
|
| 30 |
|
| 31 |
function postExpirator_plugin_action_links($links, $file) {
|
| 32 |
$this_plugin = basename(plugin_dir_url(__FILE__)) . '/post-expirator.php';
|
|
|
|
| 33 |
if($file == $this_plugin) {
|
| 34 |
$links[] = '<a href="options-general.php?page=post-expirator">' . __('Settings', 'post-expirator') . '</a>';
|
| 35 |
}
|
readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Donate link: http://aaron.axelsen.us/donate
|
|
| 4 |
Tags: expire, posts, pages, schedule
|
| 5 |
Requires at least: 4.0
|
| 6 |
Tested up to: 5.2
|
| 7 |
-
Stable tag: 2.4.0
|
| 8 |
|
| 9 |
Allows you to add an expiration date to posts which you can configure to either delete the post, change it to a draft, or update the
|
| 10 |
post categories.
|
| 4 |
Tags: expire, posts, pages, schedule
|
| 5 |
Requires at least: 4.0
|
| 6 |
Tested up to: 5.2
|
| 7 |
+
Stable tag: 2.4.0.1
|
| 8 |
|
| 9 |
Allows you to add an expiration date to posts which you can configure to either delete the post, change it to a draft, or update the
|
| 10 |
post categories.
|
