Skip to content

Releases: mt-support/tec-labs-ce-convert-content-to-blocks

Version 2.6.1-dev

Choose a tag to compare

@andrasguseo andrasguseo released this 18 Mar 21:55
8ea858b

= [2.6.1-dev] 2024-03-18 =

  • Fix - Ensure that the organizer and venue blocks are correctly added when a new event is submitted.

Version 2.6.0-dev

Choose a tag to compare

@andrasguseo andrasguseo released this 27 Feb 13:02
5285e81

This is a dev release of the extension.

Note, this extension is still under development and NO ACTIVE SUPPORT is provided for it.
If you would like to report a bug or a request, you can do it in the Issues section in the GitHub repository.

Changelog

= [2.6.0-dev] 2024-02-27 =

  • Fix - Make sure the event cost block gets displayed.
  • Feature - Add tec_labs_ce_block_template filter to allow changing the block template.
  • Feature - Add tec_labs_ce_block_order filter to allow changing the order of the blocks.
  • Feature - Add an admin notice if the required setting is not enabled.

Version 2.5.1-dev

Choose a tag to compare

@andrasguseo andrasguseo released this 05 Oct 09:37
904d14a

This is a dev release of the extension.

Note, this extension is still under development and NO ACTIVE SUPPORT is provided for it.
If you would like to report a bug or a request, you can do it in the Issues section in the GitHub repository.

Changelog

= [2.5.1-dev] 2023-10-03 =

  • Merged into the main branch of the repo.
  • Fix - added support for multiple venues.
  • Fix - Modified how organizer and venue IDs are fetched, so they are saved correctly in different scenarios.
  • Fix - Added missing plugin dependency checks to avoid errors on form submission.

= [2.5.0] 2023-09-18 =

  • Enhancement - Moved the code to the extension template.

= [2.4.0] 2023-07-06 =

  • Enhancement - Moved the code to its own plugin.
  • Enhancement - Added a hard-coded option to define a cutoff date before which event content is not converted.
  • Fix - Made sure that the post content update only happens on Community Events submissions.

= [2.3.1] 2023-06-27 =

  • Fix - Adjusted the return value type of the tec_ce_remove_blocks_on_edit() function.

= [2.3.0] 2023-06-23 =

  • Enhancement - Added a way to handle events that were created before the snippet and already have block editor markup.
  • Enhancement - Handle multiple organizers.

= [2.2.0] 2023-06-21 =

  • Enhancement - Grab custom fields automatically.

= [2.1.0] 2023-06-21 =

  • Fix - Make sure organizer shows up in the block.
  • Fix - Remove checking meta update success to proceed.
  • Enhancement - Used saved options when checking for submission source.
  • Enhancement - Add event price block.
  • Enhancement - Add blocks for custom fields. (Hard coded.)

= [1.0.0] 2020-06-20 =

  • Initial release