Skip to content

Commit

Permalink
Update version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BootWP committed Dec 24, 2023
1 parent 6032e80 commit a99772a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hackathon.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

Expand Down

0 comments on commit a99772a

Please sign in to comment.