Releases: reduxframework/redux-framework
Releases · reduxframework/redux-framework
3.1.4
Info field and various bugs.
- Fixed a few undefined variables
- Removed old code from the repo.
- Fix for validation.
- Remove the compiler hook by default.
- Fix to sortable field.
- Added an extra check for link color. Removes user error.
- Localization updates.
- Error in slides.
- Fixed the info box bug with spacing and padding.
- Fixed the first item in each section having WAY too much padding. ;)
- Fixed section reset issue where values weren't being saved to the db properly.
3.1.2 - RGBA and TONS of Fixes.
- Feature - Sortable select boxes!
- Feature - Reset a section only or the whole panel!
- New Field - RGBA Color Field!
- Improvement - Use of REM throughout.
- Fixed Typography - Fix output option and various small bugs.
- Fixed Border - Fix output option and various small bugs.
- Fixed Dimensions - Fix output option and various small bugs.
- Fixed Image_select - Various small bugs.
- Fixed Slides - Various small bugs.
- Fixed Sortable - Using native jQuery UI library same as within WordPress.
- Fixed Slider and Spinner Input Field - Values now move to the closest valid value in regards to the step, automatically.
- Fixed Ace Editor
- FEATURE - All CSS/JS files are compiled into a single file now! Speed improvements for the backend.
- Fix in how WordPress data is received, improved some output.
- Fix for various fields not triggering fold/compiler/save.
- Fixed elusive icons to use the new version and classes.
- Fixed media thumb to only be the thumbnail version.
- Fixed admin https error with WordPress core not renaming URL.
- Placeholders throughout the framework are now properly there.
- Feature - Setting to not save defaults to database on load.
- Fixed - Computability issue with GT3 builder.
- Fixed localization issue with default values.
- Language - Added Russian
- Feature - Media now can have any content type passed in to limit content types.
- Allow negative values in typography and other fields.
- WordPress 3.8 computability.
- CSS validation issue.
- Feature - User contributed text direction feature.
- EDD Extension now fully function for plugins or themes.
- Removed get_theme_data() fallbacks, we're well pass WordPress 3.4 now. ;)
- A ton of other small updates and improvements.
Tons of bug fixes and some new features.
- Fix Issue 224 - Image Select width was breaking the panel.
- Fix Issue 181 - Broken panel in firefox
- Fix Issue 225 - 0px typography bug. Thanks @partnuz.
- Fix Issue 228 - Resolved a duplicated enqueue on color_link field. Thanks @vertigo7x.
- Fix Issue 231 - Field spacing bug fixes.
- Fix Issue 232 & 233 - Dimensions: bug fix with units and multiple units. Thanks @kpodemski
- Fix Issue 234 - Pass options as a ref so validating actions can modify/sanitize them. Thanks @ZeroBeeOne
- Fix Issue 222 - Tab cookie function wasn't working.
- Feature - Pass params to Select2. Thanks @andreilupu
- Fix Issue 238 - Fix for conditional output. Thanks @partnuz.
- Fix Issue 211 - Google Web font wasn't loading at first init of theme.
- Fix Issue 210 - Elusive Icons update. Changed classes to force use of full elusive name.
- Fix Issue 247 - Media thumbnails were not showing. Also fixed media to keep the largest file, but display the small version in the panel as a thumb. Thanks @kwayyinfotech.
- Fix Issue 144 - JS error when no item found in slider.
- Fix Issue 246 - Typography output errors.
- Feature & Issue 259 - Multi-Text now support validation!
- Fix Issue 248/261 - Links color issue. Also fixed color validation.
- Feature & Issue 262 - Now registered sidebars can be used as a data type.
- Fix Issue 194/276 - Custom taxonomy terms now passing properly. Thanks @kprovance.
- Feature & Issue 273 - Argument save_defaults: Disable the auto-save of the default options to the database if not set.
- Feature - Docs now being moved to the wiki for community participation.
- Issue 283 - Date placeholder. Thanks @kprovance.
- Issue 285 - HTTPS errors on admin. Known WordPress bug. Resolved.
- Fix Issue 288 - Float values now possible for border, dimensions, and spacing.
- Feature - Media field can now accept non-image files with a argument being set.
- Fix Issue 252 - Post Type data wasn't working properly. Thanks @Abu-Taymiyyah.
- Fix Issue 213 - Radio and Button Set wasn't folding.
More bug fixes.
- Feature - Added possibility to set default icon class for all sections and tabs.
- Feature - Make is to the WP dir can be moved elsewhere and Redux still function.
- Added Spanish Language. Thanks @vertigo7x.
- Fix Issue 5 - Small RGBA validation fix.
- Fix Issue 176 - Fold by Image Select. Thanks @andreilupu.
- Fix Issue 194 - Custom taxonomy terms in select field.
- Fix Issue 195 - Border defaults not working.
- Fix Issue 197 - Hidden elements were showing up on a small screen. Thanks @ThinkUpThemes.
- Fix issue 200 - Compiler not working with media field.
- Fix Issue 201 - Spacing field not using default values.
- Fix Issue 202 - Dimensions field not using units.
- Fix Issue 208 - Checkbox + Required issue.
- Fix Issue 211 - Google Font default not working on page load.
- Fix Issue 214 - Validation notice not working for fields.
- Fix Issue 181/224 - Firefox 24 image resize errors.
- Fix Issue 223 - Slides were losing the url input field for the image link.
- Fix - Various issues in the password field.
- Fixed various spelling issues and typos in sample-config file.
- Initialize vars before extract() - to shut down undefined vars wargnings.
- Various other fixes.
Various Fixes - Errors in 3.0.7
Had to fix a number of issues that caused problems with 3.0.7.
Spacing and Border Fields Perfected
- Feature - Completely redone spacing field. Choose to apply to sides or all at once with CSS output!
- Feature - Completely redone border field. Choose to apply to sides or all at once with CSS output!
- Feature - Added opt-in anonymous tracking, allowing us to further analyze usage.
- Feature - Enable weekly updates of the Google Webfonts cache is desired. Also remove the Google Webfont files from shipping with Redux. Will re-download at first panel run to ensure users always have the most recent copy.
- Language translation of german updated alone with ReduxFramework pot file.
- Fix Issue 146 - Spacing field not storing data.
- Fix - Firefox field description rendering bug.
- Fix - Small issue where themes without tags were getting errors from the sample data.
Lots of fixes. Looking towards the future.
- Hide customizer fields by default while still under development.
- Fix Issue 123 - Language translations to actually function properly embedded as well as in the plugin.
- Fix Issue 151 - Media field uses thumbnail not full image for preview. Also now storing the thumbnail URL. Uses the smallest available size as the thumb regardless of the name.
- Fix Issue 147 - Option to pass params to select2. Contributed by @andreilupu. Thanks!
- Added trim function to ace editor value to prevent whitespace before and after value keep being added
- htmlspecialchars() value in pre editor for ace. to prevent html tags being hidden in editor and rendered in dom
- Feature: Added optional 'add_text' argument for multi_text field so users can define button text.
- Added consistent remove button on multi text, and used sanitize function for section id
- Feature: Added roles as data for field data
- Feature: Adding data layout options for multi checkbox and radio, we now have quarter, third, half, and full column layouts for these fields.
- Feature: Eliminate REDUX_DIR and REDUX_URL constants and instead created static ReduxFramework::$_url and ReduxFramework::$_dir for cleaner code.
Feature: Code at bottom of sample-config.php to hide plugin activation text about a demo plugin as well as code to demo how to hide the plugin demo_mode link. - Started work on class definitions of each field and class. Preparing for the panel builder we are planning to make.
Various Fixes and ACE Editor
- Fixed how Redux is initialised so it works in any and all files without hooking into the init function.
- Issue #151: Added thumbnails to media and displayed those instead of full image.
- Issue #144: Slides had error if last slide was deleted.
- Color field was outputting hex in the wrong location.
- Added ACE Editor field, allowing for better inline editing.
Various updates
- Fixed an odd saving issue.
- Fixed link issues in the framework
- Issue #135: jQuery UI wasn't being properly queued
- Issue #140: Admin notice glitch. See http://reduxframework.com/2013/10/wordpress-notifications-custom-options-panels/
- Use hooks instead of custom variable for custom admin CSS
- Added "raw" field that allows PHP or a hook to embed anything in the panel.
- Submenus in Admin now change the tabs without reloading the page.
- Small fix for multi-text.
- Added IT_it and RO_ro languages.
- Updated readme file for languages.