3.0.3 (2024-01-24)
- NO-JIRA: Minor readme update (7110a8f)
3.0.2 (2024-01-23)
- deps-dev: bump follow-redirects from 1.15.2 to 1.15.4 (a99d3f1)
- deps-dev: bump follow-redirects from 1.15.2 to 1.15.4 in /blocks (98a706d)
- deps-dev: bump phpseclib/phpseclib from 3.0.33 to 3.0.34 (aa9b5ea)
- deps: update dependency friendsofphp/php-cs-fixer to ^3.48.0 (acf6540)
- deps: update dependency phpseclib/phpseclib to v3.0.34 [security] (f348a5c)
- deps: update dependency saggre/phpdocumentor-markdown to ^0.1.4 (f760838)
- deps: update dependency squizlabs/php_codesniffer to ^3.8.1 (4c4ffa1)
- deps: update npm dev dependencies (96e2ea2)
- deps: update rtcamp/action-phpcs-code-review action to v3.0.1 (17acced)
3.0.1 (2023-11-02)
- deps: update npm frontend (77eac81)
- deps: update npm frontend (d60f18b)
- issue/77: Check if admin post type uses the block editor before enqueuing the Post Type Spotlight block editor scripts (af42294)
- deps-dev: bump @babel/traverse from 7.22.10 to 7.23.2 (0152dbc)
- deps-dev: bump @babel/traverse from 7.22.10 to 7.23.2 in /blocks (85b71e0)
- deps-dev: bump postcss from 8.4.27 to 8.4.31 (b7ffdc2)
- deps-dev: bump postcss from 8.4.27 to 8.4.31 in /blocks (788b8ad)
- deps: update 10up/action-wordpress-plugin-deploy action to v2.2.2 (117bbb7)
- deps: update actions/checkout action to v4 (78006dd)
- deps: update dependency @wordpress/scripts to ^26.16.0 (9956a47)
- deps: update dependency friendsofphp/php-cs-fixer to ^3.35.1 (55d697f)
- deps: update dependency friendsofphp/php-cs-fixer to ^3.37.1 (ee29fd1)
- deps: update dependency phpseclib/phpseclib to v3.0.33 (3472117)
- deps: update node.js to v20 (3426e6c)
- deps: update npm dev dependencies (77e2ab3)
3.0.0 (2023-08-19)
- NO-JIRA: Updated .distignore (599a934)
- Updated the build process
- Updated PHPCS and WPCS
- Updated Branding
- Updated readme by making it more readable
- Added Gutenberg/Block Editor support
- Add support for translate.wordpress.org.
- Don't show the featured taxonomy on nav menu edit areas.
- Fix another potential PHP notice.
- Fix PHP warning when checking for the old method of querying for featured posts.
- Fix deprecated widget instantiation method.
- Don't erase other terms in the pts_feature_tax assigned to the post on save. This opens up potential to have more than one type of "featured", (e.g. recommended).
- Changing how featured posts are designated. Instead of post meta, the plugin now uses a hidden taxonomy.
- Added a widget for showing featured posts.
- Fixed the post_class filter to work properly on secondary loops.
- Fixed bug where the featured column would not show when viewing Media in the admin with list view.
- Fixed bug where saving settings did not always work.
- Changed the featured star in the admin to use the WordPress Dashicon font.
- Hello world!
- Add settings to the Settings->Writing page allowing admins to select the post types that can be featured.
- Add a check box in the publish meta box for marking a post as featured.
- Featured posts receive a featured and featured-{$posttype} class on them via the post_class filter.
- Admin post type screens have a column for Featured noting which posts are in fact featured.