Changeset 3052571
- Timestamp:
- 03/17/2024 10:37:31 AM (23 months ago)
- Location:
- wholesalex-wcfm-b2b-multivendor-marketplace/trunk
- Files:
-
- 3 edited
-
includes/public/class-wholesalex-wcfm-b2b-multivendor-marketplace-public.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
wholesalex-wcfm-b2b-multivendor-marketplace.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wholesalex-wcfm-b2b-multivendor-marketplace/trunk/includes/public/class-wholesalex-wcfm-b2b-multivendor-marketplace-public.php
r2994614 r3052571 295 295 'wholesalex_dynamic_rules', 296 296 'whx_dr', 297 array( 297 apply_filters( 298 'wholesalex_wcfm_dynamic_rules_localize_data', 299 array( 298 300 'fields' => WHOLESALEX_Dynamic_Rules::get_dynamic_rules_field(), 299 301 'rule' => $__dynamic_rules, 302 'i18n' => array( 303 'dynamic_rules' => __('Dynamic Rules', 'wholesalex'), 304 'please_fill_all_fields' => __('Please Fill All Fields.', 'wholesalex'), 305 'minimum_product_quantity_should_greater_then_free_product_qty' => __('Minimum Product Quantity Should Greater then Free Product Quantity.', 'wholesalex'), 306 'rule_title' => __('Rule Title', 'wholesalex'), 307 'create_dynamic_rule' => __('Create Dynamic Rule', 'wholesalex'), 308 'import' => __('Import', 'wholesalex'), 309 'export' => __('Export', 'wholesalex'), 310 'untitled' => __('Untitled', 'wholesalex'), 311 'duplicate_of' => __('Duplicate of ', 'wholesalex'), 312 'delete_this_rule' => __('Delete this Rule.', 'wholesalex'), 313 'duplicate_this_rule' => __('Duplicate this Rule.', 'wholesalex'), 314 'show_hide_rule_details' => __('Show/Hide Rule Details.', 'wholesalex'), 315 'vendor' => __('Vendor #', 'wholesalex'), 316 'untitled_rule' => __('Untitled Rule', 'wholesalex'), 317 'error_occured' => __('Error Occured!', 'wholesalex'), 318 'map_csv_fields_to_dynamic_rules' => __('Map CSV Fields to Dynamic Rules', 'wholesalex'), 319 'select_field_from_csv_msg' => __('Select fields from your CSV file to map against role fields, or to ignore during import.', 'wholesalex'), 320 'column_name' => __('Column name', 'wholesalex'), 321 'map_to_field' => __('Map to field', 'wholesalex'), 322 'do_not_import' => __('Do not import', 'wholesalex'), 323 'run_the_importer' => __('Run the importer', 'wholesalex'), 324 'importing' => __('Importing', 'wholesalex'), 325 'upload_csv' => __('Upload CSV', 'wholesalex'), 326 'you_can_upload_only_csv_file_format' => __('You can upload only csv file format', 'wholesalex'), 327 'your_dynamic_rules_are_now_being_importing' => __('Your Dynamic Rules are now being imported..', 'wholesalex'), 328 'update_existing_rules' => __('Update Existing Rules', 'wholesalex'), 329 'select_update_exising_rule_msg' => __('Selecting "Update Existing Rules" will only update existing rules. No new rules will be added.', 'wholesalex'), 330 'continue' => __('Continue', 'wholesalex'), 331 'dynamic_rule_imported' => __(' Dynamic Rules Imported.', 'wholesalex'), 332 'dynamic_rule_updated' => __(' Dynamic Rules Updated.', 'wholesalex'), 333 'dynamic_rule_skipped' => __(' Dynamic Rules Skipped.', 'wholesalex'), 334 'dynamic_rule_failed' => __(' Dynamic Rules Failed.', 'wholesalex'), 335 'view_error_logs' => __('View Error Logs', 'wholesalex'), 336 'dynamic_rule' => __('Dynamic Rule', 'wholesalex'), 337 'reason_for_failure' => __('Reason for failure', 'wholesalex'), 338 'import_dynamic_rules' => __('Import Dynamic Rules', 'wholesalex'), 339 ) 340 ) 300 341 ) 301 342 ); … … 336 377 'whx_conversation', 337 378 'whx_conversation', 338 array( 339 'heading' => $heading_data, 340 'bulk_actions' => wholesalex()->insert_into_array( Conversation::get_conversation_bulk_action(), array( '' => __( 'Bulk Actions', 'wholesalex-wcfm-b2b-multivendor-marketplace' ) ), 0 ), 341 'statuses' => wholesalex()->insert_into_array( 342 Conversation::get_conversation_status(), 343 array( '' => __( 'Select Status', 'wholesalex-wcfm-b2b-multivendor-marketplace' ) ), 379 apply_filters( 380 'wholesalex_wcfm_conversation_localize_data', 381 array( 382 'heading' => $heading_data, 383 'bulk_actions' => wholesalex()->insert_into_array(Conversation::get_conversation_bulk_action(), array('' => __('Bulk Actions', 'wholesalex-wcfm-b2b-multivendor-marketplace')), 0), 384 'statuses' => wholesalex()->insert_into_array( 385 Conversation::get_conversation_status(), 386 array('' => __('Select Status', 'wholesalex-wcfm-b2b-multivendor-marketplace')), 387 0 388 ), 389 'types' => wholesalex()->insert_into_array( 390 Conversation::get_conversation_types(), 391 array('' => __('Select Type', 'wholesalex-wcfm-b2b-multivendor-marketplace')), 344 392 0 345 393 ), 346 'types' => wholesalex()->insert_into_array( 347 Conversation::get_conversation_types(), 348 array( '' => __( 'Select Type', 'wholesalex-wcfm-b2b-multivendor-marketplace' ) ), 349 0 350 ), 351 'new_conversation_url' => admin_url( 'post-new.php?post_type=wsx_conversation' ), 394 'new_conversation_url' => admin_url('post-new.php?post_type=wsx_conversation'), 352 395 'post_statuses' => Conversation::get_post_statuses(), 353 'frontend_url' => wcfm_get_endpoint_url( 'wholesalex-conversations', '', $wcfm_page ), 396 'frontend_url' => wcfm_get_endpoint_url('wholesalex-conversations', '', $wcfm_page), 397 ) 354 398 ) 355 399 ); -
wholesalex-wcfm-b2b-multivendor-marketplace/trunk/readme.txt
r2994614 r3052571 5 5 Tested up to: 6.4 6 6 Requires PHP: 7.3 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 132 132 == Changelog == 133 133 134 = 1.0.1 - 17 March 2024 = 135 * Fix: WholesaleX Dynamic Rule Empty Page Issue Fixed 136 134 137 = 1.0.0 - 12 November 2023 = 135 138 * Fix: All Issue fixed recomended by WordPress Org team. -
wholesalex-wcfm-b2b-multivendor-marketplace/trunk/wholesalex-wcfm-b2b-multivendor-marketplace.php
r2994615 r3052571 12 12 * Plugin URI: https://wordpress.org/plugins/wholesalex-wcfm-b2b-multivendor-marketplace 13 13 * Description: This is a wholesalex addon plugin, that Turn WCFM marketplace into a wholesale multi vendor marketplace by letting vendors add wholesale prices, control product visibility, and use the conversation feature. 14 * Version: 1.0. 014 * Version: 1.0.1 15 15 * Author: Wholesale Team 16 16 * Author URI: https://getwholesalex.com/ … … 29 29 * Defince Plugin Version 30 30 */ 31 define( 'WHOLESALEX_WCFM_VERSION', '1.0. 0' ); // This should change each new release31 define( 'WHOLESALEX_WCFM_VERSION', '1.0.1' ); // This should change each new release 32 32 define( 'WHOLESALEX_WCFM_URL', plugin_dir_url(__FILE__) ); 33 33
Note: See TracChangeset
for help on using the changeset viewer.