FIX output as value outputs being duplicated
NEW – Added top and bottom of resume description auto output locations
NEW – Use option label value when outputting option field type as link
FIX – Label being output when field is array and value saved is empty array
FIX – job_application_end and job_application_start auto output locations not outputting correctly
FIX – Shortcode logic fix when no args passed and field has a value
FIX – Conditional logic “disabled” field showing enabled if another group evals true to show field
Added field_editor_save_custom_fields_populate_save_user_meta filter for populate save user meta to allow preventing saving value to user meta
Added dokan, wpcf, swift framework, bontact widget, and cardinal theme to sloppy devs js/css dequeue
NEW customize logic show/hide animation/transitions using Velocity.JS
NEW if_custom_field if shortcode for conditional shortcode output — read more
NEW support for Flatpickr Date Picker client side required validation
NEW allow passing custom values for conditional logic through filters — read more
FIX logic configuration allowing admin only fields to be selected — read more
FIX time picker on mobile device unable to use when initially hidden by conditional logic
FIX pods CSS causing licensing input box to show collapsed
FIX select field options output label instead of value not working
FIX conditional logic issues not recognizing job_region/resume_region as Chosen fields
Removed automatic scroll to bottom of page when add section in admin are logic configuration
Misc admin area logic display issues (showing OR, or saying AND instead of IF, etc)
N/A Changelog
FIX update still showing available after upgrading to 1.7.4
Sorry about this, forgot to update the version number in the main plugin file so even though the plugin was updated to 1.7.4, it was still showing as version 1.7.3, and that an update to 1.7.4 was available. Updating to version 1.7.5 will fix this issue.
- NEW HTML5 email, tel, and URL input types
- FIX WPML Option label/values not updating
- FIX WPML List table showing old cached data
- FIX WPML dupe contexts “X Listing Fields Listing Fields”
- More info on WPML fix and HTML5 types: Field Editor 1.6.4 Release – New HTML5 Fields and WPML Fixes | sMyles Plugins
- FIX term-dropdown “none selected” as empty value (instead of -1)
- FIX taxonomy values not being set when duplicate listing
- Remove job_type multi from settings (should be set in field editor)
- Hide WPML language filters on list table
- Added code to force WPML to clear cache values
1.6.2 - November 15, 2016
- NEW output as LINK scheme handling (tel:, mailto:, etc)
- NEW hide in admin setting for no value field types (under advanced)
- NEW inherit_config shortcode option to inherit config from auto output
1.6.1 - November 1, 2016
- FIX FacetWP display value not indexing correctly
- FIX Listable file-field.php template file ( PHP warnings, broken images on edit )
- FIX Jobify buttons showing as regular buttons (added Jobify specific template override)
- FIX Field Editor Settings cache button PHP warnings
- Updated list table CSS padding
- NEW plugin/theme support for specific template overrides
- Few other minor enhancements and minor bug fixes
- NEW field configuration caching This is handled through WordPress transients and can be enabled/disabled via Field Editor Settings (enabled by default). This should decrease page load times by at least half a second or more, depending on the number of fields you have.
- NEW prevent non-package fields from being saved to listing for WCPL This prevents users from bypassing package requirements (fields allowed) by selecting different package after going to preview step.
- NEW unattach media from post when package upgrade/downgrade for WCPL
- MAJOR BUG FIX FacetWP custom fields not being indexed correctly
- FIX bulk actions now work correctly
- FIX output show label not working for multiselect fields
- FIX per-page screen options not saving correctly
- FIX problem with detecting theme name correctly
- Made font size smaller for admin notices on list table pages
- Along with the new field configuration caching, this update also includes a complete update of the functions used to return and build all the field configuration. All functions/methods are still backwards compatible, but have been updated to support caching, enhance functionality, and decrease the amount of code that has to be ran. This update should decrease page load times when you have caching enabled (see field editor settings page). You can test by appending ?no_cache=true to any URL to prevent caching on that page.