Changeset 3096181
- Timestamp:
- 06/01/2024 10:48:50 PM (9 months ago)
- Location:
- slim-slider
- Files:
-
- 6 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
slim-slider/tags/2.0.2/readme.txt
r3096180 r3096181 2 2 Contributors: icelayer 3 3 Donate 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 slider4 Tags: slideshow, slider, image slider, responsive slider, jssor, slim slider 5 5 Requires at least: 4.6 6 6 Tested up to: 6.4 7 Stable tag: 2.0. 17 Stable tag: 2.0.2 8 8 Requires PHP: 7.4 9 9 License: GPLv2 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 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.12 Slim Slider is a simple plugin that allows you to add a responsive slider to your posts and pages using an easy-to-use shortcode. 13 13 14 14 == Description == 15 15 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. 16 Slim Slider is a straightforward plugin that enables you to add a responsive slider to your posts and pages using a simple shortcode. 17 18 To add a basic slider, use: 17 19 18 20 `[slim_slider]` 19 21 20 T he slider shortcode can also be used with the slide IDs, Like this:22 To include specific slides, use the slide IDs like this: 21 23 22 24 `[slim_slider slides="135,654,168,201"]` 23 25 24 In this case, only the slide IDs that have been defined in the shortcodewill be included in the slideshow.26 In this example, only the slides with the specified IDs will be included in the slideshow. 25 27 26 = Shortcodes Options: = 28 Slim 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. 27 29 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 = 30 31 31 = Available Options: = 32 Customize your slider with various options: 33 34 `[slim_slider height="740" fill="stretch" speed="3000"]` 35 36 = Available Options = 32 37 33 38 * id="904562" … … 46 51 * cover 47 52 * actual 48 * contain49 50 53 51 54 == Installation == 52 55 53 56 1. 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 57 2. Activate the plugin through the 'Plugins' screen in WordPress. 58 3. Create slides for the slider in the WordPress admin menu by selecting 'Add New' under Slim Slides. 58 59 59 60 == Screenshots == 60 61 61 1. ... 62 1. Screenshot of the Slim Slider menu in the WordPress admin area. 63 2. Screenshot showing the slide creation screen with title, ID, heading, alt text, description, and URL fields. 62 64 63 65 == Changelog == 64 66 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. 65 92 66 93 == 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 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 1f97cf6764b5a5222d179c6ad1f60b3787eee972',6 'reference' => 'bfe758217966e1d001e23167a137fde6602dff62', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-master', 15 15 'version' => 'dev-master', 16 'reference' => ' 1f97cf6764b5a5222d179c6ad1f60b3787eee972',16 'reference' => 'bfe758217966e1d001e23167a137fde6602dff62', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', -
slim-slider/tags/2.0.2/wp-slim-slider.php
r3096180 r3096181 5 5 * Plugin URI: https://wpbrisko.com/wordpress-plugins/ 6 6 * Description: Slim Slider is a simple slider plugin that allows you to add a slider in posts and pages. 7 * Version: 2.0. 17 * Version: 2.0.2 8 8 * Requires at least: 4.6 9 9 * Requires PHP: 7.4 -
slim-slider/trunk/readme.txt
r3096180 r3096181 2 2 Contributors: icelayer 3 3 Donate 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 slider4 Tags: slideshow, slider, image slider, responsive slider, jssor, slim slider 5 5 Requires at least: 4.6 6 6 Tested up to: 6.4 7 Stable tag: 2.0. 17 Stable tag: 2.0.2 8 8 Requires PHP: 7.4 9 9 License: GPLv2 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 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.12 Slim Slider is a simple plugin that allows you to add a responsive slider to your posts and pages using an easy-to-use shortcode. 13 13 14 14 == Description == 15 15 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. 16 Slim Slider is a straightforward plugin that enables you to add a responsive slider to your posts and pages using a simple shortcode. 17 18 To add a basic slider, use: 17 19 18 20 `[slim_slider]` 19 21 20 T he slider shortcode can also be used with the slide IDs, Like this:22 To include specific slides, use the slide IDs like this: 21 23 22 24 `[slim_slider slides="135,654,168,201"]` 23 25 24 In this case, only the slide IDs that have been defined in the shortcodewill be included in the slideshow.26 In this example, only the slides with the specified IDs will be included in the slideshow. 25 27 26 = Shortcodes Options: = 28 Slim 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. 27 29 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 = 30 31 31 = Available Options: = 32 Customize your slider with various options: 33 34 `[slim_slider height="740" fill="stretch" speed="3000"]` 35 36 = Available Options = 32 37 33 38 * id="904562" … … 46 51 * cover 47 52 * actual 48 * contain49 50 53 51 54 == Installation == 52 55 53 56 1. 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 57 2. Activate the plugin through the 'Plugins' screen in WordPress. 58 3. Create slides for the slider in the WordPress admin menu by selecting 'Add New' under Slim Slides. 58 59 59 60 == Screenshots == 60 61 61 1. ... 62 1. Screenshot of the Slim Slider menu in the WordPress admin area. 63 2. Screenshot showing the slide creation screen with title, ID, heading, alt text, description, and URL fields. 62 64 63 65 == Changelog == 64 66 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. 65 92 66 93 == 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 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 1f97cf6764b5a5222d179c6ad1f60b3787eee972',6 'reference' => 'bfe758217966e1d001e23167a137fde6602dff62', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-master', 15 15 'version' => 'dev-master', 16 'reference' => ' 1f97cf6764b5a5222d179c6ad1f60b3787eee972',16 'reference' => 'bfe758217966e1d001e23167a137fde6602dff62', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', -
slim-slider/trunk/wp-slim-slider.php
r3096180 r3096181 5 5 * Plugin URI: https://wpbrisko.com/wordpress-plugins/ 6 6 * Description: Slim Slider is a simple slider plugin that allows you to add a slider in posts and pages. 7 * Version: 2.0. 17 * Version: 2.0.2 8 8 * Requires at least: 4.6 9 9 * Requires PHP: 7.4
Note: See TracChangeset
for help on using the changeset viewer.