Notable changes and release notes of the Mark Posts WordPress plugin.
- Fixes a bug where the bulk edit nonce is not set Thanks to René Eger for finding and reporting the issue
- Adds additional user capability checks (quick edit and bulk edit)
- Adds Laravel Pint code style fixer as a developer dependency
- Adds support for the WordPress playground
- Hides new internal post types by default
- Fixes broken access control vulnerability Thanks @truonghuuphuc for discovering and responsibly disclosing this vulnerability
- Fixes the assignment of default colors when creating multiple new markers
- Hides internal (plugin) post types by default (ACF, Block Visibility, Contact Form 7, iThemes Security)
- Refactors stray PHP short tags
- Prefixes generic function names
- Fixes a bug with PHP 8
- Fixes wicked file permissions
- Low-level refactoring by @alpipego
- Sets the minimum required WordPress version to WordPress 4.1 Further reading: Dropping security updates for WordPress versions 3.7 through 4.0
- Adds support for PHP 8
- Fixes a possible XSS vulnerability Thanks @fuzzyap1 for discovering and responsibly disclosing this vulnerability
- Breaking change: Markers are no longer public by default
- Adds
mark_posts_taxonomy_argsfilter
- Fixes a bug with WordPress 5.5.1
- Excludes specific internal plugin post types per default
- Sets the minimum required PHP version to PHP 7.0
- Excludes internal post types per default
- Adds
mark_posts_excluded_post_typesfilter
- Migrates the GitHub repository to hofmannsven/mark-posts
- Adds Composer support
- Adds
mark_posts_dashboard_queryfilter for custom dashboard stats - Dashboard widget is activated per default
- Code refactoring and minor fixes
- Adds italian localization
- Bugfix for dashboard widget
- Adds hebrew localization
- Introduces the new dashboard widget
- Bugs fixed:
- Updates marker count if posts get deleted
- Updates dashboard count to only count published posts/markers
- Updates:
- Better cross browser CSS rendering
- Better script enqueue
- Changes
load_textdomaintoload_plugin_textdomain
- Bugfix (Sync)
- Adds
mark_posts_marker_limitfilter for custom marker user roles - Provides custom color palettes for markers
- Code refactoring
- Security fixes:
- Prevents direct access to files (thanks Sergej Müller for pointing it out and helping to fix)
- Bugs fixed:
- Updates marker count if markers get deleted
- Removes duplicate quickedit dropdowns (in case of multiple custom admin columns)
- Assigns default color to marker
- First release