Changeset 2072346
- Timestamp:
- 04/22/2019 06:51:00 AM (7 years ago)
- Location:
- woorousell/trunk
- Files:
-
- 5 edited
-
README.txt (modified) (1 diff)
-
assets/js/plugin.js (modified) (1 diff)
-
builder/settings-page/views/form.php (modified) (1 diff)
-
functions.php (modified) (3 diffs)
-
package.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woorousell/trunk/README.txt
r2041903 r2072346 1 1 === Product Carousel For WooCommerce - WoorouSell === 2 2 3 Contributors: mojofywp 3 Contributors: mojofywp, freemius 4 4 Requires at least: 4.9.8 5 5 Requires PHP: 5.6 -
woorousell/trunk/assets/js/plugin.js
r1968128 r2072346 75 75 adaptiveHeight: ( container.attr("data-adaptiveheight") !== undefined && container.attr("data-adaptiveheight") === "true" ? true : false ), // only for vertical mode 76 76 adaptiveHeightSpeed: ( container.attr("data-adaptiveheightspeed") !== undefined ? parseInt( container.attr("data-adaptiveheightspeed") ) : 500 ), // only for vertical mode 77 touchEnabled: ( container.attr("data-touchenabled") !== undefined && container.attr("data-touchenabled") === "true" ? true : false ), 77 //touchEnabled: ( container.attr("data-touchenabled") !== undefined && container.attr("data-touchenabled") === "true" ? true : false ), 78 touchEnabled: false, 78 79 swipeThreshold: ( container.attr("data-swipethreshold") !== undefined ? parseInt( container.attr("data-swipethreshold") ) : 50 ), 79 80 auto: ( container.attr("data-auto") !== undefined && container.attr("data-auto") === "true" ? true : false ), -
woorousell/trunk/builder/settings-page/views/form.php
r1968239 r2072346 652 652 </div><!-- .wrslb-form-control --> 653 653 </li> 654 <li >654 <li style="display: none;"> 655 655 <div class="wrslb-form-control wrslb-input-type-optselector"> 656 656 <label class="wrslb-input-label" for=<?php -
woorousell/trunk/functions.php
r2041903 r2072346 1 1 <?php /* 2 2 Plugin Name: WoorouSell - Product Carousel For WooCommerce 3 Version: 1.0. 13 Version: 1.0.2 4 4 Plugin URI: https://www.mojofywp.com/woorousell 5 5 Description: Showcase your woocommerce products in a beautiful and responsive carousel format … … 10 10 Requires at least: 4.9.8 11 11 Tested up to: 5.0.0 12 Stable tag: 1.0. 112 Stable tag: 1.0.2 13 13 14 14 Text Domain: woorousell … … 43 43 * Plugin version 44 44 **/ 45 if(!defined('WRSL_VERSION')) define( 'WRSL_VERSION', '1.0. 1' );45 if(!defined('WRSL_VERSION')) define( 'WRSL_VERSION', '1.0.2' ); 46 46 47 47 /** -
woorousell/trunk/package.json
r2041903 r2072346 1 1 { 2 2 "name": "woorousell", 3 "version": "1.0. 1",3 "version": "1.0.2", 4 4 "scripts": { 5 5 "start": "cross-env webpack --watch",
Note: See TracChangeset
for help on using the changeset viewer.