Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.1

- Feat: update Composer and NPM dependencies

## 1.1.0

- Feat: Refactor for WPCS and best practices
Expand Down
79 changes: 43 additions & 36 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions oneupdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* License URI: https://www.gnu.org/licenses/gpl-2.0.txt
* Text Domain: oneupdate
* Domain Path: /languages
* Version: 1.1.0
* Version: 1.1.1
* Requires PHP: 8.1
* Requires at least: 6.8
* Tested up to: 6.9
Expand All @@ -30,7 +30,7 @@ function constants(): void {
/**
* Version of the plugin.
*/
define( 'ONEUPDATE_VERSION', '1.1.0' );
define( 'ONEUPDATE_VERSION', '1.1.1' );

/**
* Root path to the plugin directory.
Expand Down
Loading
Loading