Skip to content

Releases: BruceMcKinnon/ingeni-multi-content

v2022.04

Choose a tag to compare

@BruceMcKinnon BruceMcKinnon released this 26 May 23:11
  • imc_content_save() - Test if post_type is set within $POST
  • imc_content_save() - More checking of $POST fields before attempting to save.
  • imc_content_save() - fixed simple syntax error.

v2022.01

Choose a tag to compare

@BruceMcKinnon BruceMcKinnon released this 02 May 05:11

Test existence of imc_content2_nonce before verifying it.

  • Removed call to uninstall() hook.

v2021.03

Choose a tag to compare

@BruceMcKinnon BruceMcKinnon released this 04 May 03:46

2021.02 - 27 Apr 2021 - Added support for Content Block #4
- Re-factored some of the load/save functions
- Added support for Content #1 title
- Added support for specifying a data-id attrib

2021.03 - If a blank class is parameter is specified, then no wrapping div is applied to the return HTML.

v2021.01

Choose a tag to compare

@BruceMcKinnon BruceMcKinnon released this 26 Apr 23:16

A custom post type that allows you to store four discrete blocks of content in a single post.

Originally designed for a recipe page, where the design require discrete areas of content to have their own individual treatments.