Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 0.4.3 #180

Merged
merged 2 commits into from
Jul 19, 2024
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
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.4.2
* Version: 0.4.3
* 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.4.2",
"version": "0.4.3",
"type": "wordpress-plugin",
"require-dev": {
"wp-coding-standards/wpcs": "^3.0",
Expand Down
14 changes: 7 additions & 7 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.4.2
Stable tag: 0.4.3
Contributors: @1984cto, @aldavigdis
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 @@ -20,7 +20,7 @@
* enqueues scripts and stylesheets etc.
*/
class Admin {
const ASSET_VERSION = '0.4.2';
const ASSET_VERSION = '0.4.3';

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