Skip to content

Commit

Permalink
Merge pull request #101 from linchpin/release-please--branches--main-…
Browse files Browse the repository at this point in the history
…-components--post-type-spotlight

chore(main): release 3.0.2
  • Loading branch information
maxinacube authored Jan 24, 2024
2 parents 1db35e6 + ef948a4 commit fcf046f
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.0.1"
".": "3.0.2"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog #

## [3.0.2](https://github.com/linchpin/post-type-spotlight/compare/v3.0.1...v3.0.2) (2024-01-23)


### Bug Fixes 🐛

* **#95:** check if current post type supports PTS sooner ([e8b2863](https://github.com/linchpin/post-type-spotlight/commit/e8b2863cc4f5e8a94729d3cf760e38fc0417a001))
* **deps:** update npm frontend ([e72ab27](https://github.com/linchpin/post-type-spotlight/commit/e72ab270883e76d799c2b5684e7b3ca59885691a))


### Miscellaneous Chores 🧹

* **deps-dev:** bump follow-redirects from 1.15.2 to 1.15.4 ([a99d3f1](https://github.com/linchpin/post-type-spotlight/commit/a99d3f1115f8a142cedd4a603a214e51fd0842e1))
* **deps-dev:** bump follow-redirects from 1.15.2 to 1.15.4 in /blocks ([98a706d](https://github.com/linchpin/post-type-spotlight/commit/98a706d09135b24bec58a1c724dbfac41e6d686d))
* **deps-dev:** bump phpseclib/phpseclib from 3.0.33 to 3.0.34 ([aa9b5ea](https://github.com/linchpin/post-type-spotlight/commit/aa9b5ea032a16f3fa10c3990b95b44379f68d606))
* **deps:** update dependency friendsofphp/php-cs-fixer to ^3.48.0 ([acf6540](https://github.com/linchpin/post-type-spotlight/commit/acf6540d98b69bdf16c31650a88968fa0c8122e4))
* **deps:** update dependency phpseclib/phpseclib to v3.0.34 [security] ([f348a5c](https://github.com/linchpin/post-type-spotlight/commit/f348a5c6c3a73c3cf093d398e3233a6870660283))
* **deps:** update dependency saggre/phpdocumentor-markdown to ^0.1.4 ([f760838](https://github.com/linchpin/post-type-spotlight/commit/f760838293c7104108ba404b1f70fce70df08378))
* **deps:** update dependency squizlabs/php_codesniffer to ^3.8.1 ([4c4ffa1](https://github.com/linchpin/post-type-spotlight/commit/4c4ffa1c4a7e8981341b5ed481cd248f6b8e2442))
* **deps:** update npm dev dependencies ([96e2ea2](https://github.com/linchpin/post-type-spotlight/commit/96e2ea28de71fe3e01cbe74158daf8536ad42c5e))
* **deps:** update rtcamp/action-phpcs-code-review action to v3.0.1 ([17acced](https://github.com/linchpin/post-type-spotlight/commit/17accedf0af04197d0803e653bf035c413562205))

## [3.0.1](https://github.com/linchpin/post-type-spotlight/compare/v3.0.0...v3.0.1) (2023-11-02)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![Build Status](https://github.com/linchpin/post-type-spotlight/workflows/release-please/badge.svg?raw=true) ![Maintainability](https://api.codeclimate.com/v1/badges/571cf2f2437f6fe80c1a/maintainability)

<!-- x-release-please-start-version -->
## Latest Release: 3.0.1
## Latest Release: 3.0.2
<!-- x-release-please-end -->

# Post Type Spotlight #
Expand Down
2 changes: 1 addition & 1 deletion blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "post-type-spotlight-blocks",
"version": "3.0.1",
"version": "3.0.2",
"description": "Blocks Editor Functionality for Post Type Spotlight",
"author": "Linchpin",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linchpin/post-type-spotlight",
"version": "3.0.1",
"version": "3.0.2",
"description": "A simple plugin to allow authors and admins to feature post types",
"homepage": "https://github.com/linchpin/linchpin-com-functionality",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "post-type-spotlight",
"version": "3.0.1",
"version": "3.0.2",
"description": "Easily allows you to designate posts, pages, attachments and custom post types as featured.",
"main": "webpack.config.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions post-type-spotlight.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Description: Allows admin chosen post types to have a featured post check box on the edit screen. Also adds appropriate classes to front end post display, and allows featured posts to be queried via a taxonomy query.
* Requires at least: 5.1
* x-release-please-start-version
* Version: 3.0.1
* Version: 3.0.2
* x-release-please-end
* Author: Linchpin & Jonathan Desrosiers
* Author URI: https://linchpin.com/?utm_source=post-type-spotlight&utm_medium=plugin-admin-page&utm_campaign=wp-plugin
Expand All @@ -26,7 +26,7 @@

if ( ! defined( 'POST_TYPE_SPOTLIGHT_VERSION' ) ) {
// x-release-please-start-version
define( 'POST_TYPE_SPOTLIGHT_VERSION', '3.0.1' );
define( 'POST_TYPE_SPOTLIGHT_VERSION', '3.0.2' );
// x-release-please-end
}

Expand Down

0 comments on commit fcf046f

Please sign in to comment.