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
v1.3.9
v1.3.8
- Fixed bug where pasting regular content would cast a TypeError and stop executing
- Fixed Notice when on 404 page
v1.3.7
- Removed class requirement on auto config
- Added full ACF support
v1.3.6
- Added option
init_on_load
to set Fronted loading behavior - Added filter
save_extra_data
- Added filter
autosave_extra_data
- Added more specificity to 3rd party libraries to avoid css conflicts
- Changed so that 3rd party javascript libraries will be enqueued separately
- Fixed p-tags being inserted in auto configured post_title
- Fixed post revisions not honoring the constant
WP_POST_REVISIONS
v1.3.5
- Added automatic config of
post_content
,post_title
andpost_thumbnail
if no settings is set requires editable contents to be in a container with classhentry
, can be turned off by settingauto_configure
tofalse
- Added option
auto_configure
- Added check/set post locks
- Removed plugin-update-checker in favor for the official plugin repo
v1.3
- Added Shortcake integration (requires Shortcake v0.6.0)
- Added ability to send boolean through
permission
setting (see issue #17) - Added ability to set capability as
permission
setting - Added logged in session check
- Added ability to edit custom excerpt
- Changed page reload after save to show notification toast instead
- Changed when scripts are loaded so we only need to check for options once
- Changed
wpautop
in TinyMCE tofalse
to avoid getting shortcode html comments wrapped in p-tags - Fixed revisions not sorted by date properly
- Fixed shortcode rendering and binding when stepping through revisions
- Fixed autosaving running even though post is already saving
v1.2.1
v1.2
- Added CTRL + click link in editor to open in new tab/window
- Fixed shortcodes not being filtered on save
- Fixed shortcode edit button not binding on load
- Fixed gallery images triggering resize handles and image toolbar
- Fixed gallery not being rendered on insert
- Fixed gallery editing and shortcode binding
v1.1
- Switched Medium Editor to TinyMCE in order to be closer to WP Core
- Added filter
featured_image_toolbar
- Added action
on_tinymce_setup
- Added option
shortcodes
- Changed filter
medium_extensions
toeditor_plugins
- Changed options saved to session to be saved to WA_Fronted::options instead
- Changed so that WA_Fronted::$options is not JSON encoded until it's sent to javascript
- Fixed issue #13
- Fixed faulty compilation of options based on field types
v1.0
- Fixed shortcode edit and image edit toolbar taking up space in footer
- Fixed problem with image dragging and showing the image edit toolbar
- Fixed shortcodes not rendering when showing revisions
- Fixed a few CSS kinks
- Fixed image align left and center
- Made an online demo