Skip to content

Commit

Permalink
Merge pull request #25 from UncannyOwl/pre-release
Browse files Browse the repository at this point in the history
3.4.3 release
  • Loading branch information
saad-siddique authored Mar 30, 2021
2 parents 99a4d09 + cb25776 commit 2a3d293
Show file tree
Hide file tree
Showing 16 changed files with 24,217 additions and 2,832 deletions.
24 changes: 24 additions & 0 deletions .editorconfig
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
14 changes: 14 additions & 0 deletions .github/workflows/workflow.yml
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 }}"
339 changes: 0 additions & 339 deletions LICENSE

This file was deleted.

23 changes: 11 additions & 12 deletions languages/uncanny-learndash-toolkit.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 ""
Expand All @@ -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 ""

Expand Down Expand Up @@ -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 ""

Expand Down Expand Up @@ -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 ""

Expand Down
Loading

0 comments on commit 2a3d293

Please sign in to comment.