-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
V 1.6.4 - Minor enhancement release 🚧 (#26)
* fix: Use Elementor to render the post content * fix: Incorrect terms page id name * Add support for parsing styles * Avoid escaping post content * fix: Update class_exists * Add new version changelog * Bump plugin version * Generate * Update changelog * Add get_error function * Get error message from the terms class * refactor: show_error method * Generate * refactor: Remove plugin_basename variable * fix: Remove params from the Meta class
- Loading branch information
1 parent
5dd75a2
commit 7eecdc7
Showing
10 changed files
with
146 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,14 @@ | |
# This file is distributed under the GPL-3.0. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Woo Additional Terms 1.6.3\n" | ||
"Project-Id-Version: Woo Additional Terms 1.6.4\n" | ||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woo-additional-terms\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"POT-Creation-Date: 2023-08-23T10:14:46+00:00\n" | ||
"POT-Creation-Date: 2023-08-27T13:06:55+00:00\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"X-Generator: WP-CLI 2.8.1\n" | ||
"X-Domain: woo-additional-terms\n" | ||
|
@@ -32,25 +32,25 @@ msgid "MyPreview" | |
msgstr "" | ||
|
||
#. translators: 1: Open anchor tag, 2: Close anchor tag. | ||
#: src/Enhancements/Meta.php:67 | ||
#: src/Enhancements/Meta.php:53 | ||
msgctxt "plugin link" | ||
msgid "%1$sDocs%2$s" | ||
msgstr "" | ||
|
||
#. translators: 1: Open anchor tag, 2: Close anchor tag. | ||
#: src/Enhancements/Meta.php:75 | ||
#: src/Enhancements/Meta.php:61 | ||
msgctxt "plugin link" | ||
msgid "%1$sCommunity support%2$s" | ||
msgstr "" | ||
|
||
#. translators: 1: Open anchor tag, 2: Close anchor tag. | ||
#: src/Enhancements/Meta.php:101 | ||
#: src/Enhancements/Meta.php:93 | ||
msgctxt "plugin link" | ||
msgid "%1$sGet PRO%2$s" | ||
msgstr "" | ||
|
||
#. translators: 1: Open anchor tag, 2: Close anchor tag. | ||
#: src/Enhancements/Meta.php:109 | ||
#: src/Enhancements/Meta.php:103 | ||
msgctxt "plugin settings page" | ||
msgid "%1$sSettings%2$s" | ||
msgstr "" | ||
|
@@ -201,16 +201,15 @@ msgstr "" | |
msgid "Customer did not accept the additional terms." | ||
msgstr "" | ||
|
||
#: src/WooCommerce/Block/Block.php:177 | ||
#: src/WooCommerce/Checkout.php:173 | ||
msgid "Please accept the additional terms to continue." | ||
msgstr "" | ||
|
||
#. translators: %s: Render the type of the variable. | ||
#: src/WooCommerce/Block/Block.php:209 | ||
msgid "Value of field %s was posted with incorrect data type." | ||
msgstr "" | ||
|
||
#: src/WooCommerce/Terms.php:76 | ||
msgid "Please accept the additional terms to continue." | ||
msgstr "" | ||
|
||
#: templates/checkout/checkbox.php:52 | ||
msgid "Required" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.