Changeset 3327750
- Timestamp:
- 07/14/2025 06:26:01 PM (9 months ago)
- Location:
- bulk-post-importer/trunk
- Files:
-
- 2 edited
-
bulk-post-importer.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bulk-post-importer/trunk/bulk-post-importer.php
r3327745 r3327750 5 5 * Plugin URI: https://github.com/cwahlfeldt/bulk-post-importer 6 6 * Description: Allows bulk importing of posts and custom post types from JSON and CSV files with field mapping for standard, ACF, and custom fields. Converts text content to basic Gutenberg paragraph blocks. 7 * Version: 1.0. 17 * Version: 1.0.2 8 8 * Author: Chris Wahlfeldt 9 9 * Author URI: https://cwahlfeldt.github.io/ … … 22 22 23 23 // Define plugin constants. 24 define( 'BULKPOSTIMPORTER_VERSION', '1.0. 1' );24 define( 'BULKPOSTIMPORTER_VERSION', '1.0.2' ); 25 25 define('BULKPOSTIMPORTER_PLUGIN_FILE', __FILE__); 26 26 define('BULKPOSTIMPORTER_PLUGIN_DIR', plugin_dir_path(__FILE__)); -
bulk-post-importer/trunk/readme.txt
r3327745 r3327750 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 17 Stable tag: 1.0.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.