Plugin Directory

Changeset 3397419


Ignore:
Timestamp:
11/17/2025 05:05:56 PM (4 months ago)
Author:
samsonovteamwork
Message:

Ver 1.1.2

Location:
duplicate-post-page/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • duplicate-post-page/trunk/duplicate-post-page.php

    r3360956 r3397419  
    33 * Plugin Name: Duplicate Post & Page
    44 * Description: Duplicate WordPress pages in bulk with custom titles and slugs. Perfect for creating location pages, service variations, and content templates.
    5  * Version: 1.1.1
     5 * Version: 1.1.2
    66 * Author: Ryan Howard
    77 * Author URI: https://www.ryanhoward.dev
    88 * Text Domain: duplicate-post-page
    99 * Requires at least: 5.0
    10  * Tested up to: 6.8
     10 * Tested up to: 6.8.3
    1111 * Requires PHP: 7.4
    1212 * License: GPLv2 or later
     
    2020
    2121// Define plugin constants
    22 define('DUPPP_VERSION', '1.1.1');
     22define('DUPPP_VERSION', '1.1.2');
    2323define('DUPPP_PLUGIN_FILE', __FILE__);
    2424define('DUPPP_PLUGIN_DIR', plugin_dir_path(__FILE__));
  • duplicate-post-page/trunk/readme.txt

    r3360956 r3397419  
    33Tags: duplicate, bulk, pages, posts, clone
    44Requires at least: 5.0
    5 Tested up to: 6.8
     5Tested up to: 6.8.3
    66Requires PHP: 7.4
    7 Stable tag: 1.1.1
     7Stable tag: 1.1.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.