Changeset 3234755
- Timestamp:
- 02/04/2025 01:28:35 PM (14 months ago)
- Location:
- wp-event-manager-migration/trunk
- Files:
-
- 6 edited
-
admin/wpem-migration-admin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
templates/admin/event-migration-file-upload.php (modified) (4 diffs)
-
templates/admin/event-migration-import.php (modified) (2 diffs)
-
templates/admin/event-migration-success.php (modified) (2 diffs)
-
wp-event-manager-migration.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-event-manager-migration/trunk/admin/wpem-migration-admin.php
r2957872 r3234755 8 8 */ 9 9 class WPEM_Migration_Admin { 10 11 public $import_class; 10 12 11 13 /** -
wp-event-manager-migration/trunk/readme.txt
r2957872 r3234755 5 5 Tags: event, events migration, migration, calendar, meetups, eventon, event expresso. 6 6 Requires at least: 5.4.1 7 Tested up to: 6. 2.28 Stable tag: 1.0. 17 Tested up to: 6.7.1 8 Stable tag: 1.0.2 9 9 Requires PHP: 7.1 10 10 License: GNU General Public License v3.0 … … 72 72 == Changelog == 73 73 74 = 1.0.2 [ 24 January 2025 ] = 75 76 Fixed : Venue logo image and Event location Map are not displayed. 77 Fixed : The registration option is not working. 78 Fixed : Migration box line should be proper. 79 Fixed : Plugin check error is fixed. 80 Fixed : Language translation issue is fixed. 81 Fixed : The fatal error message is fixed. 82 Fixed : Deprecated code error is fixed 83 74 84 = 1.0.1 [ 24th August 2023 ] = 75 85 -
wp-event-manager-migration/trunk/templates/admin/event-migration-file-upload.php
r2957872 r3234755 1 1 <div class="wrap wp-event-manager-migration-wrap"> 2 <h2><?php _e('Event Migration', 'wp-event-manager-migration'); ?></h2>2 <h2><?php esc_html_e('Event Migration', 'wp-event-manager-migration'); ?></h2> 3 3 4 4 <div class="notice notice-warning"> 5 <p><?php _e('If you have separate Organizer and Venues file then first import Organizer then Venues. After import Organizer and Venues then import Event.', 'wp-event-manager-migration'); ?></p>5 <p><?php esc_html_e('If you have separate Organizer and Venues file then first import Organizer then Venues. After import Organizer and Venues then import Event.', 'wp-event-manager-migration'); ?></p> 6 6 </div> 7 7 … … 9 9 <table class="widefat"> 10 10 <tr> 11 <th><?php _e('Choose File', 'wp-event-manager-migration' ); ?></th>11 <th><?php esc_html_e('Choose File', 'wp-event-manager-migration' ); ?></th> 12 12 <td> 13 <a href="javascript:void(0)" class="upload-file"><?php _e('Upload .csv or.xml file', 'wp-event-manager-migration' ); ?></a>13 <a href="javascript:void(0)" class="upload-file"><?php esc_html_e('Upload .csv or.xml file', 'wp-event-manager-migration' ); ?></a> 14 14 <span class="response-message"></span> 15 15 <input type="hidden" name="file_id" id="file_id" value="" /> … … 18 18 </tr> 19 19 <tr> 20 <th><?php _e('Content Type', 'wp-event-manager-migration' ); ?></th>20 <th><?php esc_html_e('Content Type', 'wp-event-manager-migration' ); ?></th> 21 21 <td> 22 22 <select id="migration_post_type" name="migration_post_type"> … … 31 31 <input type="hidden" name="page" value="event-migration" /> 32 32 <input type="hidden" name="action" value="upload" /> 33 <input type="button" class="button-primary" name="wp_event_manager_migration_upload" value="<?php _e( 'Step 1', 'wp-event-manager-migration' ); ?>" />33 <input type="button" class="button-primary" name="wp_event_manager_migration_upload" value="<?php esc_html_e( 'Step 1', 'wp-event-manager-migration' ); ?>" /> 34 34 <?php wp_nonce_field( 'event_manager_migration_upload' ); ?> 35 35 </td> -
wp-event-manager-migration/trunk/templates/admin/event-migration-import.php
r2957872 r3234755 1 1 <div class="wrap wp-event-manager-migration-wrap"> 2 <h2><?php _e('Event Migration Import', 'wp-event-manager-migration'); ?></h2>2 <h2><?php esc_html_e('Event Migration Import', 'wp-event-manager-migration'); ?></h2> 3 3 4 4 <table class="widefat"> 5 5 <tr> 6 <th><?php _e('Field Name', 'wp-event-manager-migration' ); ?></th>7 <th><?php _e('Field Value', 'wp-event-manager-migration' ); ?></th>6 <th><?php esc_html_e('Field Name', 'wp-event-manager-migration' ); ?></th> 7 <th><?php esc_html_e('Field Value', 'wp-event-manager-migration' ); ?></th> 8 8 </tr> 9 9 … … 27 27 <input type="hidden" name="file_type" id="file_type" value="<?php echo $file_type; ?>" /> 28 28 <input type="hidden" name="action" value="import" /> 29 <input type="submit" class="button-primary" name="wp_event_manager_migration_import" value="<?php _e( 'Import', 'wp-event-manager-migration' ); ?>" />29 <input type="submit" class="button-primary" name="wp_event_manager_migration_import" value="<?php esc_html_e( 'Import', 'wp-event-manager-migration' ); ?>" /> 30 30 <?php wp_nonce_field( 'event_manager_migration_import' ); ?> 31 31 </td> -
wp-event-manager-migration/trunk/templates/admin/event-migration-success.php
r2957872 r3234755 1 1 <div class="wrap wp-event-manager-migration-wrap"> 2 <h2><?php _e('Event Migration Successfully', 'wp-event-manager-migration'); ?></h2>2 <h2><?php esc_html_e('Event Migration Successfully', 'wp-event-manager-migration'); ?></h2> 3 3 <table class="widefat"> 4 4 <tr> … … 10 10 <th> 11 11 <a href="<?php echo get_site_url(); ?>/wp-admin/admin.php?page=event-migration" class="button"> 12 <?php _e('Import new .csv or .xml', 'wp-event-manager-migration'); ?>12 <?php esc_html_e('Import new .csv or .xml', 'wp-event-manager-migration'); ?> 13 13 </a> 14 14 </th> -
wp-event-manager-migration/trunk/wp-event-manager-migration.php
r2957872 r3234755 8 8 * Text Domain: wp-event-manager-migration 9 9 * Domain Path: /languages 10 * Version: 1.0. 110 * Version: 1.0.2 11 11 * Since: 1.0.0 12 12 * Requires WordPress Version at least: 5.4.1 … … 73 73 public function __construct() { 74 74 // Define constants 75 define( 'WPEM_MIGRATION_VERSION', '1.0. 1' );75 define( 'WPEM_MIGRATION_VERSION', '1.0.2' ); 76 76 define( 'WPEM_MIGRATION_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) ); 77 77 define( 'WPEM_MIGRATION_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
Note: See TracChangeset
for help on using the changeset viewer.