Skip to content

Commit 2d6bda1

Browse files
committed
Slides field was not properly initialized for the media elements. Fixed.
1 parent a93fab1 commit 2d6bda1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ReduxCore/framework.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @package Redux_Framework
1616
* @subpackage Core
1717
* @author Redux Framework Team
18-
* @version 3.3.1
18+
* @version 3.3.1.1
1919
*/
2020

2121
// Exit if accessed directly
@@ -64,7 +64,7 @@ class ReduxFramework {
6464
// ATTENTION DEVS
6565
// Please update the build number with each push, no matter how small.
6666
// This will make for easier support when we ask users what version they are using.
67-
public static $_version = '3.3.1';
67+
public static $_version = '3.3.1.1';
6868
public static $_dir;
6969
public static $_url;
7070
public static $_upload_dir;

0 commit comments

Comments
 (0)