Skip to content
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.

Releases: jesperbjerke/wa-fronted

v1.3.9

01 Dec 20:59
Compare
Choose a tag to compare
  • Added possibility to create new posts
  • Added option add_new (true/false) which sets whether to enable creating new

v1.3.8

22 Nov 10:40
Compare
Choose a tag to compare
  • Fixed bug where pasting regular content would cast a TypeError and stop executing
  • Fixed Notice when on 404 page

v1.3.7

08 Nov 14:04
Compare
Choose a tag to compare
  • Removed class requirement on auto config
  • Added full ACF support

v1.3.6

06 Nov 19:43
Compare
Choose a tag to compare
  • 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

03 Nov 19:33
Compare
Choose a tag to compare
  • Added automatic config of post_content, post_title and post_thumbnail if no settings is set requires editable contents to be in a container with class hentry, can be turned off by setting auto_configure to false
  • Added option auto_configure
  • Added check/set post locks
  • Removed plugin-update-checker in favor for the official plugin repo

v1.3

27 Oct 22:45
Compare
Choose a tag to compare
  • 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 to false 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

25 Oct 18:29
Compare
Choose a tag to compare
  • Added button to remove shortcode
  • Added action wa_fronted_footer_scripts
  • Added modifications to support Shortcake integration
  • Changed a select2 selectors to be more specific in order to avoid conflicts

v1.2

24 Oct 12:31
Compare
Choose a tag to compare
  • 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

22 Oct 18:32
Compare
Choose a tag to compare
  • 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 to editor_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

14 Oct 18:23
Compare
Choose a tag to compare
  • 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