Skip to content

Commit b58fb6a

Browse files
committed
chore(release): deploy v1.1.1
1 parent 4b2ab1f commit b58fb6a

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

languages/runthings-wc-order-departments.pot

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# Copyright (C) 2025 runthingsdev
1+
# Copyright (C) 2026 runthingsdev
22
# This file is distributed under the GPLv3 or later.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Order Departments for WooCommerce 1.1.0\n"
5+
"Project-Id-Version: Order Departments for WooCommerce 1.1.1\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/runthings-wc-order-departments\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2025-07-31T15:39:17+00:00\n"
12+
"POT-Creation-Date: 2026-01-07T13:27:40+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14-
"X-Generator: WP-CLI 2.11.0\n"
14+
"X-Generator: WP-CLI 2.12.0\n"
1515
"X-Domain: runthings-wc-order-departments\n"
1616

1717
#. Plugin Name of the plugin
@@ -67,6 +67,7 @@ msgstr ""
6767

6868
#. translators: %1$s: Workflow ID, %2$s: Department name
6969
#: lib/automatewoo/actions/aw-action-add-order-department.php:89
70+
#, php-format
7071
msgid "[AutomateWoo] Workflow #%1$s added department: %2$s"
7172
msgstr ""
7273

@@ -80,6 +81,7 @@ msgstr ""
8081

8182
#. translators: %s: Workflow ID
8283
#: lib/automatewoo/actions/aw-action-clear-order-departments.php:50
84+
#, php-format
8385
msgid "[AutomateWoo] Workflow #%s cleared all departments"
8486
msgstr ""
8587

@@ -93,6 +95,7 @@ msgstr ""
9395

9496
#. translators: %1$s: Workflow ID, %2$s: Department name
9597
#: lib/automatewoo/actions/aw-action-remove-order-department.php:89
98+
#, php-format
9699
msgid "[AutomateWoo] Workflow #%1$s removed department: %2$s"
97100
msgstr ""
98101

@@ -106,6 +109,7 @@ msgstr ""
106109

107110
#. translators: %1$s: Workflow ID, %2$s: Department name
108111
#: lib/automatewoo/actions/aw-action-set-order-department.php:89
112+
#, php-format
109113
msgid "[AutomateWoo] Workflow #%1$s set department to: %2$s"
110114
msgstr ""
111115

@@ -258,6 +262,7 @@ msgstr ""
258262

259263
#. translators: %s: Link to WooCommerce email settings
260264
#: lib/settings.php:150
265+
#, php-format
261266
msgid "Configure how customer email replies are routed based on order departments. When disabled, emails use the %s."
262267
msgstr ""
263268

@@ -292,6 +297,7 @@ msgstr ""
292297

293298
#. translators: %s: Link to WooCommerce email settings
294299
#: lib/settings.php:211
300+
#, php-format
295301
msgid "Use the default reply-to address from %s instead of department emails when multiple unique email addresses are involved."
296302
msgstr ""
297303

@@ -352,11 +358,13 @@ msgstr ""
352358

353359
#. translators: %s: Product name
354360
#: lib/taxonomy.php:456
361+
#, php-format
355362
msgid "First product: %s"
356363
msgstr ""
357364

358365
#. translators: %d: Number of products
359366
#: lib/taxonomy.php:458
367+
#, php-format
360368
msgid "%d product"
361369
msgid_plural "%d products"
362370
msgstr[0] ""

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: woocommerce, orders, departments, automation, email-routing
44
Requires at least: 6.3
55
Tested up to: 6.8
66
Requires PHP: 7.4
7-
Stable tag: 1.1.0
7+
Stable tag: 1.1.1
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

runthings-wc-order-departments.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: Order Departments for WooCommerce
55
* Plugin URI: https://runthings.dev/wordpress-plugins/runthings-wc-order-departments/
66
* Description: Split WooCommerce orders by departments, with AutomateWoo support
7-
* Version: 1.1.0
7+
* Version: 1.1.1
88
* Author: runthingsdev
99
* Author URI: https://runthings.dev/
1010
* Requires at least: 6.3
@@ -40,7 +40,7 @@
4040
die;
4141
}
4242

43-
define('RUNTHINGS_WC_ORDER_DEPARTMENTS_VERSION', '1.1.0');
43+
define('RUNTHINGS_WC_ORDER_DEPARTMENTS_VERSION', '1.1.1');
4444
define('RUNTHINGS_WC_ORDER_DEPARTMENTS_URL', plugin_dir_url(__FILE__));
4545
define('RUNTHINGS_WC_ORDER_DEPARTMENTS_DIR', plugin_dir_path(__FILE__));
4646

0 commit comments

Comments
 (0)