Skip to content

Commit

Permalink
Merge pull request #107 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.3
  • Loading branch information
aaronware authored Jan 24, 2024
2 parents 7110a8f + 5cfc336 commit f166501
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 8 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.2"
".": "3.0.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog #

## [3.0.3](https://github.com/linchpin/post-type-spotlight/compare/v3.0.2...v3.0.3) (2024-01-24)


### Miscellaneous Chores 🧹

* **NO-JIRA:** Minor readme update ([7110a8f](https://github.com/linchpin/post-type-spotlight/commit/7110a8f2cefb5a3cce7f88d6e740158080eeaa13))

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


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)

<!-- x-release-please-start-version -->
## Latest Release: 3.0.2
## Latest Release: 3.0.3
<!-- 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.2",
"version": "3.0.3",
"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.2",
"version": "3.0.3",
"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.2",
"version": "3.0.3",
"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.2
* Version: 3.0.3
* 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.2' );
define( 'POST_TYPE_SPOTLIGHT_VERSION', '3.0.3' );
// x-release-please-end
}

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: featured, post type, sticky, posts, custom post types
Requires at least: 5.1.0
Tested up to: 6.3
x-release-please-start-version
Stable tag: 3.0.0
Stable tag: 3.0.3
x-release-please-end
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down

0 comments on commit f166501

Please sign in to comment.