Changeset 3226047
- Timestamp:
- 01/21/2025 09:42:19 AM (14 months ago)
- Location:
- quickcreator
- Files:
-
- 3 edited
- 11 copied
-
tags/0.1.6 (copied) (copied from quickcreator/trunk)
-
tags/0.1.6/includes/admin/class-quickcreator-admin.php (copied) (copied from quickcreator/trunk/includes/admin/class-quickcreator-admin.php)
-
tags/0.1.6/includes/functions.php (copied) (copied from quickcreator/trunk/includes/functions.php)
-
tags/0.1.6/includes/quickcreator/class-content-importer.php (copied) (copied from quickcreator/trunk/includes/quickcreator/class-content-importer.php) (1 diff)
-
tags/0.1.6/includes/quickcreator/class-quickcreator.php (copied) (copied from quickcreator/trunk/includes/quickcreator/class-quickcreator.php)
-
tags/0.1.6/includes/quickcreator/content-parsers/class-classic-editor-parser.php (copied) (copied from quickcreator/trunk/includes/quickcreator/content-parsers/class-classic-editor-parser.php)
-
tags/0.1.6/includes/quickcreator/content-parsers/class-elementor-parser.php (copied) (copied from quickcreator/trunk/includes/quickcreator/content-parsers/class-elementor-parser.php)
-
tags/0.1.6/includes/quickcreator/content-parsers/class-gutenberg-parser.php (copied) (copied from quickcreator/trunk/includes/quickcreator/content-parsers/class-gutenberg-parser.php)
-
tags/0.1.6/quickcreator.php (copied) (copied from quickcreator/trunk/quickcreator.php) (1 diff)
-
tags/0.1.6/readme.txt (copied) (copied from quickcreator/trunk/readme.txt) (1 diff)
-
tags/0.1.6/templates/admin/settings.php (copied) (copied from quickcreator/trunk/templates/admin/settings.php)
-
trunk/includes/quickcreator/class-content-importer.php (modified) (1 diff)
-
trunk/quickcreator.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
quickcreator/tags/0.1.6/includes/quickcreator/class-content-importer.php
r3221380 r3226047 62 62 } else if ('raw' !== $args['filter']) { 63 63 $rawContent = $this->content_parser->parse_content($content); 64 $rawContent = wp_encode_emoji($rawContent); 64 65 } else { 65 66 $this->content_parser->choose_parser(); -
quickcreator/tags/0.1.6/quickcreator.php
r3224032 r3226047 4 4 * Plugin URI: https://wordpress.org/plugins/quickcreator/ 5 5 * Description: Create post with Quickcreator in WordPress 6 * Version: 0.1. 56 * Version: 0.1.6 7 7 * Author: Quickcreator 8 8 * Author URI: https://quickcreator.io -
quickcreator/tags/0.1.6/readme.txt
r3224032 r3226047 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.6 7 Stable tag: 0.1. 57 Stable tag: 0.1.6 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
quickcreator/trunk/includes/quickcreator/class-content-importer.php
r3221380 r3226047 62 62 } else if ('raw' !== $args['filter']) { 63 63 $rawContent = $this->content_parser->parse_content($content); 64 $rawContent = wp_encode_emoji($rawContent); 64 65 } else { 65 66 $this->content_parser->choose_parser(); -
quickcreator/trunk/quickcreator.php
r3224032 r3226047 4 4 * Plugin URI: https://wordpress.org/plugins/quickcreator/ 5 5 * Description: Create post with Quickcreator in WordPress 6 * Version: 0.1. 56 * Version: 0.1.6 7 7 * Author: Quickcreator 8 8 * Author URI: https://quickcreator.io -
quickcreator/trunk/readme.txt
r3224032 r3226047 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.6 7 Stable tag: 0.1. 57 Stable tag: 0.1.6 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.