Skip to content

Commit adeefc5

Browse files
committed
3.3.6 Release.
1 parent 6f28b91 commit adeefc5

31 files changed

+462
-159
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ Send me an email at [email protected] so I can add you to our user sp
7878

7979
### Master ###
8080

81+
= 3.3.6 =
82+
* Modified: Language files.
83+
8184
= 3.3.5.12 =
8285
* Fixed: #1543 - Hint icon not changing when set in args.
8386

README.txt

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
44
Tags: admin, admin interface, options, theme options, plugin options, options framework, settings, web fonts, google fonts
55
Requires at least: 3.5.1
66
Tested up to: 4.0
7-
Stable tag: 3.3.5
7+
Stable tag: 3.3.6
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -125,6 +125,31 @@ That's because the real FAQ section is on our site! Please visit [http://docs.re
125125

126126
== Changelog ==
127127

128+
= 3.3.6 =
129+
* Modified: Language files.
130+
* Fixed: #1543 - Hint icon not changing when set in args.
131+
* Fixed: #1537 - Media field not accepting images with mode set to false.
132+
* Fixed: #1529 - ACE Editor conflict with Visual Composer.
133+
* Added: #1530 - Added argument to specify admin bar icon, `admin_bar_icon`. Thanks Ninos!
134+
* Fixed: #1532 - Media field not accepting any mime type when `'mode' => false`.
135+
* Fixed: #1520 - Checkbox field not displaying Wordpress data when using data argument.
136+
* Fixed: #1516 - Invalid index and foreach when using compiler and async_typography.
137+
* Fixed: #1509 - Sorter adding unnecessary bits on some items.
138+
* Fixed: #1514 - Customizer and multisite not getting on properly.
139+
* Fixed: #1512 - Slides 'Upload' button not showing or saving selected image.
140+
* Fixed: Checkboxes with required were working in reverse.
141+
* Fixed: ASync Typography now works! No more flashing fonts.
142+
* Fixed: #1489 - Color picker UI lining up improperly.
143+
* Fixed: #1497 - dev_mode spinner issue.
144+
* Fixed: Spelling error in tracking dialog.
145+
* Modified: Updated ace_editor.
146+
* Modified: Many MANY fields for the group field.
147+
* Fixed: Some CSS bugs.
148+
* Fixed: #1481 - Custom fonts loading in google font CSS.
149+
* Fixed: #1485 - Customizer 'invalid argument' error. Thanks @rnlmedia.
150+
* Fixed: #1472 - font style not displaying saved valie with no font-family argument set.
151+
* Fixed: #1471 - raw field and required not playing nice together.
152+
128153
= 3.3.5 =
129154
* Added: An annoying notice at the top so our devs don't ship with dev_mode on. ;)
130155

ReduxCore/framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.5.12';
67+
public static $_version = '3.3.6';
6868
public static $_dir;
6969
public static $_url;
7070
public static $_upload_dir;

ReduxCore/inc/welcome.php

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function admin_head () {
7070
remove_submenu_page ( 'index.php', 'redux-credits' );
7171

7272
// Badge for welcome page
73-
$badge_url = ReduxFramework::$_url . 'assets/images/edd-badge.png';
73+
$badge_url = ReduxFramework::$_url . 'assets/images/redux-badge.png';
7474
?>
7575
<style type="text/css" media="screen">
7676
/*<![CDATA[*/
@@ -238,8 +238,8 @@ public function about_screen () {
238238
</div>
239239

240240
<div class="return-to-dashboard">
241-
<a href="<?php echo esc_url ( admin_url ( add_query_arg ( array( 'post_type' => 'download', 'page' => 'edd-settings' ), 'edit.php' ) ) ); ?>"><?php _e ( 'Go to Redux Framework', 'redux-framework' ); ?></a> &middot;
242-
<a href="<?php echo esc_url ( admin_url ( add_query_arg ( array( 'page' => 'edd-changelog' ), 'index.php' ) ) ); ?>"><?php _e ( 'View the Full Changelog', 'edd' ); ?></a>
241+
<a href="<?php echo esc_url ( admin_url ( add_query_arg ( array( 'post_type' => 'download', 'page' => 'redux-settings' ), 'edit.php' ) ) ); ?>"><?php _e ( 'Go to Redux Framework', 'redux-framework' ); ?></a> &middot;
242+
<a href="<?php echo esc_url ( admin_url ( add_query_arg ( array( 'page' => 'redux-changelog' ), 'index.php' ) ) ); ?>"><?php _e ( 'View the Full Changelog', 'redux' ); ?></a>
243243
</div>
244244
</div>
245245
<?php
@@ -271,7 +271,7 @@ public function changelog_screen () {
271271
</div>
272272

273273
<div class="return-to-dashboard">
274-
<a href="<?php echo esc_url ( admin_url ( add_query_arg ( array( 'post_type' => 'download', 'page' => 'edd-settings' ), 'edit.php' ) ) ); ?>"><?php _e ( 'Go to Redux Framework', 'redux-framework' ); ?></a>
274+
<a href="<?php echo esc_url ( admin_url ( add_query_arg ( array( 'post_type' => 'download', 'page' => 'redux-settings' ), 'edit.php' ) ) ); ?>"><?php _e ( 'Go to Redux Framework', 'redux-framework' ); ?></a>
275275
</div>
276276
</div>
277277
<?php
@@ -303,14 +303,14 @@ public function getting_started_screen () {
303303

304304

305305

306-
<h4><?php printf ( __ ( '<a href="%s">%s &rarr; Add New</a>', 'edd' ), admin_url ( 'post-new.php?post_type=download' ), edd_get_label_plural () ); ?></h4>
307-
<p><?php printf ( __ ( 'The %s menu is your access point for all aspects of your Easy Digital Downloads product creation and setup. To create your first product, simply click Add New and then fill out the product details.', 'edd' ), edd_get_label_plural () ); ?></p>
306+
<h4><?php printf ( __ ( '<a href="%s">%s &rarr; Add New</a>', 'redux' ), admin_url ( 'post-new.php?post_type=download' ), redux_get_label_plural () ); ?></h4>
307+
<p><?php printf ( __ ( 'The %s menu is your access point for all aspects of your Easy Digital Downloads product creation and setup. To create your first product, simply click Add New and then fill out the product details.', 'redux' ), redux_get_label_plural () ); ?></p>
308308

309-
<h4><?php _e ( 'Product Price', 'edd' ); ?></h4>
310-
<p><?php _e ( 'Products can have simple prices or variable prices if you wish to have more than one price point for a product. For a single price, simply enter the price. For multiple price points, click <em>Enable variable pricing</em> and enter the options.', 'edd' ); ?></p>
309+
<h4><?php _e ( 'Product Price', 'redux' ); ?></h4>
310+
<p><?php _e ( 'Products can have simple prices or variable prices if you wish to have more than one price point for a product. For a single price, simply enter the price. For multiple price points, click <em>Enable variable pricing</em> and enter the options.', 'redux' ); ?></p>
311311

312-
<h4><?php _e ( 'Download Files', 'edd' ); ?></h4>
313-
<p><?php _e ( 'Uploading the downloadable files is simple. Click <em>Upload File</em> in the Download Files section and choose your download file. To add more than one file, simply click the <em>Add New</em> button.', 'edd' ); ?></p>
312+
<h4><?php _e ( 'Download Files', 'redux' ); ?></h4>
313+
<p><?php _e ( 'Uploading the downloadable files is simple. Click <em>Upload File</em> in the Download Files section and choose your download file. To add more than one file, simply click the <em>Add New</em> button.', 'redux' ); ?></p>
314314

315315
</div>
316316
</div>
@@ -320,7 +320,7 @@ public function getting_started_screen () {
320320

321321
<div class="feature-section">
322322

323-
<img src="<?php echo EDD_PLUGIN_URL . 'assets/images/screenshots/grid.png'; ?>" class="edd-welcome-screenshots"/>
323+
<img src="<?php echo Redux_PLUGIN_URL . 'assets/images/screenshots/grid.png'; ?>" class="redux-welcome-screenshots"/>
324324

325325
<h4><?php _e ( 'Flexible Product Grids', 'redux-framework' ); ?></h4>
326326
<p><?php _e ( 'The [downloads] shortcode will display a product grid that works with any theme, no matter the size. It is even responsive!', 'redux-framework' ); ?></p>
@@ -358,7 +358,7 @@ public function getting_started_screen () {
358358
<h4><?php _e ( 'Phenomenal Support', 'redux-framework' ); ?></h4>
359359
<p><?php _e ( 'We do our best to provide the best support we can. If you encounter a problem or have a question, post a question in the <a href="https://easydigitaldownloads.com/support">support forums</a>.', 'redux-framework' ); ?></p>
360360

361-
<h4><?php _e ( 'Need Even Faster Support?', 'edd' ); ?></h4>
361+
<h4><?php _e ( 'Need Even Faster Support?', 'redux' ); ?></h4>
362362
<p><?php _e ( 'Our <a href="https://easydigitaldownloads.com/support/pricing/">Priority Support forums</a> are there for customers that need faster and/or more in-depth assistance.', 'redux-framework' ); ?></p>
363363

364364
</div>
@@ -409,7 +409,7 @@ public function credits_screen () {
409409
<div class="wrap about-wrap">
410410
<h1><?php printf ( __ ( 'Welcome to Redux Framework %s', 'redux-framework' ), $display_version ); ?></h1>
411411
<div class="about-text"><?php printf ( __ ( 'Thank you for updating to the latest version! Redux Framework %s is ready to make your <description>', 'redux-framework' ), $display_version ); ?></div>
412-
<div class="edd-badge"><?php printf ( __ ( 'Version %s', 'redux-framework' ), $display_version ); ?></div>
412+
<div class="redux-badge"><?php printf ( __ ( 'Version %s', 'redux-framework' ), $display_version ); ?></div>
413413

414414
<?php $this->tabs (); ?>
415415

@@ -421,7 +421,7 @@ public function credits_screen () {
421421
}
422422

423423
/**
424-
* Parse the EDD readme.txt file
424+
* Parse the Redux readme.txt file
425425
*
426426
* @since 2.0.3
427427
* @return string $readme HTML formatted readme file
@@ -433,7 +433,7 @@ public function parse_readme () {
433433
$file = file_exists ( $url . 'README.txt' ) ? $url . 'README.txt' : null;
434434

435435
if ( !$file ) {
436-
$readme = '<p>' . __ ( 'No valid changlog was found.', 'edd' ) . '</p>';
436+
$readme = '<p>' . __ ( 'No valid changlog was found.', 'redux' ) . '</p>';
437437
} else {
438438
$readme = file_get_contents ( $file );
439439
$readme = nl2br ( esc_html ( $readme ) );
@@ -458,8 +458,8 @@ public function parse_readme () {
458458
* Render Contributors List
459459
*
460460
* @since 1.4
461-
* @uses EDD_Welcome::get_contributors()
462-
* @return string $contributor_list HTML formatted list of all the contributors for EDD
461+
* @uses Redux_Welcome::get_contributors()
462+
* @return string $contributor_list HTML formatted list of all the contributors for Redux
463463
*/
464464
public function contributors () {
465465
$contributors = $this->get_contributors ();
@@ -514,12 +514,12 @@ public function get_contributors () {
514514
}
515515

516516
/**
517-
* Sends user to the Welcome page on first activation of EDD as well as each
518-
* time EDD is upgraded to a new version
517+
* Sends user to the Welcome page on first activation of Redux as well as each
518+
* time Redux is upgraded to a new version
519519
*
520520
* @access public
521521
* @since 1.4
522-
* @global $edd_options Array of all the EDD Options
522+
* @global $redux_options Array of all the Redux Options
523523
* @return void
524524
*/
525525
public function welcome () {

ReduxCore/languages/ar.mo

11.1 KB
Binary file not shown.

ReduxCore/languages/bn_BD.mo

284 Bytes
Binary file not shown.

ReduxCore/languages/de_DE.mo

2.73 KB
Binary file not shown.

ReduxCore/languages/el.mo

6.73 KB
Binary file not shown.

ReduxCore/languages/es_ES.mo

2.1 KB
Binary file not shown.

ReduxCore/languages/es_MX.mo

431 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)