From 9b6aa8a6e8cddddb1d434f70357d8fa910aeb21b Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Wed, 12 Aug 2026 19:20:32 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=B5=20other:=20Bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects-portfolio.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects-portfolio.php b/projects-portfolio.php index fd4c667..c702677 100644 --- a/projects-portfolio.php +++ b/projects-portfolio.php @@ -11,7 +11,7 @@ * Plugin Name: Projects Portfolio * Description: Create a showcase directory for projects (plugins, themes, patterns) with custom post types, taxonomies, and download functionality. * Plugin URI: https://git.keithsolomon.net/Solo-Web-Works/Projects-Portfolio - * Version: 1.1.9 + * Version: 1.2.0 * Author: Keith Solomon * Author URI: https://keithsolomon.net * License: GPL-2.0+ @@ -39,7 +39,7 @@ $myUpdateChecker = PucFactory::buildUpdateChecker( // PUC's plain JSON metadata mode, so we skip the call rather than throw. // Current plugin version. -define( 'PROJECTS_PORTFOLIO_VERSION', '1.1.9' ); +define( 'PROJECTS_PORTFOLIO_VERSION', '1.2.0' ); // Add the required files. require 'admin/admin-settings.php';