Skip to content

Commit

Permalink
Bumping version to 0.3.1 (#154)
Browse files Browse the repository at this point in the history
* Bumping the version number to 0.3.1
* Updating the WooCommerce dependency
* Updating composer packages
* Fixing UX writing and language strings
  • Loading branch information
aldavigdis authored Jun 26, 2024
1 parent 9312053 commit 8fc9932
Show file tree
Hide file tree
Showing 10 changed files with 146 additions and 127 deletions.
2 changes: 1 addition & 1 deletion 1984-connector-for-dk-and-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: 1984 Connector for DK and WooCommerce
* Plugin URI: https://github.com/1984hosting/1984-dk-woo
* Description: Sync your WooCommerce store with DK, including prices, inventory status and generate invoices for customers on checkout.
* Version: 0.3.0
* Version: 0.3.1
* Requires at least: 6.1.5
* Requires PHP: 8.0
* Author: 1984 Hosting
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "1984/1984-connector-for-dk-and-woocommerce",
"version": "0.3.0",
"version": "0.3.1",
"type": "wordpress-plugin",
"require-dev": {
"wp-coding-standards/wpcs": "^3.0",
Expand All @@ -10,16 +10,16 @@
"psy/psysh": "^0.12.0",
"yoast/phpunit-polyfills": "^2.0",
"aldavigdis/wp-tests-strapon": "^0.1",
"woocommerce/woocommerce": "8.9.3"
"woocommerce/woocommerce": "9.0.2"
},
"repositories": [
{
"type": "package",
"package": {
"name": "woocommerce/woocommerce",
"version": "8.9.3",
"version": "9.0.2",
"dist": {
"url": "https://github.com/woocommerce/woocommerce/releases/download/8.9.3/woocommerce.zip",
"url": "https://github.com/woocommerce/woocommerce/releases/download/9.0.2/woocommerce.zip",
"type": "zip"
}
}
Expand Down
66 changes: 33 additions & 33 deletions composer.lock

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

2 changes: 1 addition & 1 deletion languages/1984-dk-woo-is_IS.l10n.php

Large diffs are not rendered by default.

Binary file modified languages/1984-dk-woo-is_IS.mo
Binary file not shown.
Loading

0 comments on commit 8fc9932

Please sign in to comment.