Plugin / Redux Framework

Team Redux

Changelog

Changelog

3.6.16

  • Fixed: WordPress 5.3.1 compatibility. Also added the new @redux account to the plugin.

3.6.15

  • Fixed: Redux API setSections would hang up when several sections with no ID share the same title.

3.6.14

  • Fixed: #3583: Import failing when max_input_vars exceeded. Function moved to ajax_save to avoid this issue.

3.6.13

  • Skipping. I’m superstitious! – kp

3.6.12.2

  • Fixed: #3586: Database not saving properly in ‘network’ mode. Thanks @Tofandel.
  • Fixed: #3584: Improved fox for #3580. Thanks @Enchiridion.

3.6.12.1

  • Fixed: #3580 – ‘tax_query’ array in args for WordPress data arg throwing a string conversation error.

3.6.12

  • Fixed: #3577 – Added isset to REMOTE_ADDR check to prevent error.

3.6.11

  • Fixed: #3561, #3562 – Not all selectors in async typography were properly formed, causing them not to render properly on screen.

3.6.10

  • Updated Google font update.
  • Updated: #3447 – Updated RTL CSS. Thanks @Abolfazlrt.
  • Fixed: Duplicate ID warnings.
  • Fixed: http warnings in https environments.
  • Fixed: #3539 – Checkbox label not appearing unless ‘desc’ was set. Thanks @Enchiridion.
  • Fixed: #3547 – ace_editor not rendering properly within a subsection. Thanks @Tofandel.
  • Fixed: #3534 – Fix invalid CSS in asycn_typography (trailing commas). Thanks @ksere
  • Fixed: Spacing between Save and Reset buttons.
  • Added: #3285 – dir and url filters for customizer extension. Thanks @aaronhuisinga.
    add_filter (“redux/extension/customizer/dir”, $dir)
    add_filter (“redux/extension/customizer/url”, $url)

3.6.9

  • Fixed: Bypassing a WP bug where the gallery field would show a spinner on first open with no selected images.
  • Fixed: #3512 – Image select in tile mode not highlighting default.

3.6.8

  • Fixed: Error in AJAX save due to incorrect object reference in redux.js.
  • Fixed: Removed unused set_transient in welcome routine. It was causing slow queries.
  • Updated: Google Font update.
  • Fixed: #3440: Parent object not being properly set in the Redux filesystem.
  • Fixed: Color picker CSS issues as a result of WP 4.9.
  • Fixed: #3429 – Select2 Sortable needed jQuery Sortable dependency.
  • Fixed: Admin noticies when multiple instances of Redux running not displaying per panel.

3.6.7.7

  • Fixed: Filesystem path correction.
  • Fixed: #3414: Incorrect classname causing an error on load, via the filesystem API.
  • Fixed: #3413 – Restored old code allowing non array value for mode. This is for backward compatibility
    only and is unsupported.
  • Fixed: #3410, #3409 – Dimensions field output causing index errors when mode not set in option array.
  • Fixed: #3406 – javascript hasClass improperly used, affected customizer.
  • Fixed: Array declarations PHP 7.1 now requires.
  • Updated: Updated newsletter subscribe submit to support our newer newsletter server.
  • Fixed: #3379 – select_image field not properly displaying default. ‘default’ arg must now be the
    full path to default image.
  • Updated: Google Fonts.

3.6.6

  • Misspelled class name is system info compiler causing System Status to fail.
  • #3359 – Responsive issue on option panel. Too much blank space on panel in smartphone mode.
  • #2914, #3356 – Default image_select preset image not selected. This was originally by design. Now it’s a thing.
  • Update: Parsedown.php for PHP 7.x
  • Fixed: System status improperly reporting writable status on upload folder.
  • Fixed: #3124 – User submitted ‘current_user_can’ failing on PHP version <= 3.5.13. Thanks for the assist, @sourabgupta88
  • Modified: #3321 – Font subset in typography not rendering on IE and Edge (Seriously? People still use those?)
  • Modified: PHP7 compatibility.

3.6.5

  • Modified: #3321 – Font subset in typography not rendering on IE and Edge (Seriously? People still use those?)
  • Fixed: #3293 – Required not liking/hiding fields with switch default of ‘false’.
  • Fixed: Remove leftover var_dump from the core.
  • Fixed: Tracking and newsletter popups were failing due to broken javascript.
  • Fixed: #3291: Required with parent as an array not checking properly. Someone took out my object check!! – kp
  • Modified: Date field calander now renders on .redux-container div.
  • Updated: googlegonts.php file.
  • Modified: = and != required statements now use typesafe comparisons.
  • Fixed: link_color field now properly displays all color fields.
  • Added: link_color field now included ‘focus’ color block.
  • Modified: Re-styled link_color field to be more inline with other fields of it’s type, that is, it looks better.
  • Added: ‘title’ attribute to image_select field, since ‘alt’ was no longer working to display hover tooltip.
  • Fixed: Default data not saving correctly in sorter field.

3.6.4

  • Modified: Changed gitignore file to exclude sublime text files.
  • Fixed: #2966 – Translation bug. Identified and fixed by @iiandrade. Thanks!
  • Modified: Generated all CSS map files to get rid of Chrome warnings.
  • Added: Required for the Advanced Customizer thanks to @britner!
  • Modified: Various customizer fixes and changes to match new styles.
  • Modified: Customizer only code in Redux.js, moved to the customizer.js file.
  • Modified: Isolated Redux CSS to be nested and not affect other products or WP UI.
  • Added: #3222 – HUGE update by @enchiridion to allow for advanced and complicated permissions. WTG!
  • Added: New hooks for how Extension APIs are called. Much cleaner.
  • Fixed: #3214 – Typography color field not triggering compiler hook.
  • Fixed: #3201 – Index error when using compiler argument with spinner field.
  • Updated: #3189 – PHP7 compatibility for preg_replace validation.
  • Fixed: #3186 – Multi text field not removing single field when clicking “Remove”.
  • Fixed: #3180, #2641 – Button set multi mode saving incorrectly. Please check your code for a possible backward compatibility issue when using this mode. The foreach() function with an empty() check must now be used, versus individual array keys as only selected options are saved to the database.

3.6.3

  • Modified: Change customizer hover styles to match WP 4.7.
  • Modified: #3169 – print_r of wpdb queries in dev_mode removed.
  • Fixed: #3159 – Support for SVG in gallery media selection.
  • Fixed: #3158 – PHP warning for _validate_values function when extensions installed on PHP7.

3.6.2

  • Fixed: #3105 – link_color output failing due to PHP error.
  • Fixed: #3103 – WP 4.6 forces new default date format, breaking date validation.
  • Fixed: Typography subsets error due to typo.
  • Fixed: Extra dead files on WP.org repo. Bah SVN.

3.6.1

  • Removed Empty PHP file from editor field.
  • Modified: Replaced class primary function name in browser.php to __construct for PHP7 compatibility.
  • Fixed: #3051 – Color_RBGA field RGBA value outputting zeros when color is left blank.
  • Fixed: #3048 – Subsection tabs not including specified section class name.
  • Fixed: Incorrect string comparison result in admin link check. Thanks @ksere.
  • Fixed: Check value exists before validating when used with Metabox extension. Thanks @Enchiridion
  • Fixed: Empty values not passing to validation_callback.
  • Fixed: Javascript error in customizer javascript, preventing save of changed options.
  • Fixed: #3019 – Section descriptions incorrect when opt_name contains digits.
  • Reverted: Changes to typography. The on input variable solution was not working.
  • Fixed: Support URL has generator was failing with an error.
  • Changed: Typography field is now only ONE input variable. Should reduce our
    max_input_vars errors dramatically.
  • Fixed: Some XSS vulnerabilities only available in the backend when authenticated as a user.
  • Fixed: Deleted old deleted files stuck in our WP.org SVN repo.

3.6.0.2

  • Fixed Outdated customizer.min.js on wp.org causing customizer failure.

3.6.0.1

  • Fixed Outdated redux.min.js on wp.org causing option panel failure.
  • Fixed: #2936 – Border field outputting px with blank value.
  • Fixed: Resolved Theme-Check php shortcode false notice.
  • Modified: No more major redirect for the Redux page, only on first install with the plugin.
  • Fixed: IE11 bug in the customizer. Thanks @anikitas!
  • Fixed: Customizer path issues
  • Added: New default arguments filter by opt_name and type. 🙂
  • Fixed: #2903 – False positive flag in border field JS. Avast doesn’t like empty document ready statements.
  • Fixed: #2880 – More issues with the extensions_url routine.
  • Fixed: #2876 – Fixing more unvetted user contributions.
  • Modified: #2855 – Extensions now have a helper class to help composer-based installs. Thanks @2ndkauboy!
  • Fixed: #2857 – Required ‘contains’ not properly evaluating with checkboxes.
  • Fixed: #2831 – Localization was complete broken.
  • Fixed: #2832 – CSS conflicts with Rev Slider (Hey, Rev Slider guys, you don’t have to load your CSS on every admin page. Really?)
  • Fixed: Leftover debug echo line in basic customizer extension.
  • Added: EXPERIMENTAL: New parsing code in an effort to break the 1000 max_input_var issue that crops up from time to time. Thanks, @harunbasic
  • Added: EXPERIMENTAL: “Bugfix” for extension_url in an effort to make it correct. Thanks, @ottok

Ratings

4.6
183 reviews

Rating breakdown

Details Information

Version

3.6.16

First Released

18 Sep, 2010

Total Downloads

5,936,973

Wordpress Version

3.5.1 or higher

Tested up to:

5.3.1

Require PHP Version:

-

Tags

Contributors

Languages

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.