Changeset 2864117
- Timestamp:
- 02/13/2023 03:37:53 AM (3 years ago)
- Location:
- loymaxapp/trunk
- Files:
-
- 3 edited
-
includes/loymax-common-config.php (modified) (2 diffs)
-
loymax-app.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
loymaxapp/trunk/includes/loymax-common-config.php
r2368561 r2864117 36 36 */ 37 37 public static function generate_options_html_table($configs) { 38 $hidden_configs = array( 'requestUserAttributes' );39 38 ?> 40 39 <table class="widefat striped lmx-settings-table"> … … 45 44 $config_name = esc_html__( $config->config_name, LOYMAX_WEB_APP_DOMAIN_NAME ); 46 45 $config_value = esc_html( $config->config_value ); 47 if ( in_array( $config->config_key, $hidden_configs ) ) {48 continue;49 }50 46 ?> 51 47 <tr id="<?= $config_key ?>_row"> -
loymaxapp/trunk/loymax-app.php
r2825598 r2864117 4 4 * Plugin Name: LoymaxWebApp 5 5 * Description: Loymax loyalty program User Portal configuration. 6 * Version: 3.4. 56 * Version: 3.4.6 7 7 * Author URI: https://loymax.ru/ 8 8 * Author: Loymax solutions … … 471 471 break; 472 472 case 'number': 473 echo wp_kses_stripslashes( $config->config_value );474 break;473 echo wp_kses_stripslashes( $config->config_value ); 474 break; 475 475 default: 476 476 if (strpos( $config->config_key, 'redirect' ) !== false) { … … 517 517 <?php endif; 518 518 ?>e.lmxConfig['localesPath'] = "<?php echo( $custom_templates_url ); ?>"; 519 e.lmxConfig['isWP'] = true;519 e.lmxConfig['isWP'] = true; 520 520 } )( window ); 521 521 </script> -
loymaxapp/trunk/readme.txt
r2825598 r2864117 37 37 38 38 == Changelog == 39 = 3.4.6 = 40 * Отображена опция запроса атрибутов клиента 39 41 = 3.4.4 - 3.4.5 = 40 42 * Метод запроса любимых товаров в зависимости от версии пабликапи, fix конфигурации версии апи
Note: See TracChangeset
for help on using the changeset viewer.