Plugin Directory

Changeset 2864117


Ignore:
Timestamp:
02/13/2023 03:37:53 AM (3 years ago)
Author:
loymax
Message:

enable option requestUserAttributes

Location:
loymaxapp/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • loymaxapp/trunk/includes/loymax-common-config.php

    r2368561 r2864117  
    3636     */
    3737    public static function generate_options_html_table($configs) {
    38         $hidden_configs = array( 'requestUserAttributes' );
    3938        ?>
    4039        <table class="widefat striped lmx-settings-table">
     
    4544                $config_name = esc_html__( $config->config_name, LOYMAX_WEB_APP_DOMAIN_NAME );
    4645                $config_value = esc_html( $config->config_value );
    47                 if ( in_array( $config->config_key, $hidden_configs ) ) {
    48                     continue;
    49                 }
    5046                ?>
    5147                <tr id="<?= $config_key ?>_row">
  • loymaxapp/trunk/loymax-app.php

    r2825598 r2864117  
    44 * Plugin Name: LoymaxWebApp
    55 * Description: Loymax loyalty program User Portal configuration.
    6  * Version: 3.4.5
     6 * Version: 3.4.6
    77 * Author URI:  https://loymax.ru/
    88 * Author: Loymax solutions
     
    471471                                break;
    472472                            case 'number':
    473                                     echo wp_kses_stripslashes( $config->config_value );
    474                                     break;
     473                                echo wp_kses_stripslashes( $config->config_value );
     474                                break;
    475475                            default:
    476476                                if (strpos( $config->config_key, 'redirect' ) !== false) {
     
    517517                    <?php endif;
    518518                        ?>e.lmxConfig['localesPath'] = "<?php echo( $custom_templates_url ); ?>";
    519                     e.lmxConfig['isWP'] = true;
     519                        e.lmxConfig['isWP'] = true;
    520520                } )( window );
    521521            </script>
  • loymaxapp/trunk/readme.txt

    r2825598 r2864117  
    3737
    3838== Changelog ==
     39= 3.4.6 =
     40* Отображена опция запроса атрибутов клиента
    3941= 3.4.4 - 3.4.5 =
    4042* Метод запроса любимых товаров в зависимости от версии пабликапи, fix конфигурации версии апи
Note: See TracChangeset for help on using the changeset viewer.