Changeset 3421722
- Timestamp:
- 12/17/2025 10:18:33 AM (3 months ago)
- Location:
- wp-ultimate-csv-importer
- Files:
-
- 2 edited
-
tags/7.36/wp-ultimate-csv-importer.php (modified) (2 diffs)
-
trunk/wp-ultimate-csv-importer.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-ultimate-csv-importer/tags/7.36/wp-ultimate-csv-importer.php
r3421699 r3421722 11 11 * @wordpress-plugin 12 12 * Plugin Name: WP Ultimate CSV Importer 13 * Version: 7.3 513 * Version: 7.36 14 14 * Plugin URI: https://www.smackcoders.com/wp-ultimate-csv-importer-pro.html 15 15 * Description: Seamlessly create posts, custom posts, pages, media, SEO and more from your CSV data with ease. … … 88 88 private static $chinese_instance = null; 89 89 private static $addon_instance = null; 90 public $version = '7.3 5';90 public $version = '7.36'; 91 91 92 92 public function __construct() { -
wp-ultimate-csv-importer/trunk/wp-ultimate-csv-importer.php
r3421699 r3421722 11 11 * @wordpress-plugin 12 12 * Plugin Name: WP Ultimate CSV Importer 13 * Version: 7.3 513 * Version: 7.36 14 14 * Plugin URI: https://www.smackcoders.com/wp-ultimate-csv-importer-pro.html 15 15 * Description: Seamlessly create posts, custom posts, pages, media, SEO and more from your CSV data with ease. … … 88 88 private static $chinese_instance = null; 89 89 private static $addon_instance = null; 90 public $version = '7.3 5';90 public $version = '7.36'; 91 91 92 92 public function __construct() {
Note: See TracChangeset
for help on using the changeset viewer.