Changeset 1358761
- Timestamp:
- 02/26/2016 10:19:31 AM (10 years ago)
- Location:
- wp-flickity/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (4 diffs)
-
wp-flickity.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-flickity/trunk/readme.txt
r1358740 r1358761 1 1 === WP Flickty === 2 2 Contributors: xpol555 3 Tags: slider, shortcode 3 Tags: slider, shortcode, responsive, easy-to-use, admin-pages 4 4 Requires at least: 3.5.1 5 Tested up to: 4. 2.26 Stable tag: 4. 2.25 Tested up to: 4.4.2 6 Stable tag: 4.4.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 14 14 This plugin provide you the core system of flickity slider with core wordpress functionalities and shortcodes 15 15 16 WATCH DEMO [HERE](http://dev.altercode.company/wordpress-plugins/plugins/wp-flickity/ "WP Flickity DEMO") 17 18 **Plugin Features**: 19 20 * Fast and Responsive Slider 21 * Easy to Use Slider 16 22 17 23 == Installation == … … 23 29 3. Use the "WP Flickity" admin menu page to configure the plugin and add sliders 24 30 25 31 Use the shortcode to display at frontend: 32 `[wp_flickity id="1"]` 26 33 27 34 == Changelog == … … 34 41 * Upgradeable Database 35 42 * Use of wp.media for selecting images from backend 43 44 = 0.2 = 45 * Tested on Last Wordpress Version -
wp-flickity/trunk/wp-flickity.php
r1358740 r1358761 4 4 * Plugin URI: http://dev.altercode.company/wordpress-plugins/plugins/wp-flickity/ 5 5 * Description: Wordpress Flickity Plugin 6 * Version: 0. 16 * Version: 0.2 7 7 * Author: PaoloFalomo 8 8 * Author URI: http://www.paolofalomo.it/ 9 9 * Requires at least: 3.5.1 10 * Tested up to: 4. 2.210 * Tested up to: 4.4.2 11 11 * 12 12 * Text Domain: wp-flickity
Note: See TracChangeset
for help on using the changeset viewer.