Changeset 3157542
- Timestamp:
- 09/25/2024 12:29:12 PM (18 months ago)
- Location:
- maxslider
- Files:
-
- 10 deleted
- 6 edited
- 1 copied
-
tags/1.2.4 (copied) (copied from maxslider/trunk)
-
tags/1.2.4/assets/css/_mixins.scss (deleted)
-
tags/1.2.4/assets/css/admin-styles.scss (deleted)
-
tags/1.2.4/assets/css/maxslider.scss (deleted)
-
tags/1.2.4/assets/vendor/slick/slick-theme.scss (deleted)
-
tags/1.2.4/assets/vendor/slick/slick.scss (deleted)
-
tags/1.2.4/languages/maxslider.pot (modified) (3 diffs)
-
tags/1.2.4/maxslider.php (modified) (4 diffs)
-
tags/1.2.4/readme.txt (modified) (2 diffs)
-
trunk/assets/css/_mixins.scss (deleted)
-
trunk/assets/css/admin-styles.scss (deleted)
-
trunk/assets/css/maxslider.scss (deleted)
-
trunk/assets/vendor/slick/slick-theme.scss (deleted)
-
trunk/assets/vendor/slick/slick.scss (deleted)
-
trunk/languages/maxslider.pot (modified) (3 diffs)
-
trunk/maxslider.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
maxslider/tags/1.2.4/languages/maxslider.pot
r2948778 r3157542 3 3 msgstr "" 4 4 "Project-Id-Version: MaxSlider\n" 5 "POT-Creation-Date: 202 3-08-07 20:27+0300\n"5 "POT-Creation-Date: 2024-09-25 15:25+0300\n" 6 6 "PO-Revision-Date: 2016-08-29 19:22+0300\n" 7 7 "Last-Translator: Anastis Sourgoutsidis <[email protected]>\n" … … 11 11 "Content-Transfer-Encoding: 8bit\n" 12 12 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" 13 "X-Generator: Poedit 3. 3.2\n"13 "X-Generator: Poedit 3.5\n" 14 14 "X-Poedit-Basepath: ..\n" 15 15 "X-Poedit-WPHeader: maxslider.php\n" … … 420 420 msgstr "" 421 421 422 #: maxslider.php:18 50422 #: maxslider.php:1849 423 423 msgctxt "maxslider template" 424 424 msgid "Default" -
maxslider/tags/1.2.4/maxslider.php
r2948778 r3157542 6 6 * Author: The CSSIgniter Team 7 7 * Author URI: https://www.cssigniter.com 8 * Version: 1.2. 38 * Version: 1.2.4 9 9 * Text Domain: maxslider 10 10 * Domain Path: languages … … 37 37 * @since 1.0.0 38 38 */ 39 public static $version = '1.2. 3';39 public static $version = '1.2.4'; 40 40 41 41 /** … … 1616 1616 ), $atts, $tag ); 1617 1617 1618 1619 1618 $id = intval( $atts['id'] ); 1620 1619 $id = apply_filters( 'wpml_object_id', $id, $this->post_type, true ); … … 1625 1624 } 1626 1625 1627 $slider['template'] = $atts['template'];1626 $slider['template'] = sanitize_key( $atts['template'] ); 1628 1627 1629 1628 ob_start(); 1630 1629 1631 $this->get_template_part( 'slider', $ atts['template'], array(1630 $this->get_template_part( 'slider', $slider['template'], array( 1632 1631 'slider' => $slider, 1633 'template' => $ atts['template'],1632 'template' => $slider['template'], 1634 1633 ) ); 1635 1634 -
maxslider/tags/1.2.4/readme.txt
r2994997 r3157542 3 3 Tags: content slider, gallery slider, image slider, layer slider, Photo Slider, responsive slider, slide, slider, slider plugin, slideshow, wordpress slider, wordpress slideshow 4 4 Requires at least: 5.0 5 Tested up to: 6. 46 Stable tag: 1.2. 35 Tested up to: 6.6 6 Stable tag: 1.2.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 47 47 48 48 == Changelog == 49 = 1.2.4 = 50 * Sanitize shortcode parameter to avoid potential Local File Inclusion (LFI) vulnerabilities. 51 49 52 = 1.2.3 = 50 53 * Fixed issue where since the iframe-ing of the block editor in WP 6.3, block editor assets would not get enqueued under specific circumstances. -
maxslider/trunk/languages/maxslider.pot
r2948778 r3157542 3 3 msgstr "" 4 4 "Project-Id-Version: MaxSlider\n" 5 "POT-Creation-Date: 202 3-08-07 20:27+0300\n"5 "POT-Creation-Date: 2024-09-25 15:25+0300\n" 6 6 "PO-Revision-Date: 2016-08-29 19:22+0300\n" 7 7 "Last-Translator: Anastis Sourgoutsidis <[email protected]>\n" … … 11 11 "Content-Transfer-Encoding: 8bit\n" 12 12 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" 13 "X-Generator: Poedit 3. 3.2\n"13 "X-Generator: Poedit 3.5\n" 14 14 "X-Poedit-Basepath: ..\n" 15 15 "X-Poedit-WPHeader: maxslider.php\n" … … 420 420 msgstr "" 421 421 422 #: maxslider.php:18 50422 #: maxslider.php:1849 423 423 msgctxt "maxslider template" 424 424 msgid "Default" -
maxslider/trunk/maxslider.php
r2948778 r3157542 6 6 * Author: The CSSIgniter Team 7 7 * Author URI: https://www.cssigniter.com 8 * Version: 1.2. 38 * Version: 1.2.4 9 9 * Text Domain: maxslider 10 10 * Domain Path: languages … … 37 37 * @since 1.0.0 38 38 */ 39 public static $version = '1.2. 3';39 public static $version = '1.2.4'; 40 40 41 41 /** … … 1616 1616 ), $atts, $tag ); 1617 1617 1618 1619 1618 $id = intval( $atts['id'] ); 1620 1619 $id = apply_filters( 'wpml_object_id', $id, $this->post_type, true ); … … 1625 1624 } 1626 1625 1627 $slider['template'] = $atts['template'];1626 $slider['template'] = sanitize_key( $atts['template'] ); 1628 1627 1629 1628 ob_start(); 1630 1629 1631 $this->get_template_part( 'slider', $ atts['template'], array(1630 $this->get_template_part( 'slider', $slider['template'], array( 1632 1631 'slider' => $slider, 1633 'template' => $ atts['template'],1632 'template' => $slider['template'], 1634 1633 ) ); 1635 1634 -
maxslider/trunk/readme.txt
r2994997 r3157542 3 3 Tags: content slider, gallery slider, image slider, layer slider, Photo Slider, responsive slider, slide, slider, slider plugin, slideshow, wordpress slider, wordpress slideshow 4 4 Requires at least: 5.0 5 Tested up to: 6. 46 Stable tag: 1.2. 35 Tested up to: 6.6 6 Stable tag: 1.2.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 47 47 48 48 == Changelog == 49 = 1.2.4 = 50 * Sanitize shortcode parameter to avoid potential Local File Inclusion (LFI) vulnerabilities. 51 49 52 = 1.2.3 = 50 53 * Fixed issue where since the iframe-ing of the block editor in WP 6.3, block editor assets would not get enqueued under specific circumstances.
Note: See TracChangeset
for help on using the changeset viewer.