-
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.
Merge pull request #25 from UncannyOwl/pre-release
3.4.3 release
- Loading branch information
Showing
16 changed files
with
24,217 additions
and
2,832 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# This file is for unifying the coding style for different editors and IDEs | ||
# editorconfig.org | ||
|
||
# WordPress Coding Standards | ||
# https://make.wordpress.org/core/handbook/coding-standards/ | ||
|
||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
indent_size = 4 | ||
tab_width = 4 | ||
indent_style = tab | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
|
||
[*.txt] | ||
trim_trailing_whitespace = false | ||
|
||
[*.{md,json,yml}] | ||
trim_trailing_whitespace = false | ||
indent_style = space | ||
indent_size = 2 |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
name: Due Date Workflow | ||
on: | ||
schedule: | ||
- cron: '*/5 * * * *' | ||
jobs: | ||
Ubuntu: | ||
name: Add labels to issues | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Due Dates | ||
uses: alexleventer/[email protected] | ||
with: | ||
GH_TOKEN: "${{ secrets.GH_TOKEN }}" |
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 same license as the Uncanny Toolkit for LearnDash plugin. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Uncanny Toolkit for LearnDash 3.4.2\n" | ||
"Project-Id-Version: Uncanny Toolkit for LearnDash 3.4.3\n" | ||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/uncanny-learndash-toolkit\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: 2021-02-11T18:39:43+00:00\n" | ||
"POT-Creation-Date: 2021-03-17T16:29:21+00:00\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"X-Generator: WP-CLI 2.4.0\n" | ||
"X-Domain: uncanny-learndash-toolkit\n" | ||
|
@@ -298,7 +298,7 @@ msgid "Uncanny Toolkit for LearnDash Support" | |
msgstr "" | ||
|
||
#: src/boot.php:80 | ||
#: src/config.php:509 | ||
#: src/config.php:530 | ||
#: src/templates/admin-tabs.php:19 | ||
msgid "Help" | ||
msgstr "" | ||
|
@@ -313,7 +313,7 @@ msgid "Dismiss" | |
msgstr "" | ||
|
||
#: src/boot.php:147 | ||
#: src/config.php:635 | ||
#: src/config.php:656 | ||
msgid "Something went wrong. Please, try again" | ||
msgstr "" | ||
|
||
|
@@ -686,7 +686,6 @@ msgid "reCAPTCHA Not Checked Message" | |
msgstr "" | ||
|
||
#: src/classes/frontend-login-plus.php:556 | ||
#: src/classes/frontend-login-plus.php:2900 | ||
msgid "Please verify that you are not a robot." | ||
msgstr "" | ||
|
||
|
@@ -1170,31 +1169,31 @@ msgstr "" | |
msgid "Date Earned" | ||
msgstr "" | ||
|
||
#: src/config.php:517 | ||
#: src/config.php:538 | ||
msgid "Close" | ||
msgstr "" | ||
|
||
#: src/config.php:523 | ||
#: src/config.php:544 | ||
msgid "Save module" | ||
msgstr "" | ||
|
||
#: src/config.php:633 | ||
#: src/config.php:654 | ||
msgid "Settings saved successfully" | ||
msgstr "" | ||
|
||
#: src/config.php:639 | ||
#: src/config.php:660 | ||
msgid "Class for addon is not set" | ||
msgstr "" | ||
|
||
#: src/config.php:642 | ||
#: src/config.php:663 | ||
msgid "You must be an admin to save settings" | ||
msgstr "" | ||
|
||
#: src/config.php:666 | ||
#: src/config.php:687 | ||
msgid "Class for addon is not set." | ||
msgstr "" | ||
|
||
#: src/config.php:669 | ||
#: src/config.php:690 | ||
msgid "You must be an admin to save settings." | ||
msgstr "" | ||
|
||
|
Oops, something went wrong.