Releases: joedolson/my-content-management
Releases · joedolson/my-content-management
Release list
My Content Management v1.7.15
My Content Management v1.7.14
1.7.14
Fixes a couple calls to type globals that needed to be options.
My Content Management v1.7.13
= 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
= 1.7.12 =
- Bug fix: fatal error syntax.
- Bug fix: fix deprecated style of interpolated variables.
My Content Management v1.7.11
= 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_deleteaction 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
Remove files from releases
My Content Management v1.7.9
This is also testing releases.
My Content Management v1.7.8
This release is testing releases.
My Content Management v1.7.7
= 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
= 1.7.6 =
- Security: XSS vulnerability in post type editor. Props emad from the Patchstack Alliance
- General hardening.