Easing Slider - Version 3.0.3

Version Description

  • June 4th, 2016 =
  • Fixed issue that caused template function not to display unless echoed.
  • Fixed Fatal error: Can't inherit abstract function related issues (known PHP bug https://bugs.php.net/bug.php?id=66818)
Download this release

Release Info

Developer MatthewRuddy
Plugin Icon 128x128 Easing Slider
Version 3.0.3
Comparing to
See all releases

Code changes from version 3.0.2 to 3.0.3

bower.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "Easing Slider",
3
- "version": "3.0.2",
4
  "homepage": "https://github.com/easingslider/easing-slider",
5
  "authors": [
6
  "MatthewRuddy <info@matthewruddy.com>"
1
  {
2
  "name": "Easing Slider",
3
+ "version": "3.0.3",
4
  "homepage": "https://github.com/easingslider/easing-slider",
5
  "authors": [
6
  "MatthewRuddy <info@matthewruddy.com>"
easing-slider.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Easing Slider
4
  * Plugin URI: http://easingslider.com/
5
  * Description: A simple WordPress plugin for creating beautiful sliders.
6
- * Version: 3.0.2
7
  * Author: Matthew Ruddy
8
  * Author URI: http://matthewruddy.com
9
  * License: GPL2
@@ -25,7 +25,7 @@ if ( ! defined('ABSPATH')) {
25
  /**
26
  * Define constants
27
  */
28
- define('EASINGSLIDER_VERSION', '3.0.2');
29
  define('EASINGSLIDER_NAME', 'Easing Slider');
30
  define('EASINGSLIDER_API_URL', 'http://easingslider.com/');
31
  define('EASINGSLIDER_PLUGIN_DIR', plugin_dir_path(__FILE__));
3
  * Plugin Name: Easing Slider
4
  * Plugin URI: http://easingslider.com/
5
  * Description: A simple WordPress plugin for creating beautiful sliders.
6
+ * Version: 3.0.3
7
  * Author: Matthew Ruddy
8
  * Author URI: http://matthewruddy.com
9
  * License: GPL2
25
  /**
26
  * Define constants
27
  */
28
+ define('EASINGSLIDER_VERSION', '3.0.3');
29
  define('EASINGSLIDER_NAME', 'Easing Slider');
30
  define('EASINGSLIDER_API_URL', 'http://easingslider.com/');
31
  define('EASINGSLIDER_PLUGIN_DIR', plugin_dir_path(__FILE__));
languages/easingslider.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the GPL2.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Easing Slider 3.0.2\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/easing-slider\n"
7
- "POT-Creation-Date: 2016-06-03 20:36:11+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
2
  # This file is distributed under the GPL2.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Easing Slider 3.0.3\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/easing-slider\n"
7
+ "POT-Creation-Date: 2016-06-04 08:24:35+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
package.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "name": "easing-slider",
3
  "title": "Easing Slider",
4
- "version": "3.0.2",
5
  "devDependencies": {
6
  "grunt": "0.4.5",
7
  "grunt-contrib-concat": "^0.5.1",
1
  {
2
  "name": "easing-slider",
3
  "title": "Easing Slider",
4
+ "version": "3.0.3",
5
  "devDependencies": {
6
  "grunt": "0.4.5",
7
  "grunt-contrib-concat": "^0.5.1",
readme.txt CHANGED
@@ -4,7 +4,7 @@ Contributors: MatthewRuddy
4
  Tags: slider, wordpress slider, carousel, image slider, responsive slider, slide, slider, slideshow, wordpress slideshow, youtube slider, photo slider, banner rotator, best slider, content slider, fullwidth slider, gallery, hardware accelerate, mobile slider,post slider, swipe, touch slider, page slider, slider plugin, slider shortcode
5
  Requires at least: 4.5
6
  Tested up to: 4.6
7
- Stable tag: 3.0.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -89,13 +89,15 @@ This is easy. When editing a slider in the "All Sliders" admin area, simply clic
89
 
90
  == Changelog ==
91
 
 
 
 
 
92
  = 3.0.2 - June 3rd, 2016 =
93
  * Refactored boot sequence to prevent errors prior to completing PHP & WordPress version checks.
94
  * Fixed issue that lead to version number not getting updated unless an updater class existed.
95
  * Fixed issue with settings tabs on PHP 5.4 or lower.
96
  * Fixed issue that caused upgrade notice not to dismiss immediately when dismissed.
97
- * Fixed `Cannot use object of type stdClass as array in ../wp-content/plugins/easing-slider/src/Foundation/Options/OptionArray.php on line 25` issue.
98
- * Fixed `Warning: is_readable() [function.is-readable]: open_basedir restriction in effect.` error.
99
  * Additional tweaks and enhancements under the hood.
100
 
101
  = 3.0.1 - June 3rd, 2016 =
4
  Tags: slider, wordpress slider, carousel, image slider, responsive slider, slide, slider, slideshow, wordpress slideshow, youtube slider, photo slider, banner rotator, best slider, content slider, fullwidth slider, gallery, hardware accelerate, mobile slider,post slider, swipe, touch slider, page slider, slider plugin, slider shortcode
5
  Requires at least: 4.5
6
  Tested up to: 4.6
7
+ Stable tag: 3.0.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
89
 
90
  == Changelog ==
91
 
92
+ = 3.0.3 - June 4th, 2016 =
93
+ * Fixed issue that caused template function not to display unless echoed.
94
+ * Fixed `Fatal error: Can't inherit abstract function` related issues (known PHP bug https://bugs.php.net/bug.php?id=66818)
95
+
96
  = 3.0.2 - June 3rd, 2016 =
97
  * Refactored boot sequence to prevent errors prior to completing PHP & WordPress version checks.
98
  * Fixed issue that lead to version number not getting updated unless an updater class existed.
99
  * Fixed issue with settings tabs on PHP 5.4 or lower.
100
  * Fixed issue that caused upgrade notice not to dismiss immediately when dismissed.
 
 
101
  * Additional tweaks and enhancements under the hood.
102
 
103
  = 3.0.1 - June 3rd, 2016 =
src/Foundation/Activation/Activator.php CHANGED
@@ -18,5 +18,8 @@ abstract class Activator implements ActivatorContract
18
  *
19
  * @return void
20
  */
21
- abstract public function activate();
 
 
 
22
  }
18
  *
19
  * @return void
20
  */
21
+ public function activate()
22
+ {
23
+ //
24
+ }
25
  }
src/Foundation/Admin/LicenseHandlers/LicenseHandler.php CHANGED
@@ -136,19 +136,28 @@ abstract class LicenseHandler implements LicenseHandlerContract
136
  *
137
  * @return boolean
138
  */
139
- abstract public function isValid();
 
 
 
140
 
141
  /**
142
  * Activates the license key
143
  *
144
  * @return object
145
  */
146
- abstract public function activate();
 
 
 
147
 
148
  /**
149
  * Deactivates the license key
150
  *
151
  * @return object
152
  */
153
- abstract public function deactivate();
 
 
 
154
  }
136
  *
137
  * @return boolean
138
  */
139
+ public function isValid()
140
+ {
141
+ //
142
+ }
143
 
144
  /**
145
  * Activates the license key
146
  *
147
  * @return object
148
  */
149
+ public function activate()
150
+ {
151
+ //
152
+ }
153
 
154
  /**
155
  * Deactivates the license key
156
  *
157
  * @return object
158
  */
159
+ public function deactivate()
160
+ {
161
+ //
162
+ }
163
  }
src/Foundation/Admin/Menus/Menu.php CHANGED
@@ -228,5 +228,8 @@ abstract class Menu implements MenuContract
228
  *
229
  * @return void
230
  */
231
- abstract public function setupMenu();
 
 
 
232
  }
228
  *
229
  * @return void
230
  */
231
+ public function setupMenu()
232
+ {
233
+ //
234
+ }
235
  }
src/Foundation/Admin/Panels/Panel.php CHANGED
@@ -67,5 +67,8 @@ abstract class Panel implements PanelContract
67
  *
68
  * @return void
69
  */
70
- abstract public function display();
 
 
 
71
  }
67
  *
68
  * @return void
69
  */
70
+ public function display()
71
+ {
72
+ //
73
+ }
74
  }
src/Foundation/Admin/Upgrades/Upgrade.php CHANGED
@@ -61,5 +61,8 @@ abstract class Upgrade implements UpgradeContract
61
  *
62
  * @return void
63
  */
64
- abstract public function upgrade();
 
 
 
65
  }
61
  *
62
  * @return void
63
  */
64
+ public function upgrade()
65
+ {
66
+ //
67
+ }
68
  }
src/Foundation/Assets/Assets.php CHANGED
@@ -29,5 +29,8 @@ abstract class Assets implements AssetsContract
29
  *
30
  * @return void
31
  */
32
- abstract public function enqueue();
 
 
 
33
  }
29
  *
30
  * @return void
31
  */
32
+ public function enqueue()
33
+ {
34
+ //
35
+ }
36
  }
src/Foundation/Contracts/Options/OptionArray.php CHANGED
@@ -13,17 +13,5 @@ if ( ! defined('ABSPATH')) {
13
 
14
  interface OptionArray extends ArrayAccess
15
  {
16
- /**
17
- * Saves the option
18
- *
19
- * @return viod
20
- */
21
- public function save();
22
-
23
- /**
24
- * Deletes the option
25
- *
26
- * @return void
27
- */
28
- public function delete();
29
  }
13
 
14
  interface OptionArray extends ArrayAccess
15
  {
16
+ //
 
 
 
 
 
 
 
 
 
 
 
 
17
  }
src/Foundation/Models/Model.php CHANGED
@@ -114,5 +114,8 @@ abstract class Model implements ModelContract
114
  *
115
  * @return array
116
  */
117
- abstract public function getDefaults();
 
 
 
118
  }
114
  *
115
  * @return array
116
  */
117
+ public function getDefaults()
118
+ {
119
+ //
120
+ }
121
  }
src/Foundation/Options/Option.php CHANGED
@@ -95,5 +95,8 @@ abstract class Option implements OptionContract
95
  *
96
  * @return mixed
97
  */
98
- abstract public function getDefaults();
 
 
 
99
  }
95
  *
96
  * @return mixed
97
  */
98
+ public function getDefaults()
99
+ {
100
+ //
101
+ }
102
  }
src/Foundation/Shortcodes/Shortcode.php CHANGED
@@ -56,5 +56,8 @@ abstract class Shortcode implements ShortcodeContract
56
  * @param array $atts
57
  * @return string
58
  */
59
- abstract public function render($atts = array());
 
 
 
60
  }
56
  * @param array $atts
57
  * @return string
58
  */
59
+ public function render($atts = array())
60
+ {
61
+ //
62
+ }
63
  }
src/Foundation/TemplateLoaders/TemplateLoader.php CHANGED
@@ -153,5 +153,8 @@ abstract class TemplateLoader implements TemplateLoaderContract
153
  *
154
  * @return string
155
  */
156
- abstract public function getThemeTemplateDirName();
 
 
 
157
  }
153
  *
154
  * @return string
155
  */
156
+ public function getThemeTemplateDirName()
157
+ {
158
+ //
159
+ }
160
  }
src/Foundation/Uninstallation/Uninstaller.php CHANGED
@@ -18,5 +18,8 @@ abstract class Uninstaller implements UninstallerContract
18
  *
19
  * @return void
20
  */
21
- abstract public function uninstall();
 
 
 
22
  }
18
  *
19
  * @return void
20
  */
21
+ public function uninstall()
22
+ {
23
+ //
24
+ }
25
  }
src/Foundation/Widgets/Widget.php CHANGED
@@ -105,5 +105,8 @@ abstract class Widget extends WP_Widget implements WidgetContract
105
  * @param array $instance
106
  * @return void
107
  */
108
- abstract public function display($instance);
 
 
 
109
  }
105
  * @param array $instance
106
  * @return void
107
  */
108
+ public function display($instance)
109
+ {
110
+ //
111
+ }
112
  }
src/Plugin/helpers.php CHANGED
@@ -39,7 +39,7 @@ if ( ! function_exists('easingslider')) {
39
  {
40
  $shortcode = Easing_Slider()->shortcode();
41
 
42
- return $shortcode->render(array('id' => $id));
43
  }
44
  }
45
 
39
  {
40
  $shortcode = Easing_Slider()->shortcode();
41
 
42
+ echo $shortcode->render(array('id' => $id));
43
  }
44
  }
45