diff --git a/CHANGELOG.md b/CHANGELOG.md index d72d884..29b42f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ All notable changes to this project should be documented both here and in the main Readme files. +#### [0.1.1] - 2025-04-18 +#### Changed +- Updated LICENSE file with correct GPL-2.0 text + #### [0.1.0] - 2025-04-17 #### Added - Initial release with basic template structure diff --git a/README.md b/README.md index 500270f..4c43d6e 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,9 @@ This project is licensed under the GPL-2.0+ License - see the [LICENSE](LICENSE) ## Changelog +### 0.1.1 +- Updated LICENSE file with correct GPL-2.0 text + ### 0.1.0 - Initial release with basic template structure - Added core plugin architecture diff --git a/languages/wp-plugin-starter-template.pot b/languages/wp-plugin-starter-template.pot index 2c925fe..272d574 100644 --- a/languages/wp-plugin-starter-template.pot +++ b/languages/wp-plugin-starter-template.pot @@ -2,14 +2,14 @@ # This file is distributed under the GPL-2.0+. msgid "" msgstr "" -"Project-Id-Version: WordPress Plugin Starter Template 0.1.0\n" +"Project-Id-Version: WordPress Plugin Starter Template 0.1.1\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-plugin-starter-template\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2025-04-17T00:00:00+00:00\n" +"POT-Creation-Date: 2025-04-18T00:00:00+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.9.0\n" "X-Domain: wp-plugin-starter-template\n" diff --git a/readme.txt b/readme.txt index 89c6deb..cb36a2f 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: starter, template, boilerplate, plugin development, ai coding Requires at least: 5.0 Tested up to: 6.4 Requires PHP: 7.0 -Stable tag: 0.1.0 +Stable tag: 0.1.1 License: GPL-2.0+ License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -76,6 +76,9 @@ Contributions are welcome! Please feel free to submit a pull request or open an == Changelog == += 0.1.1 = +* Updated LICENSE file with correct GPL-2.0 text + = 0.1.0 = * Initial release with basic template structure * Added core plugin architecture diff --git a/wp-plugin-starter-template.php b/wp-plugin-starter-template.php new file mode 100644 index 0000000..25803e3 --- /dev/null +++ b/wp-plugin-starter-template.php @@ -0,0 +1,38 @@ +