Plugin Directory

Changeset 1820989


Ignore:
Timestamp:
02/13/2018 04:47:46 AM (8 years ago)
Author:
jssor
Message:

disable slide perspective for for chrome 62-, firefox 57-, safari 11.0.2-, edge 16-

Location:
jssor-slider
Files:
433 added
4 edited

Legend:

Unmodified
Added
Removed
  • jssor-slider/trunk/config/config.php

    r1818724 r1820989  
    1414
    1515if (!defined('WP_JSSOR_SLIDER_VERSION')) {
    16     define('WP_JSSOR_SLIDER_VERSION', '3.1.13');
     16    define('WP_JSSOR_SLIDER_VERSION', '3.1.14');
    1717}
    1818
    1919if (!defined('WP_JSSOR_MIN_JS_VERSION')) {
    20     define('WP_JSSOR_MIN_JS_VERSION', '27.0.3');
     20    define('WP_JSSOR_MIN_JS_VERSION', '27.0.4');
    2121}
    2222
  • jssor-slider/trunk/jssor-slider.php

    r1818724 r1820989  
    1212 * Plugin URI:        https://www.jssor.com
    1313 * Description:       Touch swipe responsive image/content slider/slideshow/carousel/gallery/banner by jssor.com
    14  * Version:           3.1.13
     14 * Version:           3.1.14
    1515 * Author:            Jssor
    1616 * Author URI:        https://profiles.wordpress.org/jssor
  • jssor-slider/trunk/readme.txt

    r1818724 r1820989  
    44Requires at least: 4.1
    55Tested up to: 4.9.4
    6 Stable tag: 3.1.13
     6Stable tag: 3.1.14
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl.html
     
    8989
    9090== Changelog ==
     91
     92= Version 3.1.14 / (2018-02-13) =
     93- Update: jssor slider 27.0.4
     94- Improve: disable slide perspective for for chrome 62-, firefox 57-, safari 11.0.2-, edge 16-
    9195
    9296= Version 3.1.13 / (2018-02-09) =
  • jssor-slider/trunk/resources/upload/help-slideo/slide-perspective-depth.html

    r1813491 r1820989  
    88<br />
    99<br />
    10 <span class="text-warning">Note that there is minor issue of a few browsers with 3d perspective view. But 3d transition of 'Rotate X', 'Rotate Y' and 'Translate Z' are safe for individual layer even without 3d perspective view.</span>
     10<span class="text-warning">The slide perspective will be disabled for chrome 62-, firefox 57-, safari 11.0.2-, edge 16-.</span>
Note: See TracChangeset for help on using the changeset viewer.