Skip to content

Commit

Permalink
Bumping version to 0.4.5 (#200)
Browse files Browse the repository at this point in the history
* Updating version number to 0.4.5
* Updating composer packages and i18n strings for version 0.4.5
  • Loading branch information
aldavigdis authored Oct 3, 2024
1 parent 2eeac25 commit b05e956
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 59 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.4.4
* Version: 0.4.5
* 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.4",
"version": "0.4.5",
"type": "wordpress-plugin",
"require-dev": {
"wp-coding-standards/wpcs": "^3.0",
Expand Down
94 changes: 47 additions & 47 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 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.
10 changes: 4 additions & 6 deletions languages/1984-dk-woo-is_IS.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ msgstr ""
"Project-Id-Version: 1984 Connector for DK and WooCommerce\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: Icelandic\n"
"Language-Team: Íslenska\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-04-18 23:42+0000\n"
"PO-Revision-Date: 2024-08-19 01:37+0000\n"
"PO-Revision-Date: 2024-10-03 14:45+0000\n"
"Language: is_IS\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.6.11; wp-6.5.5\n"
"X-Loco-Version: 2.6.11; wp-6.6.1\n"
"X-Domain: 1984-dk-woo\n"

#. The %1$s and %2$s indicate an opening and closing <strong> tag.
Expand Down Expand Up @@ -125,7 +125,6 @@ msgstr ""
"Reikningur fyrir þessa pöntun var búinn til í DK. Númer reikningsins er %1$s."

#: src/Hooks/WooOrderStatusChanges.php:99
#, fuzzy
#| msgid ""
#| "An invoice was not created as the customer did not enter a kennitala. The "
#| "invoice needs to be created manually in DK."
Expand All @@ -137,7 +136,6 @@ msgstr ""
"Það þarf að gera reikninginn handvirkt í DK."

#: src/Hooks/WooOrderStatusChanges.php:85
#, fuzzy
#| msgid ""
#| "An invoice was not created as the customer entered a kennitala. The "
#| "invoice needs to be created manually in DK."
Expand Down Expand Up @@ -480,7 +478,7 @@ msgstr "Ógild kennitala. Kennitölur eru runur af 10 tölustöfum."

#: views/dk_invoice_metabox.php:108
msgid "Invoice has been created in DK."
msgstr "Reikningur var ekki búinn til í DK"
msgstr "Reikningur var búinn til í DK"

#: views/dk_invoice_metabox.php:136
msgid "Invoice not found in DK."
Expand Down
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.4
Stable tag: 0.4.5
Contributors: @1984cto, @aldavigdis
Tags: DK, dkPlus, Accounting, Inventory, Invoicing
Requires at least: 6.2.6
Expand Down
2 changes: 1 addition & 1 deletion src/Hooks/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* enqueues scripts and stylesheets etc.
*/
class Admin {
const ASSET_VERSION = '0.4.4';
const ASSET_VERSION = '0.4.5';

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

0 comments on commit b05e956

Please sign in to comment.