🔵 other: Bump version
Release / Build & publish plugin zip (push) Successful in 7s

This commit is contained in:
Keith Solomon
2026-08-12 19:20:32 -05:00
parent 9249a1e0a1
commit 9b6aa8a6e8
+2 -2
View File
@@ -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';