Plugin Directory

Changeset 2362364


Ignore:
Timestamp:
08/16/2020 12:38:02 PM (6 years ago)
Author:
mojofywp
Message:
  • fixed carousel not showing after page load
Location:
woorousell/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • woorousell/trunk/README.txt

    r2312177 r2362364  
    44Requires at least: 4.9.8
    55Requires PHP: 5.6
    6 Tested up to: 5.4.1
    7 Stable tag: 1.0.6
     6Tested up to: 5.5.0
     7Stable tag: 1.0.7
    88Tags: woocommerce, ecommerce, product carousel, woocommerce carousel, woocommerce slider, slider, product slider, product carousel, shortcode, autoplay, animations
    99License: GPLv2 or later
  • woorousell/trunk/assets/css/core.css

    r2312177 r2362364  
    2727  position: relative; }
    2828  .wrsl-carousel-container div.wrsl-carousel {
    29     visibility: hidden;
     29    visibility: visible;
    3030    margin: 0; }
    3131  .wrsl-carousel-container.carousel-loaded div.wrsl-carousel {
  • woorousell/trunk/functions.php

    r2312177 r2362364  
    11<?php /*
    22Plugin Name: WoorouSell - Product Carousel For WooCommerce
    3 Version: 1.0.6
     3Version: 1.0.7
    44Plugin URI: https://www.mojofywp.com/woorousell
    55Description: Showcase your woocommerce products in a beautiful and responsive carousel format
     
    1010Requires at least: 4.9.8
    1111Tested up to: 5.4.1
    12 Stable tag: 1.0.6
     12Stable tag: 1.0.7
    1313
    1414Text Domain: woorousell
     
    4141 * Plugin version
    4242 **/
    43 if(!defined('WRSL_VERSION')) define( 'WRSL_VERSION', '1.0.6' );
     43if(!defined('WRSL_VERSION')) define( 'WRSL_VERSION', '1.0.7' );
    4444
    4545/**
  • woorousell/trunk/package.json

    r2072346 r2362364  
    11{
    22  "name": "woorousell",
    3   "version": "1.0.2",
     3  "version": "1.0.7",
    44  "scripts": {
    55    "start": "cross-env webpack --watch",
Note: See TracChangeset for help on using the changeset viewer.