Plugin Directory

Changeset 2421366


Ignore:
Timestamp:
11/19/2020 09:49:28 AM (5 years ago)
Author:
copydelete
Message:

Version 1.0.2

Location:
copy-delete-posts
Files:
178 added
2 edited

Legend:

Unmodified
Added
Removed
  • copy-delete-posts/trunk/copy-delete-posts.php

    r2390956 r2421366  
    44 * Plugin URI: https://copy-delete-posts.com
    55 * Description: The best solution to easily make duplicates of your posts & pages, and delete them in one go.
    6  * Version: 1.1.1
     6 * Version: 1.1.2
    77 * Author: Copy Delete Posts
    88 * Author URI: https://copy-delete-posts.com/
     
    1313
    1414/** –– **\
     15 * Opt-in.
     16 * @since 1.1.2
     17 */
     18
     19    require_once 'analyst/main.php';
     20    analyst_init(array(
     21        'client-id' => 'ovgxe3xq075ladbp',
     22        'client-secret' => 'b4de5ed2ba7be687e233d152ec1e8fd116052ab0',
     23        'base-dir' => __FILE__
     24    ));
     25
     26/** –– **/
     27
     28/** –– **\
    1529 * Global variables and constants.
    1630 * @since 1.0.0
     
    1832
    1933     // Plugin constants
    20      define('CDP_VERSION', '1.1.1');
     34     define('CDP_VERSION', '1.1.2');
    2135     define('CDP_WP_VERSION', get_bloginfo('version'));
    2236     define('CDP_SCRIPT_DEBUG', false);
  • copy-delete-posts/trunk/readme.txt

    r2390956 r2421366  
    1 === Copy Page ===
     1=== Duplicate Post ===
    22Contributors: CopyDeletePosts, copydelete
    3 Tags: Copy page, Copy post, Duplicate pages, Duplicate posts, Clone pages, Clone posts, Delete pages, Delete posts, Duplicate post, Duplicator, Copy pages, Copy posts
     3Tags: Duplicate post, Copy posts, Copy pages, Duplicate posts, Duplicate pages, Clone posts, Clone pages, Delete posts, Delete pages, Duplicator, copy post, copy page
    44Requires at least: 4.6
    5 Tested up to: 5.5.1
    6 Stable tag: 1.1.1
     5Tested up to: 5.5.3
     6Stable tag: 1.1.2
    77License: GPLv3
    88Requires PHP: 5.6
    99
    10 Copy page copy pages
     10Duplicate post
    1111
    1212== Description ==
     
    148148== Changelog ==
    149149
     150= 1.1.2 =
     151* Tested with newest version of WordPress
     152
    150153= 1.1.1 =
    151154* Fixed some warnings and notices in PHP 7
Note: See TracChangeset for help on using the changeset viewer.