Skip to content

Commit

Permalink
Set version to 2020.12.28
Browse files Browse the repository at this point in the history
  • Loading branch information
emeraldjava committed Dec 28, 2020
1 parent eecbab4 commit 8bbfd28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGEME.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

==========

- 2020.12.24 Add ApiController.
- 2020.12.28 Add ApiController with /bhaa/v2 endpoints.
- 2020.12.20 Small fixes.
- 2020.03.07 Correct the generated plugin zip file name.
- 2019.12.08 Rename plugin to bhaa_wordpress_plugin.
Expand Down
6 changes: 3 additions & 3 deletions bhaa-wordpress-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Plugin Name: BHAA Wordpress Plugin
* Plugin URI: https://github.com/emeraldjava/bhaa-wordpress-plugin
* Description: Plugin for the Business House Athletic Association. Handles user registration, race results and leagues.
* Version: 2020.12.26
* Version: 2020.12.28
* Author: emeraldjava
* Author URI: https://github.com/emeraldjava
* License: GPL-2.0+
Expand All @@ -24,9 +24,9 @@
require_once plugin_dir_path( __FILE__ ) . 'vendor/autoload.php';

/**
* Currently plugin version.
* Current plugin version.
*/
define( 'BHAA_WORDPRESS_PLUGIN_VERSION', '2020.12.20' );
define( 'BHAA_WORDPRESS_PLUGIN_VERSION', '2020.12.28' );
/**
* The code that runs during plugin activation.
* This action is documented in includes/class-plugin-name-activator.php
Expand Down

0 comments on commit 8bbfd28

Please sign in to comment.