This repository has been archived by the owner on Nov 4, 2019. It is now read-only.
Releases: jesperbjerke/wa-fronted
Releases · jesperbjerke/wa-fronted
v0.5-alpha
- Updated Medium Editor to 5.6.2
- Added Sale price scheduling for WooCommerce
- Added live validation
- Added option
paragraphs
- Added option
validation
v0.4.5-alpha
- Updated Medium Editor to 5.6.1
- Added WooCommerce support (as another core extension)
- Added filter
supported_woo_fields
- Added filter
wa_fronted_settings_fields
- Added ability to set post as featured
- Added ability allow/disable comments
- Fixed faulty nonce sent through Ajax
v0.4-alpha
- Updated Medium Editor to 5.6.0
- Refactored
wa-fronted.php
andscripts.js
, separating ACF functions into a core extension - Added extendability to the javascript object, curtesy of ACF, (mimics wp hooks in PHP like
add_action
andadd_filter
) - Added editor option
native
- Changed how
acf_form()
would save since it stopped submitting through Ajax - Fixed issue where editor toolbar would not respect options since Medium Editor changed
disableToolbar
- Fixed issue where specific
output_to
would not search within the container element
v0.3.1-alpha
- Updated Medium Editor to 5.5.3
v0.3-alpha
- Updated Plugin Update Checker to 2.2
- Changed action hooks
wa_before_fronted_scripts
,wa_after_fronted_scripts
towa_fronted_before_scripts
,wa_fronted_after_scripts
(to respect a more uniform naming standard of hooks) - Added settings modal with options to change different post settings
- Added nonce validation to ajax post save
- Added action hook
wa_fronted_settings_form
- Added action hook
wa_fronted_settings_modal_footer
- Added action hook
wa_fronted_settings_form_save
- Added filter
wa_fronted_settings_values
v0.2-alpha
- Added support for featured image
- Disabled and moved unnecessary functions if not logged in and not on frontend
- Added unsaved changes warning if leaving page
- Added action hook 'wa_fronted_toolbar'
v0.1.2-alpha
- Removed submodule link of plugin updater
v0.1.1-alpha
- Added updating functionality through github, curtesy of YahnisElsts, as well as automatic background updates
- Added oEmbed support (automatic conversion of valid oEmbed)
- Updated Medium Editor to 5.5.1
- Save options to session, reducing loading/compiling
v0.1-alpha
prep for 0.1 release