Changeset 3346785
- Timestamp:
- 08/19/2025 06:47:18 AM (7 months ago)
- Location:
- live-copy
- Files:
-
- 23 added
- 4 edited
-
tags/1.0.13 (added)
-
tags/1.0.13/assets (added)
-
tags/1.0.13/assets/css (added)
-
tags/1.0.13/assets/css/style.css (added)
-
tags/1.0.13/assets/css/style.rtl.css (added)
-
tags/1.0.13/assets/js (added)
-
tags/1.0.13/assets/js/script.js (added)
-
tags/1.0.13/includes (added)
-
tags/1.0.13/includes/class-live-copy.php (added)
-
tags/1.0.13/languages (added)
-
tags/1.0.13/languages/live-copy.pot (added)
-
tags/1.0.13/live-copy.php (added)
-
tags/1.0.13/readme.txt (added)
-
tags/1.0.13/src (added)
-
tags/1.0.13/src/js (added)
-
tags/1.0.13/src/js/script.js (added)
-
tags/1.0.13/src/less (added)
-
tags/1.0.13/src/less/style.less (added)
-
trunk/includes/class-live-copy.php (modified) (1 diff)
-
trunk/languages/live-copy.pot (modified) (4 diffs)
-
trunk/live-copy.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/src (added)
-
trunk/src/js (added)
-
trunk/src/js/script.js (added)
-
trunk/src/less (added)
-
trunk/src/less/style.less (added)
Legend:
- Unmodified
- Added
- Removed
-
live-copy/trunk/includes/class-live-copy.php
r3345616 r3346785 124 124 } else { 125 125 define( 126 ' PLUGIN_DIR_URL',126 'LIVE_COPY_DIR_URL', 127 127 plugin_dir_url( __FILE__ ) . '/assets/' 128 128 ); -
live-copy/trunk/languages/live-copy.pot
r3345616 r3346785 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Live Copy Paste – Ultimate Elementor Cross-Domain Design Transfer 1.0.1 2\n"5 "Project-Id-Version: Live Copy Paste – Ultimate Elementor Cross-Domain Design Transfer 1.0.13\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/live-copy\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-08-1 6T15:13:09+00:00\n"12 "POT-Creation-Date: 2025-08-19T06:45:08+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.11.0\n" … … 18 18 #: live-copy.php 19 19 msgid "Live Copy Paste – Ultimate Elementor Cross-Domain Design Transfer" 20 msgstr ""21 22 #. Plugin URI of the plugin23 #. Author URI of the plugin24 #: live-copy.php25 msgid "https://github.com/bdkoder"26 20 msgstr "" 27 21 … … 34 28 #: live-copy.php 35 29 msgid "Shahidul Islam" 30 msgstr "" 31 32 #. Author URI of the plugin 33 #: live-copy.php 34 msgid "https://github.com/bdkoder" 36 35 msgstr "" 37 36 -
live-copy/trunk/live-copy.php
r3345616 r3346785 2 2 /** 3 3 * Plugin Name: Live Copy Paste – Ultimate Elementor Cross-Domain Design Transfer 4 * Plugin URI: https://github.com/bdkoder5 4 * Description: Live Copy Paste for Elementor. Copy and paste any element from one site to another site. 6 * Version: 1.0.1 25 * Version: 1.0.13 7 6 * Requires at least: 5.0 8 7 * Requires PHP: 7.4 … … 21 20 }); 22 21 23 define( 'LIVE_COPY_VER', '1.0.1 2' );22 define( 'LIVE_COPY_VER', '1.0.13' ); 24 23 define( 'LIVE_COPY__FILE__', __FILE__ ); 25 24 define( 'LIVE_COPY_URL', plugins_url( '/', LIVE_COPY__FILE__ ) ); -
live-copy/trunk/readme.txt
r3345621 r3346785 1 1 === Live Copy Paste – Ultimate Elementor Cross-Domain Design Transfer === 2 2 Plugin Name: Live Copy Paste – Ultimate Elementor Cross-Domain Design Transfer 3 Version: 1.0.1 23 Version: 1.0.13 4 4 Author: bdkoder 5 5 Author URI: https://github.com/bdkoder 6 Contributors: bdkoder 6 Contributors: bdkoder, wowdevs 7 7 Tags: elementor copy paste, cross domain design, elementor workflow, page duplicator, design transfer 8 8 Donate link: https://github.com/bdkoder … … 10 10 Tested up to: 6.8 11 11 Requires PHP: 7.4 12 Stable tag: 1.0.1 212 Stable tag: 1.0.13 13 13 License: GPLv3 or later 14 14 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 130 130 == Changelog == 131 131 132 = 1.0.13 [19th August 2025] = 133 134 * System improved 135 132 136 = 1.0.12 [16th August 2025] = 133 137
Note: See TracChangeset
for help on using the changeset viewer.