Plugin Directory

Changeset 3421722


Ignore:
Timestamp:
12/17/2025 10:18:33 AM (3 months ago)
Author:
smackcoders
Message:

Version changes

Location:
wp-ultimate-csv-importer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-ultimate-csv-importer/tags/7.36/wp-ultimate-csv-importer.php

    r3421699 r3421722  
    1111 * @wordpress-plugin
    1212 * Plugin Name: WP Ultimate CSV Importer
    13  * Version:     7.35
     13 * Version:     7.36
    1414 * Plugin URI:  https://www.smackcoders.com/wp-ultimate-csv-importer-pro.html
    1515 * Description: Seamlessly create posts, custom posts, pages, media, SEO and more from your CSV data with ease.
     
    8888    private static $chinese_instance = null;
    8989    private static $addon_instance = null;
    90     public $version = '7.35';
     90    public $version = '7.36';
    9191
    9292    public function __construct() {
  • wp-ultimate-csv-importer/trunk/wp-ultimate-csv-importer.php

    r3421699 r3421722  
    1111 * @wordpress-plugin
    1212 * Plugin Name: WP Ultimate CSV Importer
    13  * Version:     7.35
     13 * Version:     7.36
    1414 * Plugin URI:  https://www.smackcoders.com/wp-ultimate-csv-importer-pro.html
    1515 * Description: Seamlessly create posts, custom posts, pages, media, SEO and more from your CSV data with ease.
     
    8888    private static $chinese_instance = null;
    8989    private static $addon_instance = null;
    90     public $version = '7.35';
     90    public $version = '7.36';
    9191
    9292    public function __construct() {
Note: See TracChangeset for help on using the changeset viewer.