Changeset 2298656
- Timestamp:
- 05/05/2020 04:33:40 PM (6 years ago)
- Location:
- page-builder-by-azexo/trunk
- Files:
-
- 2 edited
-
azexo_html.php (modified) (1 diff)
-
js/swiper.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
page-builder-by-azexo/trunk/azexo_html.php
r2295938 r2298656 5 5 Author: azexo 6 6 Author URI: http://azexo.com 7 Version: 1.27.12 57 Version: 1.27.126 8 8 Text Domain: azh 9 9 */ 10 10 11 11 define('AZH_VERSION', '1.27'); 12 define('AZH_PLUGIN_VERSION', '1.27.12 5');12 define('AZH_PLUGIN_VERSION', '1.27.126'); 13 13 define('AZH_URL', plugins_url('', __FILE__)); 14 14 define('AZH_DIR', trailingslashit(dirname(__FILE__))); -
page-builder-by-azexo/trunk/js/swiper.js
r2140714 r2298656 14 14 typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : 15 15 typeof define === 'function' && define.amd ? define(factory) : 16 (global = global || self, global. Swiper = factory());16 (global = global || self, global.AZ_Swiper = factory()); 17 17 }(this, function () { 'use strict'; 18 18
Note: See TracChangeset
for help on using the changeset viewer.