Plugin Directory

Changeset 3327750


Ignore:
Timestamp:
07/14/2025 06:26:01 PM (9 months ago)
Author:
wafflewolf
Message:

Updating trunk for version 1.0.2

Location:
bulk-post-importer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bulk-post-importer/trunk/bulk-post-importer.php

    r3327745 r3327750  
    55 * Plugin URI:        https://github.com/cwahlfeldt/bulk-post-importer
    66 * 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.1
     7 * Version: 1.0.2
    88 * Author:            Chris Wahlfeldt
    99 * Author URI:        https://cwahlfeldt.github.io/
     
    2222
    2323// Define plugin constants.
    24 define( 'BULKPOSTIMPORTER_VERSION', '1.0.1' );
     24define( 'BULKPOSTIMPORTER_VERSION', '1.0.2' );
    2525define('BULKPOSTIMPORTER_PLUGIN_FILE', __FILE__);
    2626define('BULKPOSTIMPORTER_PLUGIN_DIR', plugin_dir_path(__FILE__));
  • bulk-post-importer/trunk/readme.txt

    r3327745 r3327750  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.