Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Update plugin version and fix release issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacomo Secchi committed Mar 2, 2024
1 parent 26b89ac commit 3b3b5e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.DS_Store
phpcs.xml
phpunit.xml
.phpunit.result.cache
Thumbs.db
wp-cli.local.yml
build/
Expand All @@ -9,5 +10,4 @@ node_modules/
*.tar.gz
*.zip
.vscode/

/vendor/
5 changes: 5 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion write-poetry.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b3b5e3

Please sign in to comment.