Changeset 2362364
- Timestamp:
- 08/16/2020 12:38:02 PM (6 years ago)
- Location:
- woorousell/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (1 diff)
-
assets/css/core.css (modified) (1 diff)
-
functions.php (modified) (3 diffs)
-
package.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woorousell/trunk/README.txt
r2312177 r2362364 4 4 Requires at least: 4.9.8 5 5 Requires PHP: 5.6 6 Tested up to: 5. 4.17 Stable tag: 1.0. 66 Tested up to: 5.5.0 7 Stable tag: 1.0.7 8 8 Tags: woocommerce, ecommerce, product carousel, woocommerce carousel, woocommerce slider, slider, product slider, product carousel, shortcode, autoplay, animations 9 9 License: GPLv2 or later -
woorousell/trunk/assets/css/core.css
r2312177 r2362364 27 27 position: relative; } 28 28 .wrsl-carousel-container div.wrsl-carousel { 29 visibility: hidden;29 visibility: visible; 30 30 margin: 0; } 31 31 .wrsl-carousel-container.carousel-loaded div.wrsl-carousel { -
woorousell/trunk/functions.php
r2312177 r2362364 1 1 <?php /* 2 2 Plugin Name: WoorouSell - Product Carousel For WooCommerce 3 Version: 1.0. 63 Version: 1.0.7 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.4.1 12 Stable tag: 1.0. 612 Stable tag: 1.0.7 13 13 14 14 Text Domain: woorousell … … 41 41 * Plugin version 42 42 **/ 43 if(!defined('WRSL_VERSION')) define( 'WRSL_VERSION', '1.0. 6' );43 if(!defined('WRSL_VERSION')) define( 'WRSL_VERSION', '1.0.7' ); 44 44 45 45 /** -
woorousell/trunk/package.json
r2072346 r2362364 1 1 { 2 2 "name": "woorousell", 3 "version": "1.0. 2",3 "version": "1.0.7", 4 4 "scripts": { 5 5 "start": "cross-env webpack --watch",
Note: See TracChangeset
for help on using the changeset viewer.