Plugin Directory

Changeset 2298656


Ignore:
Timestamp:
05/05/2020 04:33:40 PM (6 years ago)
Author:
azexo
Message:

shopify

Location:
page-builder-by-azexo/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • page-builder-by-azexo/trunk/azexo_html.php

    r2295938 r2298656  
    55  Author: azexo
    66  Author URI: http://azexo.com
    7   Version: 1.27.125
     7  Version: 1.27.126
    88  Text Domain: azh
    99 */
    1010
    1111define('AZH_VERSION', '1.27');
    12 define('AZH_PLUGIN_VERSION', '1.27.125');
     12define('AZH_PLUGIN_VERSION', '1.27.126');
    1313define('AZH_URL', plugins_url('', __FILE__));
    1414define('AZH_DIR', trailingslashit(dirname(__FILE__)));
  • page-builder-by-azexo/trunk/js/swiper.js

    r2140714 r2298656  
    1414  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
    1515  typeof define === 'function' && define.amd ? define(factory) :
    16   (global = global || self, global.Swiper = factory());
     16  (global = global || self, global.AZ_Swiper = factory());
    1717}(this, function () { 'use strict';
    1818
Note: See TracChangeset for help on using the changeset viewer.