From 42c9fd29660640867898e01323b6f74303145bf9 Mon Sep 17 00:00:00 2001 From: Devin Price Date: Fri, 17 Nov 2023 11:25:13 -0600 Subject: [PATCH] Bump tested to version. --- README.md | 2 +- portfolio-post-type.php | 4 ++-- readme.txt | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 31ea885..9c0e92c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This plugin doesn't change how portfolio items are displayed in your theme. You ## Requirements -- WordPress 3.8, tested up to 6.2 +- WordPress 3.8, tested up to 6.4.1 ## Installation diff --git a/portfolio-post-type.php b/portfolio-post-type.php index 3766bce..a52e457 100644 --- a/portfolio-post-type.php +++ b/portfolio-post-type.php @@ -12,10 +12,10 @@ * Plugin Name: Portfolio Post Type * Plugin URI: https://wptheming.com/portfolio-post-type/ * Description: Enables a portfolio post type and taxonomies. - * Version: 1.0.1 + * Version: 1.1.1 * Requires at least: 3.8 * Requires PHP: 7.0 - * Tested up to: 6.2 + * Tested up to: 6.4.1 * Author: Devin Price * Author URI: https://www.wptheming.com/ * Text Domain: portfolioposttype diff --git a/readme.txt b/readme.txt index d4205c2..c14ec81 100755 --- a/readme.txt +++ b/readme.txt @@ -32,6 +32,10 @@ Of course: [https://github.com/devinsays/portfolio-post-type](https://github.com == Changelog == += 1.1.1 = + +* Update: Tested to version. + = 1.1 = * Update: GraphQL support. Props @gabacode.