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';