Plugin Directory

Changeset 2522234


Ignore:
Timestamp:
04/27/2021 06:04:13 PM (5 years ago)
Author:
dbcmerchi
Message:

1.3.2

Location:
merchi
Files:
3 edited
7 copied

Legend:

Unmodified
Added
Removed
  • merchi/tags/1.3.2/assets/show_product.js

    r2522231 r2522234  
    55  const mountpoint = document.getElementById(mountPointId);
    66  const script = document.createElement('script');
    7   script.src = `https://merchi.co//static/product_embed/js/product.embed.js?product=${productId}&hidePreview=true&hideTitle=true&hideInfo=true&hidePrice=true&includeBootstrap=false&singleColumn=true&notIncludeDefaultCss=true&redirectAfterSuccessUrl=${redirectAfterSuccessUrl}"`;
     7  script.src = `https://merchi.co//static/product_embed/js/product.embed.js?product=${productId}&hidePreview=true&hideTitle=true&hideInfo=true&hidePrice=true&includeBootstrap=false&singleColumn=true&notIncludeDefaultCss=true&redirectAfterSuccessUrl=${redirectAfterSuccessUrl}`;
    88  script.dataset.name = "product-embed";
    99  mountpoint.appendChild(script);
  • merchi/tags/1.3.2/merchi-plugin.php

    r2522231 r2522234  
    44 * Plugin URI:        https://merchi.co
    55 * Description:       Fetch your products from Merchi. This plugin requires Woocommerce.
    6  * Version:           1.3.1
     6 * Version:           1.3.2
    77 * Author:            Charlie Campton
    88 * License:           GPL v2 or later
  • merchi/tags/1.3.2/readme.txt

    r2522231 r2522234  
    44Requires at least: 5.1
    55Tested up to: 5.7
    6 Stable tag: 1.3.1
     6Stable tag: 1.3.2
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • merchi/trunk/assets/show_product.js

    r2522231 r2522234  
    55  const mountpoint = document.getElementById(mountPointId);
    66  const script = document.createElement('script');
    7   script.src = `https://merchi.co//static/product_embed/js/product.embed.js?product=${productId}&hidePreview=true&hideTitle=true&hideInfo=true&hidePrice=true&includeBootstrap=false&singleColumn=true&notIncludeDefaultCss=true&redirectAfterSuccessUrl=${redirectAfterSuccessUrl}"`;
     7  script.src = `https://merchi.co//static/product_embed/js/product.embed.js?product=${productId}&hidePreview=true&hideTitle=true&hideInfo=true&hidePrice=true&includeBootstrap=false&singleColumn=true&notIncludeDefaultCss=true&redirectAfterSuccessUrl=${redirectAfterSuccessUrl}`;
    88  script.dataset.name = "product-embed";
    99  mountpoint.appendChild(script);
  • merchi/trunk/merchi-plugin.php

    r2522231 r2522234  
    44 * Plugin URI:        https://merchi.co
    55 * Description:       Fetch your products from Merchi. This plugin requires Woocommerce.
    6  * Version:           1.3.1
     6 * Version:           1.3.2
    77 * Author:            Charlie Campton
    88 * License:           GPL v2 or later
  • merchi/trunk/readme.txt

    r2522231 r2522234  
    44Requires at least: 5.1
    55Tested up to: 5.7
    6 Stable tag: 1.3.1
     6Stable tag: 1.3.2
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.