From a99772a3b0508a30afbc499884075c25b39290ee Mon Sep 17 00:00:00 2001 From: BootWP Date: Sun, 24 Dec 2023 16:36:15 +0200 Subject: [PATCH] Update version 1.2.1 --- hackathon.php | 4 ++-- readme.txt | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/hackathon.php b/hackathon.php index 5aae67b..daa108b 100644 --- a/hackathon.php +++ b/hackathon.php @@ -3,7 +3,7 @@ * Plugin Name: Hackathon Management System * Plugin URI: https://wordpress.org/plugins/hackathon/ * Description: Hackathon Management System - * Version: 1.2.0 + * Version: 1.2.1 * Requires at least: 5.4 * Requires PHP: 5.6 * Author: Teplitsa. Technologies for Social Good @@ -18,7 +18,7 @@ define( 'HMS_PATH', plugin_dir_path( __FILE__ ) ); define( 'HMS_URL', plugin_dir_url( __FILE__ ) ); define( 'HMS_FILE', __FILE__ ); -define( 'HMS_VER', '1.2.0' ); +define( 'HMS_VER', '1.2.1' ); /** * Plugin Init diff --git a/readme.txt b/readme.txt index 3998ac5..903920f 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Tags: Requires at least: 5.4 Tested up to: 6.2.2 Requires PHP: 7.4 -Stable tag: 1.2.0 +Stable tag: 1.2.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -18,6 +18,9 @@ Hackathon Management System – a plugin that simplifies organization of online == Changelog == += 1.2.1 = +* Improve PHPCS Security. + = 1.2.0 = * Added internal messaging system between participants.