Plugin Directory

Changeset 3013153


Ignore:
Timestamp:
12/22/2023 01:04:15 AM (2 years ago)
Author:
madebycinza
Message:

cinza slider v1.2.7

Location:
cinza-slider
Files:
37 added
3 edited

Legend:

Unmodified
Added
Removed
  • cinza-slider/trunk/assets/js/frontend-script.js

    r2900908 r3013153  
    1717            // First, we check of the arrows are enabled
    1818            // If they are, we will focus on them and ignore the dots
    19             $this.find(".flickity-prev-next-button").attr('tabindex', 1);
     19            $this.find(".flickity-prev-next-button").attr('tabindex', 0);
    2020            $this.find(".flickity-prev-next-button").addClass('focusable');
    2121            $this.find(".flickity-page-dots").attr('tabindex', -1);   
     
    2424            // Second, since the arrows are disabled, we check if the dots are enabled
    2525            // If they are, we will focus on them
    26             $this.find(".flickity-page-dots").attr('tabindex', 1);
     26            $this.find(".flickity-page-dots").attr('tabindex', 0);
    2727            $this.find(".flickity-page-dots").addClass('focusable');
    2828        }
  • cinza-slider/trunk/cinza-slider.php

    r3008991 r3013153  
    55 * Plugin URI:        https://cinza.io/plugin/cinza-slider/
    66 * Description:       A minimal slider plugin.
    7  * Version:           1.2.6
     7 * Version:           1.2.7
    88 * Requires at least: 5.2
    99 * Requires PHP:      7.2
  • cinza-slider/trunk/readme.txt

    r3008991 r3013153  
    33Tags: slider, slideshow, carousel, metafizzy, flickity
    44Requires at least: 5.2
    5 Tested up to: 6.2
     5Tested up to: 6.4.2
    66Requires PHP: 7.2
    7 Stable tag: 1.2.6
     7Stable tag: 1.2.7
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2424
    2525== Changelog ==
     26
     27= 1.2.7 =
     28*Release Date - 21st December, 2023*
     29
     30* Fixed rfAccessibility tab index
     31* WP 6.4.2 compatibility test
    2632
    2733= 1.2.6 =
     
    5864* Updated backend style and made accessibility improvements
    5965* Convert backend checkboxes into toggles
    60 * WP 6.2 compatibility update
     66* WP 6.2 compatibility test
    6167
    6268= 1.2.0 =
     
    6470
    6571* Cinza website and demo URLs update
    66 * WP 6.1.1 compatibility update
     72* WP 6.1.1 compatibility test
    6773
    6874= 1.1.4 =
     
    7379* Backend responsiveness improvements
    7480
    75 * WP 6.1 compatibility update
     81* WP 6.1 compatibility test
    7682
    7783= 1.1.3 =
    7884*Release Date - 7th November, 2022*
    7985
    80 * WP 6.1 compatibility update
     86* WP 6.1 compatibility test
    8187
    8288= 1.1.2 =
     
    115121*Release Date - 17th June, 2022*
    116122
    117 * PHP 8 compatibility update
     123* PHP 8 compatibility test
    118124* Added unique ID for each slider cell
    119125* updated shortcode validations
     
    128134*Release Date - 1st June, 2022*
    129135
    130 * WP 6.0 compatibility update
     136* WP 6.0 compatibility test
    131137
    132138= 1.0.4 =
Note: See TracChangeset for help on using the changeset viewer.