diff --git a/.gitignore b/.gitignore index 55724aa..616d575 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .DS_Store phpcs.xml phpunit.xml +.phpunit.result.cache Thumbs.db wp-cli.local.yml build/ @@ -9,5 +10,4 @@ node_modules/ *.tar.gz *.zip .vscode/ - /vendor/ diff --git a/readme.txt b/readme.txt index 63f7d96..e3d18a0 100644 --- a/readme.txt +++ b/readme.txt @@ -66,6 +66,11 @@ directory take precedence. For example, `/assets/screenshot-1.png` would win ove 2. This is the second screen shot == Changelog == +### 0.3.2 - 2024-03-02 +#### Fixed +- `./vendor` folder not included in the release when plugin is updated +- Update PluginConfig::getInstance() to PluginConfig::get_instance() in `uninstall.php` + ### 0.3.1 - 2024-02-28 #### Fixed - PHP errors detected by PHP_CodeSniffer diff --git a/write-poetry.php b/write-poetry.php index e7801f2..d082207 100644 --- a/write-poetry.php +++ b/write-poetry.php @@ -11,7 +11,7 @@ * Plugin Name: Write Poetry * Plugin URI: https://github.com/giacomo-secchi/write-poetry * Description: The Swiss knife plugin designed for developers and advanced users. Unlock the full potential of WordPress with this versatile tool. Empower your workflow without getting your hands dirty. - * Version: 0.3.1 + * Version: 0.3.2 * Requires at least: 5.9 * Requires PHP: 7.2 * Author: Giacomo Secchi