Plugin Directory

Changeset 3096181


Ignore:
Timestamp:
06/01/2024 10:48:50 PM (9 months ago)
Author:
icelayer
Message:

Update to version 2.0.2 from GitHub

Location:
slim-slider
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • slim-slider/tags/2.0.2/readme.txt

    r3096180 r3096181  
    22Contributors: icelayer
    33Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6D6W2KXB88NKE
    4 Tags: slideshow, slider, image slider,responsive slider, jssor, slim slider
     4Tags: slideshow, slider, image slider, responsive slider, jssor, slim slider
    55Requires at least: 4.6
    66Tested up to: 6.4
    7 Stable tag: 2.0.1
     7Stable tag: 2.0.2
    88Requires PHP: 7.4
    99License: GPLv2
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 The Slim Slider plugin is a simple slider plugin that allows you to add a slider in posts and pages using a simple shortcode.
     12Slim Slider is a simple plugin that allows you to add a responsive slider to your posts and pages using an easy-to-use shortcode.
    1313
    1414== Description ==
    1515
    16 The Slim Slider plugin is a simple slider plugin that allows you to add a slider in posts and pages using a simple shortcode.
     16Slim Slider is a straightforward plugin that enables you to add a responsive slider to your posts and pages using a simple shortcode.
     17
     18To add a basic slider, use:
    1719
    1820`[slim_slider]`
    1921
    20 The slider shortcode can also be used with the slide IDs, Like this:
     22To include specific slides, use the slide IDs like this:
    2123
    2224`[slim_slider slides="135,654,168,201"]`
    2325
    24 In this case, only the slide IDs that have been defined in the shortcode will be included in the slideshow.
     26In this example, only the slides with the specified IDs will be included in the slideshow.
    2527
    26 = Shortcodes Options: =
     28Slim Slider is designed to be lightweight, ensuring minimal impact on your website's performance. It is also highly customizable, allowing you to adjust various settings to match your needs. The plugin is fully responsive, ensuring that your sliders look great on all devices.
    2729
    28 Slim Slider includes several options that can be specified in the shortcode:
    29 `[slim_slider height="740" fill="stretch" speed="3000"] `
     30= Shortcode Options =
    3031
    31 = Available Options: =
     32Customize your slider with various options:
     33
     34`[slim_slider height="740" fill="stretch" speed="3000"]`
     35
     36= Available Options =
    3237
    3338* id="904562"
     
    4651* cover
    4752* actual
    48 * contain
    49 
    5053
    5154== Installation ==
    5255
    53561. Upload the plugin files to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly.
    54 2. Activate the plugin through the 'Plugins' screen in WordPress
    55 3. To get started you will need to create the slides for the slider in WordPress admin menu select Add New under Slim Slides.
    56 
    57 
     572. Activate the plugin through the 'Plugins' screen in WordPress.
     583. Create slides for the slider in the WordPress admin menu by selecting 'Add New' under Slim Slides.
    5859
    5960== Screenshots ==
    6061
    61 1. ...
     621. Screenshot of the Slim Slider menu in the WordPress admin area.
     632. Screenshot showing the slide creation screen with title, ID, heading, alt text, description, and URL fields.
    6264
    6365== Changelog ==
    6466
     67= 2.0.2 =
     68* Initial release with bug fixes.
     69
     70= 2.0.0 =
     71* Various development upgrades.
     72* Fixed "Requires at least" field.
     73
     74= 1.2.1 =
     75* Updated to be tested up to WordPress 6.4.
     76
     77= 1.2.0 =
     78* Added new features and options.
     79* Improved PHP compatibility.
     80* Enhanced plugin functionality with various tweaks.
     81
     82= 1.1.0 =
     83* Introduced additional options.
     84* Improved code standards with PHPCS fixes.
     85* Added easy admin interface.
     86* Ensured compatibility with popular WordPress themes and plugins.
     87* Enhanced SEO friendliness.
     88* Various bug fixes and improvements.
     89
     90= 1.0.2 =
     91* Minor fixes and improvements.
    6592
    6693== Upgrade Notice ==
     94
     95* Version 2.0.2 includes important bug fixes. Please update to ensure optimal performance.
  • slim-slider/tags/2.0.2/vendor/composer/installed.php

    r3096180 r3096181  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '1f97cf6764b5a5222d179c6ad1f60b3787eee972',
     6        'reference' => 'bfe758217966e1d001e23167a137fde6602dff62',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-master',
    1515            'version' => 'dev-master',
    16             'reference' => '1f97cf6764b5a5222d179c6ad1f60b3787eee972',
     16            'reference' => 'bfe758217966e1d001e23167a137fde6602dff62',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • slim-slider/tags/2.0.2/wp-slim-slider.php

    r3096180 r3096181  
    55 * Plugin URI:        https://wpbrisko.com/wordpress-plugins/
    66 * Description:       Slim Slider is a simple slider plugin that allows you to add a slider in posts and pages.
    7  * Version:           2.0.1
     7 * Version:           2.0.2
    88 * Requires at least: 4.6
    99 * Requires PHP:      7.4
  • slim-slider/trunk/readme.txt

    r3096180 r3096181  
    22Contributors: icelayer
    33Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6D6W2KXB88NKE
    4 Tags: slideshow, slider, image slider,responsive slider, jssor, slim slider
     4Tags: slideshow, slider, image slider, responsive slider, jssor, slim slider
    55Requires at least: 4.6
    66Tested up to: 6.4
    7 Stable tag: 2.0.1
     7Stable tag: 2.0.2
    88Requires PHP: 7.4
    99License: GPLv2
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 The Slim Slider plugin is a simple slider plugin that allows you to add a slider in posts and pages using a simple shortcode.
     12Slim Slider is a simple plugin that allows you to add a responsive slider to your posts and pages using an easy-to-use shortcode.
    1313
    1414== Description ==
    1515
    16 The Slim Slider plugin is a simple slider plugin that allows you to add a slider in posts and pages using a simple shortcode.
     16Slim Slider is a straightforward plugin that enables you to add a responsive slider to your posts and pages using a simple shortcode.
     17
     18To add a basic slider, use:
    1719
    1820`[slim_slider]`
    1921
    20 The slider shortcode can also be used with the slide IDs, Like this:
     22To include specific slides, use the slide IDs like this:
    2123
    2224`[slim_slider slides="135,654,168,201"]`
    2325
    24 In this case, only the slide IDs that have been defined in the shortcode will be included in the slideshow.
     26In this example, only the slides with the specified IDs will be included in the slideshow.
    2527
    26 = Shortcodes Options: =
     28Slim Slider is designed to be lightweight, ensuring minimal impact on your website's performance. It is also highly customizable, allowing you to adjust various settings to match your needs. The plugin is fully responsive, ensuring that your sliders look great on all devices.
    2729
    28 Slim Slider includes several options that can be specified in the shortcode:
    29 `[slim_slider height="740" fill="stretch" speed="3000"] `
     30= Shortcode Options =
    3031
    31 = Available Options: =
     32Customize your slider with various options:
     33
     34`[slim_slider height="740" fill="stretch" speed="3000"]`
     35
     36= Available Options =
    3237
    3338* id="904562"
     
    4651* cover
    4752* actual
    48 * contain
    49 
    5053
    5154== Installation ==
    5255
    53561. Upload the plugin files to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly.
    54 2. Activate the plugin through the 'Plugins' screen in WordPress
    55 3. To get started you will need to create the slides for the slider in WordPress admin menu select Add New under Slim Slides.
    56 
    57 
     572. Activate the plugin through the 'Plugins' screen in WordPress.
     583. Create slides for the slider in the WordPress admin menu by selecting 'Add New' under Slim Slides.
    5859
    5960== Screenshots ==
    6061
    61 1. ...
     621. Screenshot of the Slim Slider menu in the WordPress admin area.
     632. Screenshot showing the slide creation screen with title, ID, heading, alt text, description, and URL fields.
    6264
    6365== Changelog ==
    6466
     67= 2.0.2 =
     68* Initial release with bug fixes.
     69
     70= 2.0.0 =
     71* Various development upgrades.
     72* Fixed "Requires at least" field.
     73
     74= 1.2.1 =
     75* Updated to be tested up to WordPress 6.4.
     76
     77= 1.2.0 =
     78* Added new features and options.
     79* Improved PHP compatibility.
     80* Enhanced plugin functionality with various tweaks.
     81
     82= 1.1.0 =
     83* Introduced additional options.
     84* Improved code standards with PHPCS fixes.
     85* Added easy admin interface.
     86* Ensured compatibility with popular WordPress themes and plugins.
     87* Enhanced SEO friendliness.
     88* Various bug fixes and improvements.
     89
     90= 1.0.2 =
     91* Minor fixes and improvements.
    6592
    6693== Upgrade Notice ==
     94
     95* Version 2.0.2 includes important bug fixes. Please update to ensure optimal performance.
  • slim-slider/trunk/vendor/composer/installed.php

    r3096180 r3096181  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '1f97cf6764b5a5222d179c6ad1f60b3787eee972',
     6        'reference' => 'bfe758217966e1d001e23167a137fde6602dff62',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-master',
    1515            'version' => 'dev-master',
    16             'reference' => '1f97cf6764b5a5222d179c6ad1f60b3787eee972',
     16            'reference' => 'bfe758217966e1d001e23167a137fde6602dff62',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • slim-slider/trunk/wp-slim-slider.php

    r3096180 r3096181  
    55 * Plugin URI:        https://wpbrisko.com/wordpress-plugins/
    66 * Description:       Slim Slider is a simple slider plugin that allows you to add a slider in posts and pages.
    7  * Version:           2.0.1
     7 * Version:           2.0.2
    88 * Requires at least: 4.6
    99 * Requires PHP:      7.4
Note: See TracChangeset for help on using the changeset viewer.