Skip to content

Releases: joedolson/my-content-management

My Content Management v1.7.15

Choose a tag to compare

@joedolson joedolson released this 13 Nov 04:37

= 1.7.15 =

  • Bug fix: Only run custom search filter on the front end.
  • Bug fix: Don't escape required HTML in post type messages.
  • Bug fix: Parse fields to save from the stored options, not global set up.

My Content Management v1.7.14

Choose a tag to compare

@joedolson joedolson released this 02 Oct 22:37

1.7.14

Fixes a couple calls to type globals that needed to be options.

My Content Management v1.7.13

Choose a tag to compare

@joedolson joedolson released this 08 Sep 00:36

= 1.7.13 =

  • Bug fix: Custom post meta groups were not registered with posts.
  • Change: Updates to post meta box styles.

My Content Management v1.7.12

Choose a tag to compare

@joedolson joedolson released this 17 Aug 16:18

= 1.7.12 =

  • Bug fix: fatal error syntax.
  • Bug fix: fix deprecated style of interpolated variables.

My Content Management v1.7.11

Choose a tag to compare

@joedolson joedolson released this 24 Jun 22:02

= 1.7.11 =

  • Move readme and updater to root directory.
  • Alter filters on taxonomy names.
  • Add translator comments.
  • Fix PHP 8+ error in vsprintf.
  • Move mcm_delete action to a context that executes.
  • Remove submenu page for selecting fieldsets.
  • Add filter to change display titles of meta boxes.
  • Make taxonomy slugs filterable.
  • Fix error if attachment is non-numeric.
  • Move global variables into function calls to remove i18n errors.
  • Replace stripslashes with wp_unslash.
  • Fix missing textdomain.
  • Hardening with escaped translation functions.
  • Add versions to scripts.
  • Misc. other minor changes.

My Content Management v1.7.10

Choose a tag to compare

@joedolson joedolson released this 23 Oct 19:20

Remove files from releases

My Content Management v1.7.9

Choose a tag to compare

@joedolson joedolson released this 23 Oct 19:02

This is also testing releases.

My Content Management v1.7.8

Choose a tag to compare

@joedolson joedolson released this 23 Oct 17:33

This release is testing releases.

My Content Management v1.7.7

Choose a tag to compare

@joedolson joedolson released this 29 Jun 22:45

= 1.7.7 =

  • Security: Omitted the XSS Vuln fix in previous release. Seriously. Wow.
  • Added a change that allows this to run locally from Github.
  • Misc. hardening.

My Content Management v1.7.6

Choose a tag to compare

@joedolson joedolson released this 28 Jun 14:38

= 1.7.6 =

  • Security: XSS vulnerability in post type editor. Props emad from the Patchstack Alliance
  • General hardening.