From 5cfc3363ac8f289e03523300d1375a519064e72f Mon Sep 17 00:00:00 2001 From: Aaron Ware Date: Wed, 24 Jan 2024 11:05:54 -0500 Subject: [PATCH] chore(main): release 3.0.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- blocks/package.json | 2 +- composer.json | 2 +- package.json | 2 +- post-type-spotlight.php | 4 ++-- readme.txt | 2 +- 8 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3cdfa7e..311fa13 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.2" + ".": "3.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 32de552..c2d4a22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 22ba0a1..aae6096 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![Build Status](https://github.com/linchpin/post-type-spotlight/workflows/release-please/badge.svg?raw=true) -## Latest Release: 3.0.2 +## Latest Release: 3.0.3 # Post Type Spotlight # diff --git a/blocks/package.json b/blocks/package.json index 5b15a37..071a197 100644 --- a/blocks/package.json +++ b/blocks/package.json @@ -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", diff --git a/composer.json b/composer.json index 1b129f8..372f300 100644 --- a/composer.json +++ b/composer.json @@ -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": [ diff --git a/package.json b/package.json index 52db5d9..e807e1c 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/post-type-spotlight.php b/post-type-spotlight.php index 1059414..4a5b78e 100644 --- a/post-type-spotlight.php +++ b/post-type-spotlight.php @@ -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 @@ -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 } diff --git a/readme.txt b/readme.txt index 474f928..36090d5 100644 --- a/readme.txt +++ b/readme.txt @@ -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