Changeset 3397419
- Timestamp:
- 11/17/2025 05:05:56 PM (4 months ago)
- Location:
- duplicate-post-page/trunk
- Files:
-
- 2 edited
-
duplicate-post-page.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
duplicate-post-page/trunk/duplicate-post-page.php
r3360956 r3397419 3 3 * Plugin Name: Duplicate Post & Page 4 4 * 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. 15 * Version: 1.1.2 6 6 * Author: Ryan Howard 7 7 * Author URI: https://www.ryanhoward.dev 8 8 * Text Domain: duplicate-post-page 9 9 * Requires at least: 5.0 10 * Tested up to: 6.8 10 * Tested up to: 6.8.3 11 11 * Requires PHP: 7.4 12 12 * License: GPLv2 or later … … 20 20 21 21 // Define plugin constants 22 define('DUPPP_VERSION', '1.1. 1');22 define('DUPPP_VERSION', '1.1.2'); 23 23 define('DUPPP_PLUGIN_FILE', __FILE__); 24 24 define('DUPPP_PLUGIN_DIR', plugin_dir_path(__FILE__)); -
duplicate-post-page/trunk/readme.txt
r3360956 r3397419 3 3 Tags: duplicate, bulk, pages, posts, clone 4 4 Requires at least: 5.0 5 Tested up to: 6.8 5 Tested up to: 6.8.3 6 6 Requires PHP: 7.4 7 Stable tag: 1.1. 17 Stable tag: 1.1.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.