Skip to content

Releases: reduxframework/redux-framework

Fixes and Palette Field

28 Apr 16:34
Compare
Choose a tag to compare

3.5.4.3

  • Fixed: #2258 - welcome redirect error with embedding plugin scenarios.
  • Fixed: Redux plugin load order when activating plugins.

3.5.4.2

  • Fixed: #2271 - stuck redirect on godaddy (seriously, get a real host, people) servers.

3.5.4.1

  • Fixed: #2216 - Reset section not always working within FF.

3.5.4

  • Modified: update_notice arg only truly shows up if dev_mode is on.

3.5.3.3

  • Added: Tooltip to developer mode badge, for informational purposes.
  • Modified: Added css_layout ext to default value filter, to avoid errors.

3.5.3.2

  • Fixed: #2239 - Various extensions didn't support default values for default arg. Filtered out offending extensions.

3.5.3.1

  • Fixed: WP.org ONLY SVN mixup.

Stable and WP 4.2 Ready

16 Apr 04:06
Compare
Choose a tag to compare

3.5.3

  • Fixed: #2228 - Submenu items still visible if permissions not allowed.
  • Fixed: Import/Export showing up in customizer.
  • Modified: Admin-fresh theme to match new WordPress 4.2
  • Modified: Redux widget now has a proper ID. Thanks @corradomatt!
  • Modified: Added text-shadow to submenu items to give a stronger "pop"
  • Modified: Page_slug now dynamically generated if not specified.

3.5.2.2

  • Modified: Admin blast message pinging server on each load after three day expiration. Possible slow down of the overall panel loading time.

3.5.2.1

  • Fixed: #2221 - Background field media not enqueueing when used with no other media based fields.

3.5.2

  • Fixed: #2214: Bad path for import/export enqueue.
  • Release: Wp.org release.

Purification

09 Apr 03:54
Compare
Choose a tag to compare

3.5.1

  • Release: Wp.org release.

3.5.0.7

  • Modified: Redux News dashboard widget appears only when dev_mode is true or in a local host environment.

3.5.0.6

  • Fixed #2127 - Elusive icons not working in footer as before.
  • Fixed Issue where Status tab not showing extension versions properly.
  • Fixed Issue in support URL not passing data correctly.

3.5.0.5

  • Fixed Support URLs now work even if max_input_vars is way low in PHP 5.3+

3.5.0.4

  • Fixed #2197 - Import/export not loading proper for those who have opted to install Wordpress in ways it was never intended.

3.5.0.3

  • Fixed: 'Generate Support URL' feature kicking back error.

3.5.0.2

  • Fixed Sortable checkbox labels not displaying properly.
  • Fixed Sortable textbox not displaying default value as placeholder.
  • Updated: sample-config with accurate example for both sortable modes.

3.5.0.1

  • Fixed #2181 - Fixed issue with Ajax Save when PHP 5.3 Magic Quotes were disabled.

The most advanced Redux yet!

02 Apr 04:56
Compare
Choose a tag to compare

3.5.0 OFFICIAL RELEASE

        Various fixes and improvements for release.

3.4.4.9.4

  • Fixed: #2181 - Issue with PHP < 5.4 and the Ace Editor field. Oy.

3.4.4.9.3

  • Fixed: #2163 - Undefined error in JS.

3.4.4.9.2

  • Fixed: #2176 - Infinite loop in the customizer for live preview of themes.

3.4.4.9.1

  • Fixed: Support page now works.
  • Fixed: Fix for MySQL deprecated functions in php 5.5+.

3.4.4.9

  • Added: Dynamic admin messages (aka Newsflash). Dismissable admin messages announcing breaking Redux news.
    Messages will not appear for users when dev_mode is set to false. However, messages remain active
    on localhosts, so devs may benefit.

3.4.4.8

  • Fixed: #2155 - Fixed import with ajax_save.
  • Fixed: Changelog now uses raw field parsedown if present.

3.4.4.7

  • Added: Redux Framework News Widget on the WP Dashboard.

3.4.4.6

  • Fixed: #2156: label argument not recognized when using sortable as textbox.

3.4.4.5

  • Fixed: #2140 Another PHP 5.2 issue with ajax_save.
  • Modified: Opt groups for select field now working in customizer even if not supported.

3.4.4.4

  • Added: full_width arg now makes ANY field full-width. :)

3.4.4.3

  • Fixed: #2133 - Ajax save adding extra backspashes in PHP 5.2 only (They didn't use array map properly).
  • Fixed: Customizer wasn't working. Thanks @sgssandhu!

3.4.4.2

  • Fixed: #2125 - Compiler not firing on first save, when using ajax_save.

3.4.4.1

  • Fixed: #2118 - Typography JS error.

3.4.4

  • Fixed: Odd typography bug no one has reported.
  • Modified: Sticky header and footer to remain within the redux-main container.

3.4.3.9

  • Fixed #2097 - Slash fix for ajax_save that was previously believed to be an isolated issue. Now applied on all ajax saves.

3.4.3.8

  • Fixed: #2086 - color_rgba improperly functioning when transparent mode set to false.

3.4.3.7

  • Fixed Import/Export bug where it wasn't running.
  • Modified Locations of the core extensions directory as well as grunt configuration.

3.4.3.6

  • Fixed #2047 - Validation will now accept 0 as a value to be tested. Thanks @Ninos!
  • Added url_slug validation with option flush_permalinks!
  • Fixed Issue where the remove of background field was always showing an empty preview box.
  • Modified Turned ajax_save on by default for additional bug reports. ;)
  • Modified Added some margin above validation errors/warnings so they look better.
  • Modified Removed previous element border for any section so it looks better.

3.4.3.5

  • Fixed #2081 - Section field hiding any field after. Weird.

3.4.3.4

  • Added #2047 - output_transparent argument to output the blank color feature as 'transparent'.
  • Fixed #2080 - missing 'rem' unit and inability to process float values. Thanks to @HELWATANY for the fixes!
  • Fixed #2043 - misaligned images in image_select field.

3.4.3.3

  • Added: #2064 - Merge argument for image_select. Thanks @Ninos
  • Modified: Import/Export is now an extensiona and decoupled from the core.
  • Fixed: Spinner had a nasty number bug, now resolved.
  • Fixed: #2076 - RTL bug with old ID's. Thanks @mahfoozroy.
  • Fixed: #2072 - Ajax_save editor type bug fix.

3.4.3.2

  • Fixed: #2058 - Incorrect path in include statement for sysinfo.php

3.4.3.1

  • Modified: Templates now have versioning with a warning (dev_mode only) if they are outdated from the core templates.

3.4.3

  • Modified: Ajax saving now has overlay during save to avoid confusion for users.

3.4.2.9

  • Modified: Template files even more for simplicity and ease.
  • Modified: Saving. Redux now has the ajax_save argument if you want it!
  • Modified: Validation warnings now work.

3.4.2.8

  • Fixed: Changed set_transient function to public to avoid errors in new templating code.

3.4.2.7

  • Modified: Entire panel template is now decoupled from the theme and implemented with many filters for easy customization.

3.4.2.6

  • Fixed: #1478 - Import/export failing when two instances if Redux in use. Thanks, @desaiuditd!
  • Fixed: Section field not indenting properly, if at all.

3.4.2.5

  • Added: #2031 - Proper CSS sanitization for compliancy with WP.org.

3.4.2.4

  • Fixed: #2027 - added isset()

3.4.2.3

3.4.2.2

  • Fixed: #2023: Issue with custom submenus in menu.

3.4.2.1

  • Fixed: #2025: Issue with select sorting.

3.4.2

3.4.1

  • Fixed: Small filesystem option with bad filter key reference.
  • Added: Small return if $section filter returned the section empty.

Ajax Save & Bug Fixes

26 Feb 18:55
Compare
Choose a tag to compare
Ajax Save & Bug Fixes Pre-release
Pre-release

Ajax save is now on by default. Preparing for WP.org release.

3.4.3.6

  • Fixed #2047 - Validation will now accept 0 as a value to be tested. Thanks @Ninos!
  • Added url_slug validation with option flush_permalinks!
  • Fixed Issue where the remove of background field was always showing an empty preview box.
  • Modified Turned ajax_save on by default for additional bug reports. ;)
  • Modified Added some margin above validation errors/warnings so they look better.
  • Modified Removed previous element border for any section so it looks better.

3.4.3.5

  • Fixed #2081 - Section field hiding any field after. Weird.

3.4.3.4

  • Added #2047 - output_transparent argument to output the blank color feature as 'transparent'.
  • Fixed #2080 - missing 'rem' unit and inability to process float values. Thanks to @HELWATANY for the fixes!
  • Fixed #2043 - misaligned images in image_select field.

3.4.3.3

  • Added: #2064 - Merge argument for image_select. Thanks @Ninos
  • Modified: Import/Export is now an extensiona and decoupled from the core.
  • Fixed: Spinner had a nasty number bug, now resolved.
  • Fixed: #2076 - RTL bug with old ID's. Thanks @mahfoozroy.
  • Fixed: #2072 - Ajax_save editor type bug fix.

3.4.3.2

  • Fixed: #2058 - Incorrect path in include statement for sysinfo.php

3.4.3.1

  • Modified: Templates now have versioning with a warning (dev_mode only) if they are outdated from the core templates.

3.4.3

  • Modified: Ajax saving now has overlay during save to avoid confusion for users.

3.4.2.9

  • Modified: Template files even more for simplicity and ease.
  • Modified: Saving. Redux now has the ajax_save argument if you want it!
  • Modified: Validation warnings now work.

3.4.2.8

  • Fixed: Changed set_transient function to public to avoid errors in new templating code.

3.4.2.7

  • Modified: Entire panel template is now decoupled from the theme and implemented with many filters for easy customization.

3.4.2.6

  • Fixed: #1478 - Import/export failing when two instances if Redux in use. Thanks, @desaiuditd!
  • Fixed: Section field not indenting properly, if at all.

3.4.2.5

  • Added: #2031 - Proper CSS sanitization for compliancy with WP.org.

3.4.2.4

  • Fixed: #2027 - added isset()

3.4.2.3

3.4.2.2

  • Fixed: #2023: Issue with custom submenus in menu.

3.4.2.1

  • Fixed: #2025: Issue with select sorting.

3.4.2

3.4.1

  • Fixed: Small filesystem option with bad filter key reference.
  • Added: Small return if $section filter returned the section empty.

3.4.0

  • WP.org Release

Massive updates

22 Jan 18:46
Compare
Choose a tag to compare

3.3.10.7

  • Fixed: Reset section hook firing too early.

3.3.10.6

  • Modified: The Redux Repeater field has landed!

3.3.10.5

  • Fixed: #1983 - color_rgba not outputting default values on first load (before save).

3.3.10.4

  • Fixed: Google font enqueues with opt_name to avoid collision with multiple Redux instances.

3.3.10.3

  • Fixed: #1980 - JS errors with sorter & sortable.
  • Fixed: color_rgba field outputting incorrect information via output/compiler.

3.3.10.2

  • Fixed: #1979 - Goole fonts not properly loading in typography dropdown.

3.3.10.1

  • Fixed: Undefined index error on MU installs.

3.3.10

  • Removed: SASS compile of field CSS, for the time being. Compiler remains in core.
  • Improved: Panel load time, most notable when not in dev_mode. Better for your clients. :)
  • Updated: Elusive Font library.
  • Fixed: #1961 - color_rgba field defaulting to black on reset.

3.3.9.35

  • Fixed: #1941 - Datepicker opened off screen.
  • Fixed: #1756, #1957 - Slider issues. Thanks @Ffin!
  • Fixed: #1960 - Duplicate slide when clicking Add. Again, thanks to @Ffin for the fix.
  • Added: New filter: apply_filters 'redux/validate/{opt_name}/before_validation'
  • Fixed: #1745 - Adding settings submenu to empty submenu now works. Many, many thanks to @No3x for cracking this one!

3.3.9.34

  • Fixed: #1955 - Undefined index rgba in output routine.

3.3.9.33

  • Modified: #1947 - Added display:none to TR tag under info field.

3.3.9.32

  • Replaced: #1951 - Replaced develop branch of scssphp to master branch due to PHP 5.2 incompatibililty.

3.3.9.31

  • Fixed: #1943 - Removed premature DIV close.
  • Fixed: #1945 - Media preview not rendering when default ID specified.

3.3.9.30

  • Modified: #1930 - reorder 'psedo-class of link_color field. Thanks @freddessaint
  • Modified: SASS compiler outputs to page by default. Faster.
  • Fixed: #1927 - Incorrect dir path to spectrum library in color_rgba field corrected.

3.3.9.29

  • Modified: color_rgba field now usees spectrum color picker. minicolors removed. Just...too buggy.

3.3.9.28

  • Modified: #1922 - Filesystem output function.

3.3.9.27

  • Fixed: Added PHP 5.2 support (ugh!) for SASS compiler.

3.3.9.26

  • Fixed: More SASS compiler tweaking.

3.3.9.25

  • Fixed: PHP errors when disabling SASS.

3.3.9.24

  • Fixed #1909 - malformed DIV class HTML in slider field.

3.3.9.23

  • Removed Argument for SASS compile file output location removed. Didn't work, too much trouble.

3.3.9.22

  • Fixed: #1904 - select_image field not displaying saved value on page reload.

3.3.9.21

  • Fixed: SASS compile under multi-instance outputting incorrect CSS file

3.3.9.20

  • Fixed: redux-admin scss images converted to base64

3.3.9.17

  • Added SASS compiler for admin CSS.
  • Added SASS to CSS for grunt compiler.

3.3.9.16

  • Added SASS compiler for fields.

3.3.9.16

  • Updated: select2 3.5.2

3.3.9.15

  • Fixed: #1856 - Illegal offset string warnings in framework.php. Thanks @CGlingener.
  • Fixed: #1874 - Required operator 'contains' and 'not_contains' not working with select set to multi.
  • Fixed: #1829 - Required operator '=' and '!=' not working with select set to multi.

3.3.9.14

  • Fixed: #1870 - Border field doubling up on px in output/compiler.
  • Added: hidden argument for fields.
  • Added: hidden argument for sections.

3.3.9.12

  • Fixed: #1868 - Improper panel render when opening expanded, when open_expanded set to true.
  • Added: hide_expand argument, to hide the expand options button.

3.3.9.11

  • Fixed: #1865 - Sortable select not saving proper order.
  • Fixed: #1864 - Footer z-index CSS adjusted.

3.3.9.10

  • Fixed: #1848 - Import-export filed buttons not functioning properly.

3.3.9.9

  • Fixed: #1834 - Wordpress data dealing with IDs as array keys not rendering properly.
  • Fixed: #1830 - Font lists were added in quotes. Thanks @karimhossenbux.

3.3.9.8

  • Fixed: #1798 - Fixed lazy load JS to only load visible sections. Much more optimized.

3.3.9.7

  • Fixed: #1821 - Exo 2 font not working, issue with typography and escaping.

3.3.9.6

  • Added: #1803 - Optgroup support for select field.

3.3.9.5

  • Added: Decimal increments to spinner.

3.3.9.4

26 Oct 14:04
Compare
Choose a tag to compare

3.3.9.4

  • Added: Customizer now supports PANEL! Yay 4.0.

3.3.9.3

  • Fixed: #1789 - Customizer now properly working again with WP 4.0. Odd bug.
  • Modified: README.md updates as per @cmwwebfx suggestions.

3.3.9.2

  • Fixed: #1782 - Fixed some extra themecheck and customizer issues.

3.3.9.1

  • Fixed: #1782 - Media field not showing files after upload? Hopefully this fixes it.

3.3.9

  • Fixed: #1775 - Call to undefined function is_customize_preview() in pre WP 4.0.
  • Fixed: Issue where in some cases tracking still occuring after opt-out.
  • Modified: Documentation URL.

3.3.8.8

  • Fixed: #1742 - Sidebar subsections don't always expand.

3.3.8.7

  • Fixed: #1758 - Thanks @echo1consulting!
  • Added: 'hidden' to menu_type argument to allow for hidden menus until available.

3.3.8.6

  • Fixed: #1749 - Remove font-wight and font-style from css output when not in use.

3.3.8.5

  • Modified: Added the "redux/options/{$this->args['opt_name']}/compiler/advanced" hook for more advanced compiling.
  • Added: Suggestions as per #1709. Thanks @echo1consulting.

3.3.8.4

  • Modified: Removed a cURL instance from the core and fixed the developer ad resizing.
  • Fixed: PHP 5.2 issues. sigh

3.3.8.3

  • Added: #1593 - Great pull request by @JonasDoebertin. Now you can enqueue dynamic output to the login screen or admin backend.

3.3.8.2

  • Fixed: Customizer wasn't saving at all! That's been like 4 months. No one's reported it. Hmm.
  • Fixed: #1702 - Customizer only fields were being erased on panel save.

3.3.8.1

  • Fixed: Various Theme-Check errors with languages.
  • Added: Theme-Check class to help devs know what is what.
  • Fixed: The way we include files from include_once to require_once everywhere.
  • Modified: Language files to reflect new strings.
  • Modified: Formatted a bunch of old class files.
  • Added: Notice on the updates for non-devs to use the new dev_mode disabler plugin and notify their developer. ;)

Fun with grunt and bug fixes. :)

23 Sep 00:15
Compare
Choose a tag to compare

3.3.8

  • Modified: Updated potomo, thanks @shivapoudel.
  • Added: Grunt checktextdomain and made improvements. Thanks @shivapoudel.

3.3.7.11

  • Modified: #1685 - Specifying no default argument for image_select caused errors on reset.

3.3.7.10

  • Fixed: #1667 - Slides Upload button causing JS error.

3.3.7.9

  • Fixed: #1670 - Fix for Theme Check -> add_setting() method needs to have a sanitization callback function passed.

3.3.7.8

  • Fixed: #1661 - Fix for undefined index in some versions of PHP. Thanks @gianbalex!
  • Modified: #1658 - Improvements from @shivapoudel, including:
    • Removed makepot and used grunt-wp-i18n instead.
    • Added a jshintrc file
    • Added a grunt addtextdomain to correct any bad textdomains in the core.
    • Updated .gitignore for better readability
    • Updates to a few other files including package.json.
    • Updated language files.
    • Update codestyles/.editorconfig to reflect the project's standards.

3.3.7.7

  • Modified: #1653 - Better admin bar with external links: Admin bar menu priority, icon, and external links. Thanks @shivapoudel!

3.3.7.6

  • Added: #1651 - library_filter argument. Allows specification of what files to display in the media library.
  • Modified: #1651 - mode argument accepts either file type or mime type (but not both).

3.3.7.5

  • Fixed: #1650 - Toogle error with responsive CSS.

3.3.7.4

  • Fixed: #1643 - Slight border issue (2px) on sticky footer.

3.3.7.3

  • Fixed: #1642 - Added font_family_clear arg, enabling the clear option for font-family.
  • Fixed: #1638 - Spacing field not outputting when units values attached to default values.
  • Modified #1644 - import_icon argument now accepts wordpress dashicons

3.3.7.2

  • Fixed: #1634 - Double border for sections field. Thanks @alexandrudoda
  • Modified: Changelog location to now Changelog.md.

3.3.7.1

  • Fixed: #1632 - Sortable with no defaults set revert to false (instead of options values).
  • Fixed: Labels for sortable in text mode updated to match framework.

3.3.7

  • Added: #1586 - Class-level declaration for callbacks and validation. Thanks @echo1consulting.
  • Modified: Typography field now fully dynamic.
  • Modified: No longer require a google_api_key for the typography module. :)
  • Fixed: FTP credentials screen giving a "undefined submit_button function". Resolved.
  • Modified: #1628 - Spacing and dimensions now only output 0 if the entry is a 0, not empty.
    Thanks @Webcreations907
  • Modified: CSS for menu items when active (no hover).
  • Added: Visual feedback to left menu if active.

3.3.6.9

  • Fixed: #1623 - Registered older noUISlider JS under a new name to avoid conflicts.
  • Modified: #1622 - Removed googlefonts.js dependency.

3.3.6.8

29 Aug 10:23
Compare
Choose a tag to compare

= 3.3.6.8 =

  • Fixed: #1600 - ACE Editor bombing in PHP 5.2 environments.

= 3.3.6.7 =

  • Fixed: #1591 - Erroneous outputting of font-weight and font-style when no font-family selected.
  • Updated: #1569 - Improved submenu highlighting.
  • Added: #1487 - Added get_default_value function into the framework.php

= 3.3.6.6 =

  • Fixed: Framework URI errors when using child themes. Some restructuring.

= 3.3.6.5 =

  • Fixed: Framework URI errors when embedded in theme with Windows.

= 3.3.6.4 =

  • Added: image_size as an option for the data argument. Thanks @Gyroscopic!

= 3.3.6.3 =

  • Modified: How Redux paths are run. Should cover all use cases now. Child themes can also embed Redux properly now. Thanks @cfoellmann for the suggestions. Fix for issue #1566.

= 3.3.6.2 =

  • Modified: How we declare the uploads directory and URL. Using core WP functions now.

= 3.3.6.1 =

  • Modified: Now if a section is empty, but has subsections, that section will be "skipped" when clicked and the first subsection will then be shown.

Lots of fixes

14 Aug 02:59
Compare
Choose a tag to compare

= 3.3.6 =

  • Modified: Language file updates

= 3.3.5.12 =

  • Fixed: #1543 - Hint icon not changing when set in args.

= 3.3.5.11 =

  • Fixed: #1537 - Media field not accepting images with mode set to false.

= 3.3.5.10 =

  • Fixed: #1529 - ACE Editor conflict with Visual Composer.
  • Added: #1530 - Added argument to specify admin bar icon, admin_bar_icon. Thanks Ninos!
  • Fixed: #1532 - Media field not accepting any mime type when 'mode' => false.

= 3.3.5.9 =

  • Fixed: #1520 - Checkbox field not displaying Wordpress data when using data argument.

= 3.3.5.8 =

  • Fixed: #1516 - Invalid index and foreach when using compiler and async_typography.

= 3.3.5.7 =

  • Fixed: #1509 - Sorter adding unnecessary bits on some items.
  • Fixed: #1514 - Customizer and multisite not getting on properly.
  • Fixed: #1512 - Slides 'Upload' button not showing or saving selected image.

= 3.3.5.6 =

  • Fixed: Checkboxes with required were working in reverse.

= 3.3.5.5 =

  • Fixed: ASync Typography now works! No more flashing fonts.

= 3.3.5.4 =

  • Fixed: #1489 - Color picker UI lining up improperly.
  • Fixed: #1497 - dev_mode spinner issue.

= 3.3.5.3 =

  • Fixed: Spelling error in tracking dialog.
  • Modified: Updated ace_editor.
  • Modified: Many MANY fields for the group field.
  • Fixed: Some CSS bugs.

= 3.3.5.2 =

  • Fixed: #1481 - Custom fonts loading in google font CSS.
  • Fixed: #1485 - Customizer 'invalid argument' error. Thanks @rnlmedia.

= 3.3.5.1 =

  • Fixed: #1472 - font style not displaying saved valie with no font-family argument set.
  • Fixed: #1471 - raw field and required not playing nice together.