Plugin Directory

Changeset 2744534


Ignore:
Timestamp:
06/18/2022 11:08:46 AM (4 years ago)
Author:
northmule
Message:

Update to version 2.1.1 from GitHub

Location:
buy-one-click-woocommerce
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • buy-one-click-woocommerce/tags/2.1.1/buycli-index.php

    r2743797 r2744534  
    55 * Plugin URI: http://zixn.ru/plagin-zakazat-v-odin-klik-dlya-woocommerce.html
    66 * Description: Buy in one click for WooCommerce. The best plugin that adds to your online store purchase button in one click
    7  * Version: 2.1.0
     7 * Version: 2.1.1
    88 * Author: Djo
    99 * Author URI: https://zixn.ru
  • buy-one-click-woocommerce/tags/2.1.1/src/Options/Marketing.php

    r2743797 r2744534  
    5050     * @var string
    5151     */
    52     protected string $nameOfYandexMetricaDataContainer = '';
     52    protected string $nameOfYandexMetricaDataContainer = 'dataLayer';
    5353
    5454    /**
     
    5959     * @var string
    6060     */
    61     protected string $goalIdInYandexECommerce = '';
     61    protected string $goalIdInYandexECommerce = '1';
    6262
    6363    /**
  • buy-one-click-woocommerce/trunk/buycli-index.php

    r2743797 r2744534  
    55 * Plugin URI: http://zixn.ru/plagin-zakazat-v-odin-klik-dlya-woocommerce.html
    66 * Description: Buy in one click for WooCommerce. The best plugin that adds to your online store purchase button in one click
    7  * Version: 2.1.0
     7 * Version: 2.1.1
    88 * Author: Djo
    99 * Author URI: https://zixn.ru
  • buy-one-click-woocommerce/trunk/src/Options/Marketing.php

    r2743797 r2744534  
    5050     * @var string
    5151     */
    52     protected string $nameOfYandexMetricaDataContainer = '';
     52    protected string $nameOfYandexMetricaDataContainer = 'dataLayer';
    5353
    5454    /**
     
    5959     * @var string
    6060     */
    61     protected string $goalIdInYandexECommerce = '';
     61    protected string $goalIdInYandexECommerce = '1';
    6262
    6363    /**
Note: See TracChangeset for help on using the changeset viewer.