Skip to content

Commit 50c656d

Browse files
authored
Merge pull request #213 from newfold-labs/release/1.6.6
Automated patch release: 1.6.6
2 parents 2187764 + b3d4fd0 commit 50c656d

28 files changed

+73
-73
lines changed

includes/Data/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Constants {
1515
*/
1616
public function __construct( $container ) {
1717
if ( ! defined( 'NFD_INSTALLER_VERSION' ) ) {
18-
define( 'NFD_INSTALLER_VERSION', '1.6.5' );
18+
define( 'NFD_INSTALLER_VERSION', '1.6.6' );
1919
}
2020
if ( ! defined( 'NFD_INSTALLER_BUILD_DIR' ) && defined( 'NFD_INSTALLER_VERSION' ) ) {
2121
define( 'NFD_INSTALLER_BUILD_DIR', dirname( __DIR__, 2 ) . '/build/' . NFD_INSTALLER_VERSION );

languages/wp-module-installer-de_DE-b26580f87f836aac5509a0c5b0445eeb.json renamed to languages/wp-module-installer-de_DE-dd17663785197e4f4bb0b947c99f45fd.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"translation-revision-date": "2025-02-19 15:52",
33
"generator": "WP-CLI\/2.12.0",
4-
"source": "build\/1.6.5\/installer.js",
4+
"source": "build\/1.6.6\/installer.js",
55
"domain": "messages",
66
"locale_data": {
77
"messages": {

languages/wp-module-installer-de_DE.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,29 +94,29 @@ msgstr "YITH Plugin Upgrade Prozess abgeschlossen, aber einige Upgrades sind feh
9494
msgid "Both plugin slug and provider name are required."
9595
msgstr "Sowohl Plugin Slug als auch Providername sind erforderlich."
9696

97-
#: build/1.6.5/installer.js:1
97+
#: build/1.6.6/installer.js:1
9898
msgid "Sorry, there was an error installing and activating the plugin. Please try again. If the problem persists, <a>contact support</a>."
9999
msgstr "Leider ist ein Fehler beim Installieren und Aktivieren des Plugins aufgetreten. Bitte versuchen Sie es erneut. Wenn das Problem weiterhin besteht, kontaktiere <a>den Support</a>."
100100

101-
#: build/1.6.5/installer.js:1
101+
#: build/1.6.6/installer.js:1
102102
msgid "Hold on while we get things setup for you!"
103103
msgstr "Halten Sie an, während wir die Dinge für Sie einrichten!"
104104

105-
#: build/1.6.5/installer.js:1
105+
#: build/1.6.6/installer.js:1
106106
msgid "Loading Vector."
107107
msgstr "Lade Vektor."
108108

109109
#. translators: %s: Plugin Name
110-
#: build/1.6.5/installer.js:2
110+
#: build/1.6.6/installer.js:2
111111
#, js-format
112112
msgid "Activating %s"
113113
msgstr "Aktiviere %s"
114114

115-
#: build/1.6.5/installer.js:2
115+
#: build/1.6.6/installer.js:2
116116
msgid "Activation Complete! Redirecting…"
117117
msgstr "Aktivierung abgeschlossen! Umleitung…"
118118

119-
#: build/1.6.5/installer.js:2
119+
#: build/1.6.6/installer.js:2
120120
msgid "Error Icon."
121121
msgstr "Fehler-Icon."
122122

languages/wp-module-installer-en_AU-b26580f87f836aac5509a0c5b0445eeb.json renamed to languages/wp-module-installer-en_AU-dd17663785197e4f4bb0b947c99f45fd.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"translation-revision-date": "2025-02-13 19:22+0530",
33
"generator": "WP-CLI\/2.12.0",
4-
"source": "build\/1.6.5\/installer.js",
4+
"source": "build\/1.6.6\/installer.js",
55
"domain": "messages",
66
"locale_data": {
77
"messages": {

0 commit comments

Comments
 (0)