Changeset 3013153
- Timestamp:
- 12/22/2023 01:04:15 AM (2 years ago)
- Location:
- cinza-slider
- Files:
-
- 37 added
- 3 edited
-
tags/1.2.7 (added)
-
tags/1.2.7/assets (added)
-
tags/1.2.7/assets/css (added)
-
tags/1.2.7/assets/css/animate.min.css (added)
-
tags/1.2.7/assets/css/backend-admin.css (added)
-
tags/1.2.7/assets/css/backend-dashicon.css (added)
-
tags/1.2.7/assets/css/backend-style.css (added)
-
tags/1.2.7/assets/css/flickity-fade.css (added)
-
tags/1.2.7/assets/css/flickity.min.css (added)
-
tags/1.2.7/assets/css/frontend-style.css (added)
-
tags/1.2.7/assets/fonts (added)
-
tags/1.2.7/assets/fonts/icomoon-1.eot (added)
-
tags/1.2.7/assets/fonts/icomoon-2.eot (added)
-
tags/1.2.7/assets/fonts/icomoon.eot (added)
-
tags/1.2.7/assets/fonts/icomoon.svg (added)
-
tags/1.2.7/assets/fonts/icomoon.ttf (added)
-
tags/1.2.7/assets/fonts/icomoon.woff (added)
-
tags/1.2.7/assets/fonts/icomoon.woff2 (added)
-
tags/1.2.7/assets/images (added)
-
tags/1.2.7/assets/images/cinza-icon-pink.png (added)
-
tags/1.2.7/assets/images/icon-delete.png (added)
-
tags/1.2.7/assets/images/icon-move.png (added)
-
tags/1.2.7/assets/images/icon-remove.png (added)
-
tags/1.2.7/assets/images/metafizzy-icon.png (added)
-
tags/1.2.7/assets/images/preview-placeholder.jpg (added)
-
tags/1.2.7/assets/images/razorfrog-icon-turquoise.png (added)
-
tags/1.2.7/assets/js (added)
-
tags/1.2.7/assets/js/backend-script.js (added)
-
tags/1.2.7/assets/js/flickity-fade.js (added)
-
tags/1.2.7/assets/js/flickity-hash.js (added)
-
tags/1.2.7/assets/js/flickity.pkgd.min.js (added)
-
tags/1.2.7/assets/js/frontend-script.js (added)
-
tags/1.2.7/cinza-slider.php (added)
-
tags/1.2.7/includes (added)
-
tags/1.2.7/includes/backend-cpts.php (added)
-
tags/1.2.7/includes/backend-shortcodes.php (added)
-
tags/1.2.7/readme.txt (added)
-
trunk/assets/js/frontend-script.js (modified) (2 diffs)
-
trunk/cinza-slider.php (modified) (1 diff)
-
trunk/readme.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cinza-slider/trunk/assets/js/frontend-script.js
r2900908 r3013153 17 17 // First, we check of the arrows are enabled 18 18 // 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); 20 20 $this.find(".flickity-prev-next-button").addClass('focusable'); 21 21 $this.find(".flickity-page-dots").attr('tabindex', -1); … … 24 24 // Second, since the arrows are disabled, we check if the dots are enabled 25 25 // 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); 27 27 $this.find(".flickity-page-dots").addClass('focusable'); 28 28 } -
cinza-slider/trunk/cinza-slider.php
r3008991 r3013153 5 5 * Plugin URI: https://cinza.io/plugin/cinza-slider/ 6 6 * Description: A minimal slider plugin. 7 * Version: 1.2. 67 * Version: 1.2.7 8 8 * Requires at least: 5.2 9 9 * Requires PHP: 7.2 -
cinza-slider/trunk/readme.txt
r3008991 r3013153 3 3 Tags: slider, slideshow, carousel, metafizzy, flickity 4 4 Requires at least: 5.2 5 Tested up to: 6. 25 Tested up to: 6.4.2 6 6 Requires PHP: 7.2 7 Stable tag: 1.2. 67 Stable tag: 1.2.7 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 24 24 25 25 == 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 26 32 27 33 = 1.2.6 = … … 58 64 * Updated backend style and made accessibility improvements 59 65 * Convert backend checkboxes into toggles 60 * WP 6.2 compatibility update66 * WP 6.2 compatibility test 61 67 62 68 = 1.2.0 = … … 64 70 65 71 * Cinza website and demo URLs update 66 * WP 6.1.1 compatibility update72 * WP 6.1.1 compatibility test 67 73 68 74 = 1.1.4 = … … 73 79 * Backend responsiveness improvements 74 80 75 * WP 6.1 compatibility update81 * WP 6.1 compatibility test 76 82 77 83 = 1.1.3 = 78 84 *Release Date - 7th November, 2022* 79 85 80 * WP 6.1 compatibility update86 * WP 6.1 compatibility test 81 87 82 88 = 1.1.2 = … … 115 121 *Release Date - 17th June, 2022* 116 122 117 * PHP 8 compatibility update123 * PHP 8 compatibility test 118 124 * Added unique ID for each slider cell 119 125 * updated shortcode validations … … 128 134 *Release Date - 1st June, 2022* 129 135 130 * WP 6.0 compatibility update136 * WP 6.0 compatibility test 131 137 132 138 = 1.0.4 =
Note: See TracChangeset
for help on using the changeset viewer.