Skip to content

Commit 2865962

Browse files
author
metaphorcreations
committed
Changed the default published status to Draft
git-svn-id: http://plugins.svn.wordpress.org/post-duplicator/trunk@1226519 b8457f37-d9ea-0310-8a92-e5e31aec5664
1 parent 471a452 commit 2865962

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

includes/settings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function mtphr_post_duplicator_settings_page() {
2424
/**
2525
* Initializes the options page.
2626
*
27-
* @since 2.5
27+
* @since 2.6
2828
*/
2929
function mtphr_post_duplicator_initialize_settings() {
3030

@@ -37,7 +37,7 @@ function mtphr_post_duplicator_initialize_settings() {
3737
'publish' => __('Published', 'post-duplicator'),
3838
'pending' => __('Pending', 'post-duplicator')
3939
),
40-
'default' => 'same'
40+
'default' => 'draft'
4141
);
4242

4343
$settings['timestamp'] = array(

m4c-postduplicator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
Plugin Name: Post Duplicator
44
Description: Creates functionality to duplicate any and all post types, including taxonomies & custom fields
5-
Version: 2.5
5+
Version: 2.6
66
Author: Metaphor Creations
77
Author URI: http://www.metaphorcreations.com
88
License: GPL2
@@ -29,7 +29,7 @@
2929

3030

3131
/**Define Widget Constants */
32-
define ( 'MTPHR_POST_DUPLICATOR_VERSION', '2.5' );
32+
define ( 'MTPHR_POST_DUPLICATOR_VERSION', '2.6' );
3333
define ( 'MTPHR_POST_DUPLICATOR_DIR', plugin_dir_path(__FILE__) );
3434
define ( 'MTPHR_POST_DUPLICATOR_URL', plugins_url().'/post-duplicator' );
3535

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: metaphorcreations
33
Tags: posts, post, duplicate, duplication
44
Requires at least: 3.0
5-
Tested up to: 4.2
5+
Tested up to: 4.3
66
Stable tag: /trunk/
77
License: GPL2
88

@@ -41,6 +41,9 @@ Check out the 'Installation' tab.
4141

4242
== Changelog ==
4343

44+
= 2.6 =
45+
* Changed the default published status to Draft
46+
4447
= 2.5 =
4548
* Changed the default post date of duplicated posts to be the current time.
4649

@@ -70,4 +73,4 @@ Must upgrade in order for the plugin to work. The file paths where initially wro
7073

7174
== Upgrade Notice ==
7275

73-
Changed the default post date of duplicated posts to be the current time.
76+
Changed the default published status to Draft.

0 commit comments

Comments
 (0)