Skip to content

Commit d79e4ad

Browse files
committed
2020.03.07 Drop the release tag from the final release zip name.
1 parent e1216bc commit d79e4ad

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CHANGEME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Change Log
22
==========
3-
- 2020.03.07 Enable afragen/github-updater.
3+
- 2020.03.07 Correct the generated plugin zip file name.
44
- 2019.12.08 Rename plugin to bhaa_wordpress_plugin.
55
- 2019.12.07 Add Release Asset support for github-updater plugin and github action releases.
66
- 2019.11.29 Update for 2020 annual membership form. Add github actions build.

bhaa-wordpress-plugin.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @package bhaa_wordpress_plugin
3+
* @package bhaa-wordpress-plugin
44
*
55
* @wordpress-plugin
66
* Plugin Name: BHAA Wordpress Plugin
@@ -13,10 +13,7 @@
1313
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
1414
* Text Domain: BHAA Wordpress Plugin
1515
* Domain Path: /languages
16-
* GitHub Plugin URI: https://github.com/emeraldjava/bhaa-wordpress-plugin
17-
* Release Asset: false
1816
*/
19-
2017
namespace BHAA;
2118

2219
// If this file is called directly, abort.

0 commit comments

Comments
 (0)