Version Description
- Fixed directory error
Download this release
Release Info
Developer | fabiorino |
Plugin | Crelly Slider |
Version | 0.6.6 |
Comparing to | |
See all releases |
Code changes from version 0.6.5 to 0.6.6
- crellyslider.php +3 -3
- js/jquery.crellyslider.js +1 -1
- js/jquery.crellyslider.min.js +1 -1
- readme.txt +32 -1
crellyslider.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Crelly Slider
|
5 |
* Plugin URI: http://fabiorino1.altervista.org/projects/crellyslider
|
6 |
* Description: The first free WordPress slider with elements animations.
|
7 |
-
* Version: 0.6.
|
8 |
* Author: fabiorino
|
9 |
* Author URI: http://fabiorino1.altervista.org
|
10 |
* License: GPL2
|
@@ -14,9 +14,9 @@
|
|
14 |
/** GLOBALS **/
|
15 |
/*************/
|
16 |
|
17 |
-
define('CS_VERSION', '0.6.
|
18 |
define('CS_PATH', plugin_dir_path(__FILE__));
|
19 |
-
define('CS_PLUGIN_URL', plugins_url() . '/
|
20 |
|
21 |
require_once CS_PATH . 'wordpress/common.php';
|
22 |
require_once CS_PATH . 'wordpress/tables.php';
|
4 |
* Plugin Name: Crelly Slider
|
5 |
* Plugin URI: http://fabiorino1.altervista.org/projects/crellyslider
|
6 |
* Description: The first free WordPress slider with elements animations.
|
7 |
+
* Version: 0.6.6
|
8 |
* Author: fabiorino
|
9 |
* Author URI: http://fabiorino1.altervista.org
|
10 |
* License: GPL2
|
14 |
/** GLOBALS **/
|
15 |
/*************/
|
16 |
|
17 |
+
define('CS_VERSION', '0.6.6');
|
18 |
define('CS_PATH', plugin_dir_path(__FILE__));
|
19 |
+
define('CS_PLUGIN_URL', plugins_url() . '/crelly-slider');
|
20 |
|
21 |
require_once CS_PATH . 'wordpress/common.php';
|
22 |
require_once CS_PATH . 'wordpress/tables.php';
|
js/jquery.crellyslider.js
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
* Plugin Name: Crelly Slider
|
3 |
* Plugin URI: http://fabiorino1.altervista.org/projects/crellyslider
|
4 |
* Description: The first free WordPress slider with elements animations.
|
5 |
-
* Version: 0.6.
|
6 |
* Author: fabiorino
|
7 |
* Author URI: http://fabiorino1.altervista.org
|
8 |
* License: GPL2
|
2 |
* Plugin Name: Crelly Slider
|
3 |
* Plugin URI: http://fabiorino1.altervista.org/projects/crellyslider
|
4 |
* Description: The first free WordPress slider with elements animations.
|
5 |
+
* Version: 0.6.6
|
6 |
* Author: fabiorino
|
7 |
* Author URI: http://fabiorino1.altervista.org
|
8 |
* License: GPL2
|
js/jquery.crellyslider.min.js
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
* Plugin Name: Crelly Slider
|
3 |
* Plugin URI: http://fabiorino1.altervista.org/projects/crellyslider
|
4 |
* Description: The first free WordPress slider with elements animations.
|
5 |
-
* Version: 0.6.
|
6 |
* Author: fabiorino
|
7 |
* Author URI: http://fabiorino1.altervista.org
|
8 |
* License: GPL2
|
2 |
* Plugin Name: Crelly Slider
|
3 |
* Plugin URI: http://fabiorino1.altervista.org/projects/crellyslider
|
4 |
* Description: The first free WordPress slider with elements animations.
|
5 |
+
* Version: 0.6.6
|
6 |
* Author: fabiorino
|
7 |
* Author URI: http://fabiorino1.altervista.org
|
8 |
* License: GPL2
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://fabiorino1.altervista.org/projects/crellyslider/contribute-a
|
|
4 |
Tags: slider, slides, animations, drag & drop, drag and drop, layers, elements
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 3.9
|
7 |
-
Stable tag: 0.6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -18,6 +18,25 @@ Crelly Slider is a Free / Open Source WordPress slider with a powerful Drag & Dr
|
|
18 |
<a href="http://fabiorino1.altervista.org/projects/crellyslider/">Official WebSite (with live demo)</a>
|
19 |
<br />
|
20 |
<a href="http://fabiorino1.altervista.org/projects/crellyslider/documentation">Documentation</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
== Installation ==
|
23 |
|
@@ -29,7 +48,19 @@ Click Activate.
|
|
29 |
<br />
|
30 |
You can find the documentation <a href="http://fabiorino1.altervista.org/projects/crellyslider/documentation/">here</a>.
|
31 |
|
|
|
|
|
|
|
|
|
|
|
32 |
== Changelog ==
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
= 0.6.5 =
|
35 |
* Initial release.
|
4 |
Tags: slider, slides, animations, drag & drop, drag and drop, layers, elements
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 3.9
|
7 |
+
Stable tag: 0.6.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
18 |
<a href="http://fabiorino1.altervista.org/projects/crellyslider/">Official WebSite (with live demo)</a>
|
19 |
<br />
|
20 |
<a href="http://fabiorino1.altervista.org/projects/crellyslider/documentation">Documentation</a>
|
21 |
+
<br />
|
22 |
+
<br />
|
23 |
+
=User Friendly Admin Panel=
|
24 |
+
* Crelly Slider does not require any Coding Knowledge. With the simple admin panel you will be able to create the sliders in the easiest way. Upload images with the default WordPress interface or choose colors using the picker.
|
25 |
+
|
26 |
+
=High Cross Browser Compatibility=
|
27 |
+
* Most of the animations and the transitions are written in jQuery (using the �animate� function). In this way we can assure the compatibility with modern (even Android and iOs) and older browsers (like IE8).
|
28 |
+
|
29 |
+
=Drag and Drop Builder=
|
30 |
+
* How can you position all the elements in to the slider area? You just simply drag them in to the desired position. Like in Powerpoint, you just have to move the object around the Slide.
|
31 |
+
|
32 |
+
=Transitions & Animations=
|
33 |
+
* Foreach element and slide you can choose an in animation and an out animation using a simple selection menu. You can set the transition speeds and how long the element will take to get in and out.
|
34 |
+
|
35 |
+
=Completly Responsive=
|
36 |
+
* Responsive means that the Slider will be displayed correctly in every resolution that the user will use. If the display is small (like in a smartphone), the slides and the elements will be scaled to be adapted.
|
37 |
+
|
38 |
+
=Full & Fixed Width Modes=
|
39 |
+
* Using Crelly Slider you can select between a fixed or a full-width layout (both of them can be responsive). You are the designer, you own the WebSite, just choose the best for it.
|
40 |
|
41 |
== Installation ==
|
42 |
|
48 |
<br />
|
49 |
You can find the documentation <a href="http://fabiorino1.altervista.org/projects/crellyslider/documentation/">here</a>.
|
50 |
|
51 |
+
== Screenshots ==
|
52 |
+
|
53 |
+
1. An example of a slide you can create
|
54 |
+
2. The slider back-end interface
|
55 |
+
|
56 |
== Changelog ==
|
57 |
|
58 |
+
= 0.6.7 =
|
59 |
+
* Fixed "Add image" not working on Firefox and Internet Explorer
|
60 |
+
* Fixed "Duplicate element" on animations
|
61 |
+
|
62 |
+
= 0.6.6 =
|
63 |
+
* Fixed directory error
|
64 |
+
|
65 |
= 0.6.5 =
|
66 |
* Initial release.
|