Changeset 2757843
- Timestamp:
- 07/18/2022 10:51:29 AM (3 years ago)
- Location:
- duplicate-page/trunk
- Files:
-
- 2 edited
-
duplicatepage.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
duplicate-page/trunk/duplicatepage.php
r2669545 r2757843 5 5 Description: Duplicate Posts, Pages and Custom Posts using single click. 6 6 Author: mndpsingh287 7 Version: 4.4. 87 Version: 4.4.9 8 8 Author URI: https://profiles.wordpress.org/mndpsingh287/ 9 9 License: GPLv2 … … 14 14 } 15 15 if (!defined('DUPLICATE_PAGE_PLUGIN_VERSION')) { 16 define('DUPLICATE_PAGE_PLUGIN_VERSION', '4.4. 8');16 define('DUPLICATE_PAGE_PLUGIN_VERSION', '4.4.9'); 17 17 } 18 18 if (!class_exists('duplicate_page')): … … 216 216 $sql_query.= implode(" UNION ALL ", $sql_query_sel); 217 217 $wpdb->query($sql_query); 218 } 218 } 219 if(is_plugin_active( 'elementor/elementor.php' )){ 220 $css = Elementor\Core\Files\CSS\Post::create( $new_post_id ); 221 $css->update(); 222 } 219 223 /* 220 224 * finally, redirecting to your choice -
duplicate-page/trunk/readme.txt
r2669545 r2757843 3 3 Tags: Page Duplicate, Post duplicate, duplicate custom posts, duplicate page, duplicate post, duplicate ,custom posts, post, page, duplicate this, duplicate, content duplicate, duplicate content, data duplicate, duplicate data, copy page, clone page,wordpress page duplicate, wordpress post duplicate, Copy post, wordpress page duplicator, wordpress post duplicator, Cloner, duplicate post 4 4 Requires at least: 3.4 5 Tested up to: 5.96 Stable tag: 4.4. 85 Tested up to: 6.0.1 6 Stable tag: 4.4.9 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 58 58 == Changelog == 59 59 60 = 4.4.9(15th Jul, 2022) 61 62 * Checked compatibility with wordpress v6.0.1 63 60 64 = 4.4.8(27th Jan, 2022) 61 65
Note: See TracChangeset
for help on using the changeset viewer.