Skip to content

Commit 843a59c

Browse files
Merge pull request #1 from OpenWebconcept/feature/dependency-check
Feature/dependency check
2 parents e5cef53 + c80f0c1 commit 843a59c

8 files changed

Lines changed: 73 additions & 186 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [3.0.4] - 2022-10-21
8+
### Changed
9+
- Replaced Composer plugin dependency check with runtime check.
10+
711
## [3.0.3] - 2022-10-07
812
### Chore
913
- Update dependencies + reference pdc-base plugin from BitBucket to GitHub

composer.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,8 @@
99
}
1010
],
1111
"type": "wordpress-plugin",
12-
"repositories": [
13-
{
14-
"type": "vcs",
15-
"url": "git@github.com:OpenWebconcept/plugin-pdc-base.git"
16-
}
17-
],
1812
"require": {
19-
"php": ">=7.0",
20-
"plugin/pdc-base": "^3.0.0"
13+
"php": "^7.4|^8.0"
2114
},
2215
"require-dev": {
2316
"mockery/mockery": "*",
@@ -28,7 +21,7 @@
2821
},
2922
"autoload": {
3023
"psr-4": {
31-
"OWC\\PDC\\FAQ\\": "./src/FAQ"
24+
"OWC\\PDC\\": "./src"
3225
}
3326
},
3427
"autoload-dev": {

composer.lock

Lines changed: 19 additions & 156 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

languages/pdc-faq-nl_NL.mo

141 Bytes
Binary file not shown.

languages/pdc-faq-nl_NL.po

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ msgid ""
22
msgstr ""
33
"Project-Id-Version: PDC FAQ\n"
44
"Report-Msgid-Bugs-To: \n"
5-
"POT-Creation-Date: 2018-10-03 11:08+0200\n"
6-
"PO-Revision-Date: 2018-10-03 11:08+0200\n"
5+
"POT-Creation-Date: 2022-10-21 16:08+0200\n"
6+
"PO-Revision-Date: 2022-10-21 16:08+0200\n"
77
"Last-Translator: Edwin Siebel <edwin@yard.nl>\n"
88
"Language-Team: Yard Internet <info@yard.nl>\n"
99
"Language: nl_NL\n"
1010
"MIME-Version: 1.0\n"
1111
"Content-Type: text/plain; charset=UTF-8\n"
1212
"Content-Transfer-Encoding: 8bit\n"
1313
"Plural-Forms: nplurals=2; plural=n != 1;\n"
14-
"X-Generator: Poedit 2.0.6\n"
14+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
15+
"X-Generator: Poedit 3.1.1\n"
1516
"X-Poedit-KeywordsList: __;_x;_e;_ex;_n;_nx;esc_attr__;esc_attr_e;esc_attr_x;"
1617
"esc_html__;esc_html_e;esc_html_x;_n_noop;_nx_noop\n"
1718
"X-Poedit-Basepath: ..\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1919
"X-Poedit-SearchPath-0: .\n"
2020
"X-Poedit-SearchPathExcluded-0: tests\n"
2121
"X-Poedit-SearchPathExcluded-1: docs\n"
@@ -26,18 +26,22 @@ msgstr ""
2626
msgid "Frequently asked questions"
2727
msgstr "Veelgestelde vragen"
2828

29-
#: config/metaboxes.php:19
29+
#: config/metaboxes.php:20
3030
msgid "Add new faq"
3131
msgstr "Voeg nieuwe veelgestelde vraag toe"
3232

33-
#: config/metaboxes.php:23
33+
#: config/metaboxes.php:24
3434
msgid "Question"
3535
msgstr "Vraag"
3636

37-
#: config/metaboxes.php:28
37+
#: config/metaboxes.php:29
3838
msgid "Answer"
3939
msgstr "Antwoord"
4040

41-
#: config/metaboxes.php:29
41+
#: config/metaboxes.php:30
4242
msgid "Use of HTML is allowed"
4343
msgstr "Gebruik van HTML is toegestaan"
44+
45+
#: pdc-faq.php:55
46+
msgid "The following plugins are required to use the PDC FAQ:"
47+
msgstr "De PDC FAQ plugin heeft de volgende plugins nodig om te functioneren:"

languages/pdc-faq.pot

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
msgid ""
33
msgstr ""
44
"Project-Id-Version: PDC FAQ\n"
5-
"POT-Creation-Date: 2018-10-03 11:07+0200\n"
5+
"POT-Creation-Date: 2022-10-21 16:08+0200\n"
6+
"PO-Revision-Date: 2014-MO-DA HO:MI+ZONE\n"
7+
"Last-Translator: \n"
8+
"Language-Team: Yard Internet <info@yard.nl>\n"
69
"MIME-Version: 1.0\n"
710
"Content-Type: text/plain; charset=UTF-8\n"
811
"Content-Transfer-Encoding: 8bit\n"
9-
"PO-Revision-Date: 2014-MO-DA HO:MI+ZONE\n"
10-
"Language-Team: Yard Internet <info@yard.nl>\n"
11-
"X-Generator: Poedit 2.0.6\n"
12+
"X-Generator: Poedit 3.1.1\n"
1213
"X-Poedit-KeywordsList: __;_x;_e;_ex;_n;_nx;esc_attr__;esc_attr_e;esc_attr_x;esc_html__;esc_html_e;esc_html_x;_n_noop;_nx_noop\n"
1314
"X-Poedit-Basepath: ..\n"
14-
"Last-Translator: \n"
1515
"X-Poedit-SearchPath-0: .\n"
1616
"X-Poedit-SearchPathExcluded-0: tests\n"
1717
"X-Poedit-SearchPathExcluded-1: docs\n"
@@ -22,18 +22,22 @@ msgstr ""
2222
msgid "Frequently asked questions"
2323
msgstr ""
2424

25-
#: config/metaboxes.php:19
25+
#: config/metaboxes.php:20
2626
msgid "Add new faq"
2727
msgstr ""
2828

29-
#: config/metaboxes.php:23
29+
#: config/metaboxes.php:24
3030
msgid "Question"
3131
msgstr ""
3232

33-
#: config/metaboxes.php:28
33+
#: config/metaboxes.php:29
3434
msgid "Answer"
3535
msgstr ""
3636

37-
#: config/metaboxes.php:29
37+
#: config/metaboxes.php:30
3838
msgid "Use of HTML is allowed"
3939
msgstr ""
40+
41+
#: pdc-faq.php:55
42+
msgid "The following plugins are required to use the PDC FAQ:"
43+
msgstr ""

0 commit comments

Comments
 (0)