Skip to content

Commit

Permalink
Bumping version to 0.3.2 (#158)
Browse files Browse the repository at this point in the history
* Updating our version number
* Updating Composer packages
  • Loading branch information
aldavigdis authored Jul 4, 2024
1 parent 1ef8625 commit 03b26ce
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 42 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.1
* Version: 0.3.2
* Requires at least: 6.1.5
* Requires PHP: 8.0
* Author: 1984 Hosting
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "0.3.2",
"type": "wordpress-plugin",
"require-dev": {
"wp-coding-standards/wpcs": "^3.0",
Expand Down
76 changes: 38 additions & 38 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 readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=== 1984 Connector for DK and WooCommerce ===
Stable tag: 0.3.1
Stable tag: 0.3.2
Contributors: @1984cto, @aldavigdis, @drupalviking
Tags: DK, dkPlus, Accounting, Inventory, Invoicing
Requires at least: 6.2.4
Expand Down
2 changes: 1 addition & 1 deletion src/Hooks/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* enqueues scripts and stylesheets etc.
*/
class Admin {
const ASSET_VERSION = '0.3.1';
const ASSET_VERSION = '0.3.2';

/**
* Constructor for the Admin interface class
Expand Down

0 comments on commit 03b26ce

Please sign in to comment.