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

Releases: jesperbjerke/wa-fronted

v0.9.5-beta

11 Oct 18:30
Compare
Choose a tag to compare
v0.9.5-beta Pre-release
Pre-release
  • Added autosaving
  • Added filter wa_fronted_get_autosave
  • Added filter wa_fronted_autosave_data
  • Added filter wa_get_js_i18n
  • Added translation function for javascript
  • Added ability to edit rendered shortcodes
  • Added filter shortcode_actions
  • Added action shortcode_action_{shortcode base}
  • Fixed faulty regex in wa_render_shortcode
  • Fixed faulty regex in filter_shortcodes if there were multiple occurrences of the exact same shortcode
  • Fixed faulty regex in unfilter_shortcodes

v0.9.1-beta

08 Oct 20:40
Compare
Choose a tag to compare
v0.9.1-beta Pre-release
Pre-release
  • Updated Medium Editor to 5.8.3
  • Fixed typo in the PHP version check
  • Cleaned up and restructured README.md for 1.0 release
  • Added javascript and php function reference to the Wiki
  • Added extension how-to guide to the Wiki

v0.9-beta

05 Oct 18:22
Compare
Choose a tag to compare
v0.9-beta Pre-release
Pre-release
  • Added ability to set post parent to hierarchical post types
  • Added ability to drag image to move it within the editable area
  • Added PHP version check before init
  • Made the image upload button into an extendable toolbar element
  • Added javascript filter image_upload_toolbar
  • Added javascript filter image_edit_toolbar
  • Added Rangy
  • Updated Plugin Update Checker to master branch

v0.8.5-alpha

03 Oct 16:01
Compare
Choose a tag to compare
v0.8.5-alpha Pre-release
Pre-release
  • Added support for adding/managing taxonomies, categories and tags
  • Added post revision handling
  • Added php filter wa_fronted_revisions
  • Added javscript filter revision_content
  • Added javscript filter revision_db_value
  • Changed jQuery UI selectmenu to select2
  • Moved documentation to Wiki

v0.8-alpha

26 Sep 17:34
Compare
Choose a tag to compare
v0.8-alpha Pre-release
Pre-release
  • Updated Medium Editor to 5.8.2
  • Updated Tipso to 1.0.6
  • Added ability to save data to wp_options table
  • Added trim() before saving content to remove excessive whitespace
  • Ability to set default options in posttype-level of array
  • Styled checkboxes in settings modal

v0.7.5-alpha

16 Sep 19:30
Compare
Choose a tag to compare
v0.7.5-alpha Pre-release
Pre-release
  • Updated Medium Editor to 5.8.1
  • Added multiple output_to support
  • Added support for writing shortcodes
  • Added toolbar button renderShortcode
  • Fixed some toolbar buttons not being rendered
  • Fixed issue where image with caption would not render if inserted without selection
  • Fixed issue with aligning/editing/removing images with caption

v0.7-alpha

07 Sep 18:00
Compare
Choose a tag to compare
v0.7-alpha Pre-release
Pre-release
  • Added choice-based fields (enables dropdown select to choose between values to insert) for custom fields
  • Added support for ACF fields: select and radio
  • Added ability to omit selector and only set attr in output_to to target the editor element
  • Removed fatal error trigger if no configuration filter found (plugin will just not initialize instead)
  • Changed link to Editus (formerly known as Lasso) in README.md
  • Fixed issue where the ACF-edit button would be replaced by new content after save

v0.6.5-alpha

30 Aug 21:32
Compare
Choose a tag to compare
v0.6.5-alpha Pre-release
Pre-release
  • Added native custom field support
  • Fixed faulty logic in validation settings in ACF field type switch

v0.6.1-alpha

23 Aug 14:36
Compare
Choose a tag to compare
v0.6.1-alpha Pre-release
Pre-release
  • Updated Medium Editor to 5.7.0
  • Added basic RTL support

v0.6-alpha

18 Aug 19:24
Compare
Choose a tag to compare
v0.6-alpha Pre-release
Pre-release
  • Updated Medium Editor to 5.6.3
  • Added file-api to modernizr
  • Added image upload by dropping image to the editable area
  • Changed jQuery UI resizable to custom function instead (problems with unnecessary bloated markup and css added by jQuery UI)
  • Fixed issue with getting proper image size of square images when resizing
  • Performance improvements of image resizing
  • Added cleanPastedHTML : true to medium-editor to fix ugly markup when copying and pasting html
  • Added image toolbar when clicking on image, mimicking toolbar in tinymce