Version Description
Download this release
Release Info
Developer | devowl |
Plugin | Real Media Library: Media Library Folder & File Manager |
Version | 4.17.4 |
Comparing to | |
See all releases |
Code changes from version 4.17.3 to 4.17.4
- CHANGELOG.md +11 -0
- README.txt +1 -1
- inc/base/others/cachebuster-lib.php +1 -1
- inc/base/others/cachebuster.php +1 -1
- index.php +1 -1
- vendor/autoload.php +1 -1
- vendor/composer/InstalledVersions.php +1 -1
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +4 -4
- vendor/composer/installed.php +1 -1
- vendor/devowl-wp/real-utils/CHANGELOG.md +11 -0
- vendor/devowl-wp/real-utils/languages/backend/real-utils-de_DE_formal.mo +0 -0
- vendor/devowl-wp/real-utils/languages/backend/real-utils-de_DE_formal.po +32 -30
- vendor/devowl-wp/real-utils/languages/frontend/json/real-utils-de_DE_formal-61a60894c517b346c6b99608ccce350d.json +1 -1
- vendor/devowl-wp/real-utils/languages/frontend/json/real-utils-de_DE_formal-74ccc0603b454665ba4060550b4e9aa0.json +1 -1
- vendor/devowl-wp/real-utils/languages/frontend/json/real-utils-de_DE_formal-b3c66931a03e39a842384fb81443cb05.json +1 -1
- vendor/devowl-wp/real-utils/languages/frontend/json/real-utils-de_DE_formal-bd8f888d3790e3faf824d6fd69319a28.json +1 -1
- vendor/devowl-wp/real-utils/languages/frontend/real-utils-de_DE_formal.mo +0 -0
- vendor/devowl-wp/real-utils/languages/frontend/real-utils-de_DE_formal.po +17 -17
- vendor/devowl-wp/real-utils/package.json +5 -3
- vendor/devowl-wp/utils/CHANGELOG.md +16 -0
- vendor/devowl-wp/utils/languages/backend/utils-de_DE_formal.mo +0 -0
- vendor/devowl-wp/utils/languages/backend/utils-de_DE_formal.po +10 -9
- vendor/devowl-wp/utils/package.json +6 -4
- vendor/devowl-wp/utils/src/Assets.php +23 -8
CHANGELOG.md
CHANGED
@@ -3,6 +3,17 @@
|
|
3 |
All notable changes to this project will be documented in this file.
|
4 |
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
## 4.17.3 (2021-11-24)
|
7 |
|
8 |
**Note:** This package (@devowl-wp/real-media-library) has been updated because a dependency, which is also shipped with this package, has changed.
|
3 |
All notable changes to this project will be documented in this file.
|
4 |
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 |
|
6 |
+
## 4.17.4 (2021-12-01)
|
7 |
+
|
8 |
+
|
9 |
+
### fix
|
10 |
+
|
11 |
+
* compatiblity with WordPress 5.9 (CU-1vc94eh)
|
12 |
+
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
## 4.17.3 (2021-11-24)
|
18 |
|
19 |
**Note:** This package (@devowl-wp/real-media-library) has been updated because a dependency, which is also shipped with this package, has changed.
|
README.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: wordpress media library folders, media library folders, file manager, medi
|
|
4 |
Stable tag: trunk
|
5 |
Requires at least: 5.0
|
6 |
Requires PHP: 7.0.0
|
7 |
-
Tested up to: 5.
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.en.html
|
10 |
|
4 |
Stable tag: trunk
|
5 |
Requires at least: 5.0
|
6 |
Requires PHP: 7.0.0
|
7 |
+
Tested up to: 5.9
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.en.html
|
10 |
|
inc/base/others/cachebuster-lib.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<?php
|
2 |
-
/* This file was automatically generated (Wed
|
3 |
return [
|
4 |
'es6-shim' => '0.35.6',
|
5 |
'es7-shim' => '6.0.0',
|
1 |
<?php
|
2 |
+
/* This file was automatically generated (Wed Dec 01 2021 07:00:40 GMT+0000 (Coordinated Universal Time)). */
|
3 |
return [
|
4 |
'es6-shim' => '0.35.6',
|
5 |
'es7-shim' => '6.0.0',
|
inc/base/others/cachebuster.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<?php
|
2 |
-
/* This file was automatically generated (Wed
|
3 |
return [
|
4 |
'src/public/dist/rml_gutenberg.lite.js' => '3d37a223a96263169ae2b80a657401a6',
|
5 |
'src/public/dist/rml_gutenberg.pro.js' => '092861083b3d0f93be211d69a05f4ecd',
|
1 |
<?php
|
2 |
+
/* This file was automatically generated (Wed Dec 01 2021 07:00:40 GMT+0000 (Coordinated Universal Time)). */
|
3 |
return [
|
4 |
'src/public/dist/rml_gutenberg.lite.js' => '3d37a223a96263169ae2b80a657401a6',
|
5 |
'src/public/dist/rml_gutenberg.pro.js' => '092861083b3d0f93be211d69a05f4ecd',
|
index.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* Description: Organize uploaded media in folders, collections and galleries: A file manager for WordPress. Media management made easy!
|
9 |
* Author: devowl.io
|
10 |
* Author URI: https://devowl.io
|
11 |
-
* Version: 4.17.
|
12 |
* Text Domain: real-media-library
|
13 |
* Domain Path: /languages
|
14 |
*/
|
8 |
* Description: Organize uploaded media in folders, collections and galleries: A file manager for WordPress. Media management made easy!
|
9 |
* Author: devowl.io
|
10 |
* Author URI: https://devowl.io
|
11 |
+
* Version: 4.17.4
|
12 |
* Text Domain: real-media-library
|
13 |
* Domain Path: /languages
|
14 |
*/
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit0ae12500f7ca3ce5640f5f524c6fd28a::getLoader();
|
vendor/composer/InstalledVersions.php
CHANGED
@@ -5,7 +5,7 @@ namespace MatthiasWeb\RealMediaLibrary\Vendor\Composer;
|
|
5 |
use MatthiasWeb\RealMediaLibrary\Vendor\Composer\Semver\VersionParser;
|
6 |
class InstalledVersions
|
7 |
{
|
8 |
-
private static $installed = array('root' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'aliases' => array(), 'reference' => '
|
9 |
public static function getInstalledPackages()
|
10 |
{
|
11 |
return \array_keys(self::$installed['versions']);
|
5 |
use MatthiasWeb\RealMediaLibrary\Vendor\Composer\Semver\VersionParser;
|
6 |
class InstalledVersions
|
7 |
{
|
8 |
+
private static $installed = array('root' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'aliases' => array(), 'reference' => 'bd71b779886dddfc22e73c770110528040b10a2d', 'name' => '__root__'), 'versions' => array('__root__' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'aliases' => array(), 'reference' => 'bd71b779886dddfc22e73c770110528040b10a2d'), 'devowl-wp/freemium' => array('pretty_version' => 'dev-build/composer-installedversions', 'version' => 'dev-build/composer-installedversions', 'aliases' => array(), 'reference' => 'f46163e56a6be9eace5a48ecd0c5c8d1680219a6'), 'devowl-wp/real-utils' => array('pretty_version' => 'dev-build/composer-installedversions', 'version' => 'dev-build/composer-installedversions', 'aliases' => array(), 'reference' => '8f35c9a3c7cc4a086422c95356b890212cbb8c65'), 'devowl-wp/utils' => array('pretty_version' => 'dev-build/composer-installedversions', 'version' => 'dev-build/composer-installedversions', 'aliases' => array(), 'reference' => '3b2eee5934e5ce0d94cdb5f4736259d448fe8531'), 'matthiasweb/wordpress-plugin-updater' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'aliases' => array(), 'reference' => 'c801fd86c4cf97f3b0c59d653c5e7bce99cebb73')));
|
9 |
public static function getInstalledPackages()
|
10 |
{
|
11 |
return \array_keys(self::$installed['versions']);
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -22,15 +22,15 @@ class ComposerAutoloaderInit0bbac55a622a5fa1fe66fe23ec1ea9a7
|
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
-
spl_autoload_register(array('
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
-
spl_autoload_unregister(array('
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
require __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
-
call_user_func(\Composer\Autoload\
|
34 |
} else {
|
35 |
$classMap = require __DIR__ . '/autoload_classmap.php';
|
36 |
if ($classMap) {
|
@@ -42,19 +42,19 @@ class ComposerAutoloaderInit0bbac55a622a5fa1fe66fe23ec1ea9a7
|
|
42 |
$loader->register(true);
|
43 |
|
44 |
if ($useStaticLoader) {
|
45 |
-
$includeFiles = Composer\Autoload\
|
46 |
} else {
|
47 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
48 |
}
|
49 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
50 |
-
|
51 |
}
|
52 |
|
53 |
return $loader;
|
54 |
}
|
55 |
}
|
56 |
|
57 |
-
function
|
58 |
{
|
59 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
60 |
require $file;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit0ae12500f7ca3ce5640f5f524c6fd28a
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
+
spl_autoload_register(array('ComposerAutoloaderInit0ae12500f7ca3ce5640f5f524c6fd28a', 'loadClassLoader'), true, true);
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit0ae12500f7ca3ce5640f5f524c6fd28a', 'loadClassLoader'));
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
require __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit0ae12500f7ca3ce5640f5f524c6fd28a::getInitializer($loader));
|
34 |
} else {
|
35 |
$classMap = require __DIR__ . '/autoload_classmap.php';
|
36 |
if ($classMap) {
|
42 |
$loader->register(true);
|
43 |
|
44 |
if ($useStaticLoader) {
|
45 |
+
$includeFiles = Composer\Autoload\ComposerStaticInit0ae12500f7ca3ce5640f5f524c6fd28a::$files;
|
46 |
} else {
|
47 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
48 |
}
|
49 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
50 |
+
composerRequire0ae12500f7ca3ce5640f5f524c6fd28a($fileIdentifier, $file);
|
51 |
}
|
52 |
|
53 |
return $loader;
|
54 |
}
|
55 |
}
|
56 |
|
57 |
+
function composerRequire0ae12500f7ca3ce5640f5f524c6fd28a($fileIdentifier, $file)
|
58 |
{
|
59 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
60 |
require $file;
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'b45694f813fe096b704a1908536cfec0' => __DIR__ . '/..' . '/devowl-wp/real-utils/src/autoload.php',
|
@@ -144,9 +144,9 @@ class ComposerStaticInit0bbac55a622a5fa1fe66fe23ec1ea9a7
|
|
144 |
public static function getInitializer(ClassLoader $loader)
|
145 |
{
|
146 |
return \Closure::bind(function () use ($loader) {
|
147 |
-
$loader->prefixLengthsPsr4 =
|
148 |
-
$loader->prefixDirsPsr4 =
|
149 |
-
$loader->classMap =
|
150 |
|
151 |
}, null, ClassLoader::class);
|
152 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit0ae12500f7ca3ce5640f5f524c6fd28a
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'b45694f813fe096b704a1908536cfec0' => __DIR__ . '/..' . '/devowl-wp/real-utils/src/autoload.php',
|
144 |
public static function getInitializer(ClassLoader $loader)
|
145 |
{
|
146 |
return \Closure::bind(function () use ($loader) {
|
147 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit0ae12500f7ca3ce5640f5f524c6fd28a::$prefixLengthsPsr4;
|
148 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit0ae12500f7ca3ce5640f5f524c6fd28a::$prefixDirsPsr4;
|
149 |
+
$loader->classMap = ComposerStaticInit0ae12500f7ca3ce5640f5f524c6fd28a::$classMap;
|
150 |
|
151 |
}, null, ClassLoader::class);
|
152 |
}
|
vendor/composer/installed.php
CHANGED
@@ -2,4 +2,4 @@
|
|
2 |
|
3 |
namespace MatthiasWeb\RealMediaLibrary\Vendor;
|
4 |
|
5 |
-
return array('root' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'aliases' => array(), 'reference' => '
|
2 |
|
3 |
namespace MatthiasWeb\RealMediaLibrary\Vendor;
|
4 |
|
5 |
+
return array('root' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'aliases' => array(), 'reference' => 'bd71b779886dddfc22e73c770110528040b10a2d', 'name' => '__root__'), 'versions' => array('__root__' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'aliases' => array(), 'reference' => 'bd71b779886dddfc22e73c770110528040b10a2d'), 'devowl-wp/freemium' => array('pretty_version' => 'dev-build/composer-installedversions', 'version' => 'dev-build/composer-installedversions', 'aliases' => array(), 'reference' => 'f46163e56a6be9eace5a48ecd0c5c8d1680219a6'), 'devowl-wp/real-utils' => array('pretty_version' => 'dev-build/composer-installedversions', 'version' => 'dev-build/composer-installedversions', 'aliases' => array(), 'reference' => '8f35c9a3c7cc4a086422c95356b890212cbb8c65'), 'devowl-wp/utils' => array('pretty_version' => 'dev-build/composer-installedversions', 'version' => 'dev-build/composer-installedversions', 'aliases' => array(), 'reference' => '3b2eee5934e5ce0d94cdb5f4736259d448fe8531'), 'matthiasweb/wordpress-plugin-updater' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'aliases' => array(), 'reference' => 'c801fd86c4cf97f3b0c59d653c5e7bce99cebb73')));
|
vendor/devowl-wp/real-utils/CHANGELOG.md
CHANGED
@@ -3,6 +3,17 @@
|
|
3 |
All notable changes to this project will be documented in this file.
|
4 |
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
## 1.7.3 (2021-11-24)
|
7 |
|
8 |
|
3 |
All notable changes to this project will be documented in this file.
|
4 |
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 |
|
6 |
+
# 1.8.0 (2021-12-01)
|
7 |
+
|
8 |
+
|
9 |
+
### feat
|
10 |
+
|
11 |
+
* introduce formal german translations (CU-1n9qnvz)
|
12 |
+
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
## 1.7.3 (2021-11-24)
|
18 |
|
19 |
|
vendor/devowl-wp/real-utils/languages/backend/real-utils-de_DE_formal.mo
CHANGED
Binary file
|
vendor/devowl-wp/real-utils/languages/backend/real-utils-de_DE_formal.po
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
|
|
3 |
"Report-Msgid-Bugs-To: \n"
|
4 |
"POT-Creation-Date: n/a\n"
|
5 |
-
"PO-Revision-Date: 2021-
|
6 |
"Last-Translator: Matthias Günter <matthias.guenter@devowl.io>\n"
|
7 |
-
"Language-Team: German <https://translate.devowl.io/projects/
|
8 |
-
"utils-backend-php/develop/de/>\n"
|
9 |
"Language: de_DE_formal\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -15,15 +16,15 @@ msgstr ""
|
|
15 |
|
16 |
#: cross/CrossRealCategoryLibrary.php:1
|
17 |
msgid "Do you manage many categories?"
|
18 |
-
msgstr "
|
19 |
|
20 |
#: cross/CrossRealCategoryLibrary.php:1
|
21 |
msgid ""
|
22 |
"Do you still create your categories this way? Get an explorer-like tree view "
|
23 |
"directly in your posts/page tables!"
|
24 |
msgstr ""
|
25 |
-
"
|
26 |
-
"Explorer-ähnliche Baumansicht direkt in
|
27 |
|
28 |
#: cross/CrossRealCategoryLibrary.php:1
|
29 |
msgid "Manage product categories/attributes?"
|
@@ -34,9 +35,9 @@ msgid ""
|
|
34 |
"Do you still create your product categories and attributes this way? Get an "
|
35 |
"explorer-like tree view directly into your WooCommerce products table!"
|
36 |
msgstr ""
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"Produkttabelle!"
|
40 |
|
41 |
#: cross/CrossRealCategoryLibrary.php:1
|
42 |
msgid "Paginate without reload?"
|
@@ -47,7 +48,7 @@ msgid ""
|
|
47 |
"Do you want to paginate through your posts and pages without having to "
|
48 |
"reload the complete page?"
|
49 |
msgstr ""
|
50 |
-
"
|
51 |
"neu laden zu müssen?"
|
52 |
|
53 |
#: cross/CrossRealCategoryLibrary.php:1
|
@@ -59,12 +60,12 @@ msgid ""
|
|
59 |
"You can move or insert a post or page directly into a category without "
|
60 |
"having to deal with checkboxes."
|
61 |
msgstr ""
|
62 |
-
"
|
63 |
-
"verschieben, ohne
|
64 |
|
65 |
#: cross/CrossRealCookieBanner.php:1
|
66 |
msgid "Is your website GDPR compliant?"
|
67 |
-
msgstr "Ist
|
68 |
|
69 |
#: cross/CrossRealCookieBanner.php:1
|
70 |
msgid "cookie-banner-frontend.png"
|
@@ -78,7 +79,7 @@ msgid ""
|
|
78 |
msgstr ""
|
79 |
"Websites, die sich an Nutzer aus der EU richten und nicht essenzielle "
|
80 |
"Cookies setzen, erfordern ein Opt-in-Cookie Banner. Wir empfehlen Real "
|
81 |
-
"Cookie Banner als ePrivacy-Richtlinie und DSGVO-konforme Lösung für "
|
82 |
"WordPress."
|
83 |
|
84 |
#: cross/CrossRealCookieBanner.php:1
|
@@ -94,7 +95,7 @@ msgid ""
|
|
94 |
"Your WordPress site will certainly continue to grow. Organize your media "
|
95 |
"library with folders!"
|
96 |
msgstr ""
|
97 |
-
"
|
98 |
"Medienbibliothek mit Ordnern!"
|
99 |
|
100 |
#: cross/CrossRealMediaLibrary.php:1
|
@@ -107,11 +108,11 @@ msgid ""
|
|
107 |
"organize your media library!"
|
108 |
msgstr ""
|
109 |
"Das Einfügen von Medien in einen Beitrag oder eine Seite kann kompliziert "
|
110 |
-
"sein.
|
111 |
|
112 |
#: cross/CrossRealPhysicalMedia.php:1
|
113 |
msgid "Did you know that?"
|
114 |
-
msgstr "
|
115 |
|
116 |
#: cross/CrossRealPhysicalMedia.php:1
|
117 |
msgid ""
|
@@ -120,23 +121,23 @@ msgid ""
|
|
120 |
"uploads directly in meaningful folder names and achieve a better ranking in "
|
121 |
"search engines!"
|
122 |
msgstr ""
|
123 |
-
"
|
124 |
-
"Suchmaschinen den Inhalt von z.B. Bildern nicht.
|
125 |
-
"direkt in aussagekräftigen Ordnernamen und
|
126 |
-
"Suchmaschinen!"
|
127 |
|
128 |
#: Service.php:1
|
129 |
msgid "No such plugin slug available."
|
130 |
-
msgstr "Kein solcher Plugin
|
131 |
|
132 |
#: Service.php:1
|
133 |
msgid "The abstract implementation for your slug could not be found."
|
134 |
msgstr ""
|
135 |
-
"Die abstrakte Implementierung für
|
136 |
|
137 |
#: Service.php:1
|
138 |
msgid "You must agree to our privacy policy to continue."
|
139 |
-
msgstr "
|
140 |
|
141 |
#. translators:
|
142 |
#: view/Options.php:1
|
@@ -148,11 +149,12 @@ msgstr "Produkte von %s"
|
|
148 |
msgid ""
|
149 |
"Show advertising for not yet installed %s products in the WordPress backend"
|
150 |
msgstr ""
|
151 |
-
"
|
|
|
152 |
|
153 |
#: WelcomePage.php:1
|
154 |
msgid "Learn more about this plugin"
|
155 |
-
msgstr "
|
156 |
|
157 |
#: WelcomePage.php:1
|
158 |
msgid "Support"
|
@@ -174,7 +176,7 @@ msgstr "Info"
|
|
174 |
msgid "Key feature"
|
175 |
msgid_plural "Key features"
|
176 |
msgstr[0] "Hauptfunktion"
|
177 |
-
msgstr[1] "
|
178 |
|
179 |
#: WelcomePage.php:1
|
180 |
msgid "Newsletter"
|
@@ -185,8 +187,8 @@ msgid ""
|
|
185 |
"Receive the latest news about devowl.io WordPress plugins directly in your "
|
186 |
"inbox"
|
187 |
msgstr ""
|
188 |
-
"
|
189 |
-
"
|
190 |
|
191 |
#: WelcomePage.php:1
|
192 |
msgid "Enter your email…"
|
@@ -198,7 +200,7 @@ msgid ""
|
|
198 |
"I want to receive WordPress news from devowl.io via email and agree to the "
|
199 |
"<a %s>privacy policy</a>."
|
200 |
msgstr ""
|
201 |
-
"Ich möchte WordPress
|
202 |
"<a %s>Datenschutzrichtlinien</a> zu."
|
203 |
|
204 |
#: WelcomePage.php:1
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: n/a\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: n/a\n"
|
6 |
+
"PO-Revision-Date: 2021-11-30 16:18+0000\n"
|
7 |
"Last-Translator: Matthias Günter <matthias.guenter@devowl.io>\n"
|
8 |
+
"Language-Team: German (formal) <https://translate.devowl.io/projects/"
|
9 |
+
"devowl-wp-real-utils-backend-php/develop/de@formal/>\n"
|
10 |
"Language: de_DE_formal\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
16 |
|
17 |
#: cross/CrossRealCategoryLibrary.php:1
|
18 |
msgid "Do you manage many categories?"
|
19 |
+
msgstr "Verwalten Sie viele Kategorien?"
|
20 |
|
21 |
#: cross/CrossRealCategoryLibrary.php:1
|
22 |
msgid ""
|
23 |
"Do you still create your categories this way? Get an explorer-like tree view "
|
24 |
"directly in your posts/page tables!"
|
25 |
msgstr ""
|
26 |
+
"Erstellen Sie Ihre Kategorien immer noch auf diese Weise? Erhalten Sie eine "
|
27 |
+
"Explorer-ähnliche Baumansicht direkt in Ihren Beitrags- und Seitentabellen!"
|
28 |
|
29 |
#: cross/CrossRealCategoryLibrary.php:1
|
30 |
msgid "Manage product categories/attributes?"
|
35 |
"Do you still create your product categories and attributes this way? Get an "
|
36 |
"explorer-like tree view directly into your WooCommerce products table!"
|
37 |
msgstr ""
|
38 |
+
"Erstellen Sie Ihre Produktkategorien und -attribute immer noch auf diese "
|
39 |
+
"Weise? Holen Sie sich eine Explorer-ähnliche Baumansicht direkt in Ihre "
|
40 |
+
"WooCommerce-Produkttabelle!"
|
41 |
|
42 |
#: cross/CrossRealCategoryLibrary.php:1
|
43 |
msgid "Paginate without reload?"
|
48 |
"Do you want to paginate through your posts and pages without having to "
|
49 |
"reload the complete page?"
|
50 |
msgstr ""
|
51 |
+
"Möchten Sie Ihre Beiträge und Seiten durchblättern, ohne die gesamte Seite "
|
52 |
"neu laden zu müssen?"
|
53 |
|
54 |
#: cross/CrossRealCategoryLibrary.php:1
|
60 |
"You can move or insert a post or page directly into a category without "
|
61 |
"having to deal with checkboxes."
|
62 |
msgstr ""
|
63 |
+
"Sie können einen Beitrag oder eine Seite direkt in eine Kategorie "
|
64 |
+
"verschieben, ohne sich mit diesen Checkboxen befassen zu müssen."
|
65 |
|
66 |
#: cross/CrossRealCookieBanner.php:1
|
67 |
msgid "Is your website GDPR compliant?"
|
68 |
+
msgstr "Ist Ihre Website DSGVO-konform?"
|
69 |
|
70 |
#: cross/CrossRealCookieBanner.php:1
|
71 |
msgid "cookie-banner-frontend.png"
|
79 |
msgstr ""
|
80 |
"Websites, die sich an Nutzer aus der EU richten und nicht essenzielle "
|
81 |
"Cookies setzen, erfordern ein Opt-in-Cookie Banner. Wir empfehlen Real "
|
82 |
+
"Cookie Banner als ePrivacy-Richtlinie- und DSGVO-konforme Lösung für "
|
83 |
"WordPress."
|
84 |
|
85 |
#: cross/CrossRealCookieBanner.php:1
|
95 |
"Your WordPress site will certainly continue to grow. Organize your media "
|
96 |
"library with folders!"
|
97 |
msgstr ""
|
98 |
+
"Ihre WordPress-Website wird sicherlich weiter wachsen. Organisieren Sie Ihre "
|
99 |
"Medienbibliothek mit Ordnern!"
|
100 |
|
101 |
#: cross/CrossRealMediaLibrary.php:1
|
108 |
"organize your media library!"
|
109 |
msgstr ""
|
110 |
"Das Einfügen von Medien in einen Beitrag oder eine Seite kann kompliziert "
|
111 |
+
"sein. Verwenden Sie Ordner, um Ihre Medienbibliothek zu organisieren!"
|
112 |
|
113 |
#: cross/CrossRealPhysicalMedia.php:1
|
114 |
msgid "Did you know that?"
|
115 |
+
msgstr "Wussten Sie das?"
|
116 |
|
117 |
#: cross/CrossRealPhysicalMedia.php:1
|
118 |
msgid ""
|
121 |
"uploads directly in meaningful folder names and achieve a better ranking in "
|
122 |
"search engines!"
|
123 |
msgstr ""
|
124 |
+
"Ihre Uploads können mehr als tausend Worte sagen. Leider verstehen "
|
125 |
+
"Suchmaschinen den Inhalt von z.B. Bildern nicht. Organisieren Sie Ihre "
|
126 |
+
"Uploads direkt in aussagekräftigen Ordnernamen und erhalten Sie ein besseres "
|
127 |
+
"Ranking in Suchmaschinen!"
|
128 |
|
129 |
#: Service.php:1
|
130 |
msgid "No such plugin slug available."
|
131 |
+
msgstr "Kein solcher Plugin-Slug verfügbar."
|
132 |
|
133 |
#: Service.php:1
|
134 |
msgid "The abstract implementation for your slug could not be found."
|
135 |
msgstr ""
|
136 |
+
"Die abstrakte Implementierung für Ihren Slug konnte nicht gefunden werden."
|
137 |
|
138 |
#: Service.php:1
|
139 |
msgid "You must agree to our privacy policy to continue."
|
140 |
+
msgstr "Sie müssen unserer Datenschutzerklärung zustimmen, um fortzufahren."
|
141 |
|
142 |
#. translators:
|
143 |
#: view/Options.php:1
|
149 |
msgid ""
|
150 |
"Show advertising for not yet installed %s products in the WordPress backend"
|
151 |
msgstr ""
|
152 |
+
"Zeigen Sie Werbung für noch nicht installierte %s Produkte im WordPress-"
|
153 |
+
"Backend an"
|
154 |
|
155 |
#: WelcomePage.php:1
|
156 |
msgid "Learn more about this plugin"
|
157 |
+
msgstr "Erfahren Sie mehr über dieses Plugin"
|
158 |
|
159 |
#: WelcomePage.php:1
|
160 |
msgid "Support"
|
176 |
msgid "Key feature"
|
177 |
msgid_plural "Key features"
|
178 |
msgstr[0] "Hauptfunktion"
|
179 |
+
msgstr[1] ""
|
180 |
|
181 |
#: WelcomePage.php:1
|
182 |
msgid "Newsletter"
|
187 |
"Receive the latest news about devowl.io WordPress plugins directly in your "
|
188 |
"inbox"
|
189 |
msgstr ""
|
190 |
+
"Erhalten Sie die neuesten Nachrichten über devowl.io WordPress-Plugins "
|
191 |
+
"direkt in Ihrem Posteingang"
|
192 |
|
193 |
#: WelcomePage.php:1
|
194 |
msgid "Enter your email…"
|
200 |
"I want to receive WordPress news from devowl.io via email and agree to the "
|
201 |
"<a %s>privacy policy</a>."
|
202 |
msgstr ""
|
203 |
+
"Ich möchte WordPress-News von devowl.io per E-Mail erhalten und stimme den "
|
204 |
"<a %s>Datenschutzrichtlinien</a> zu."
|
205 |
|
206 |
#: WelcomePage.php:1
|
vendor/devowl-wp/real-utils/languages/frontend/json/real-utils-de_DE_formal-61a60894c517b346c6b99608ccce350d.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"translation-revision-date":"2021-
|
1 |
+
{"translation-revision-date":"2021-11-30 16:18+0000","generator":"WP-CLI\/2.4.0","source":"helper.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de_DE_formal","plural-forms":"nplurals=2; plural=n != 1;"},"Not now":["Nicht jetzt"],"Give it a rating":["Bewertung abgeben"],"Do us a favor!":["Tun Sie uns einen Gefallen!"],"Awesome, you have just used a functionality of <strong>%s<\/strong>. Do you like it? Please do us a favor and rate us!":["Gro\u00dfartig, Sie haben gerade eine Funktionalit\u00e4t von <strong>%s<\/strong> benutzt! Gef\u00e4llt sie Ihnen? Bitte bewerten Sie uns!"]}}}
|
vendor/devowl-wp/real-utils/languages/frontend/json/real-utils-de_DE_formal-74ccc0603b454665ba4060550b4e9aa0.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"translation-revision-date":"2021-
|
1 |
+
{"translation-revision-date":"2021-11-30 16:18+0000","generator":"WP-CLI\/2.4.0","source":"feedback.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de_DE_formal","plural-forms":"nplurals=2; plural=n != 1;"},"Contact support":["Support kontaktieren"],"Skip & Deactivate":["\u00dcberspringen & Deaktivieren"],"Deactivate":["Deaktivieren"],"Too bad you are leaving":["Schade, dass Sie gehen"],"Please give us feedback why you deactivate <strong>%s<\/strong>.":["Bitte geben Sie uns Feedback, warum Sie <strong>%s<\/strong> deaktivieren."],"Upgrade to PRO Version":["Upgrade auf PRO-Version"],"Plugin did not work":["Plugin funktioniert nicht"],"Not the features I want":["Nicht die gew\u00fcnschten Funktionen"],"Incompatible with other themes or plugins":["Inkompatibel mit anderen Themes oder Plugins"],"Lack of documentation":["Fehlende Dokumentation"],"Found a better plugin":["Besseres Plugin gefunden"],"Temporary deactivation":["Tempor\u00e4re Deaktivierung"],"I do not want to give feedback":["Ich m\u00f6chte kein Feedback geben"],"Other":["Anderes"],"What could we do better?":["Was k\u00f6nnten wir besser machen?"],"Please enter a text here or check the box below.":["Bitte geben Sie hier einen Text ein oder markieren Sie die Checkbox unten."],"I don't want to add a comment and hence not help to make %s better.":["Ich m\u00f6chte keinen Kommentar hinzuf\u00fcgen und somit nicht dazu beitragen, %s besser zu machen."],"Email for answer\/solution (optional)?":["E-Mail f\u00fcr Antwort\/L\u00f6sung (optional)?"],"Please provide a valid email.":["Bitte geben Sie eine g\u00fcltige E-Mail-Adresse ein."],"I would like to receive an answer for my issue. For this purpose I agree to the data processing of my feedback and my email address. I have read the devowl.io <a href=\"https:\/\/devowl.io\/privacy-policy\/\" target=\"_blank\">privacy policy<\/a> and agree to it.":["Ich m\u00f6chte gerne eine Antwort auf meine Frage erhalten. Zu diesem Zweck stimme ich der Datenverarbeitung meines Feedbacks und meiner E-Mail-Adresse zu. Ich habe die <a href=\"https:\/\/devowl.io\/de\/datenschutzerklaerung\/\" target=\"_blank\">Datenschutzerkl\u00e4rung<\/a> von devowl.io gelesen und stimme ihr zu."],"If you would like to be contacted by us, please accept the privacy policy. If you prefer not to be contacted, leave the email field blank.":["Wenn Sie von uns kontaktiert werden m\u00f6chten, akzeptieren Sie bitte die Datenschutzerkl\u00e4rung. Sollten Sie es vorziehen, nicht kontaktiert zu werden, lassen das E-Mail-Feld leer."]}}}
|
vendor/devowl-wp/real-utils/languages/frontend/json/real-utils-de_DE_formal-b3c66931a03e39a842384fb81443cb05.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"translation-revision-date":"2021-
|
1 |
+
{"translation-revision-date":"2021-11-30 16:18+0000","generator":"WP-CLI\/2.4.0","source":"welcome.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de_DE_formal","plural-forms":"nplurals=2; plural=n != 1;"},"Loading\u2026":["Lade\u2026"],"Successfully subscribed!":["Erfolgreich abonniert!"],"Subscribe":["Abonnieren"]}}}
|
vendor/devowl-wp/real-utils/languages/frontend/json/real-utils-de_DE_formal-bd8f888d3790e3faf824d6fd69319a28.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"translation-revision-date":"2021-
|
1 |
+
{"translation-revision-date":"2021-11-30 16:18+0000","generator":"WP-CLI\/2.4.0","source":"cross.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de_DE_formal","plural-forms":"nplurals=2; plural=n != 1;"},"Not now":["Nicht jetzt"],"Learn more!":["Mehr erfahren!"],"Never show this popup again":["Popup nie wieder anzeigen"]}}}
|
vendor/devowl-wp/real-utils/languages/frontend/real-utils-de_DE_formal.mo
CHANGED
Binary file
|
vendor/devowl-wp/real-utils/languages/frontend/real-utils-de_DE_formal.po
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
|
|
3 |
"Report-Msgid-Bugs-To: \n"
|
4 |
"POT-Creation-Date: n/a\n"
|
5 |
-
"PO-Revision-Date: 2021-
|
6 |
"Last-Translator: Matthias Günter <matthias.guenter@devowl.io>\n"
|
7 |
-
"Language-Team: German <https://translate.devowl.io/projects/
|
8 |
-
"utils-frontend-javascript/develop/de/>\n"
|
9 |
"Language: de_DE_formal\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -39,11 +40,12 @@ msgstr "Deaktivieren"
|
|
39 |
|
40 |
#: feedback.js:1
|
41 |
msgid "Too bad you are leaving"
|
42 |
-
msgstr "Schade, dass
|
43 |
|
44 |
#: feedback.js:1
|
45 |
msgid "Please give us feedback why you deactivate <strong>%s</strong>."
|
46 |
-
msgstr "
|
|
|
47 |
|
48 |
#: feedback.js:1
|
49 |
msgid "Upgrade to PRO Version"
|
@@ -79,7 +81,7 @@ msgstr "Ich möchte kein Feedback geben"
|
|
79 |
|
80 |
#: feedback.js:1
|
81 |
msgid "Other"
|
82 |
-
msgstr "
|
83 |
|
84 |
#: feedback.js:1
|
85 |
msgid "What could we do better?"
|
@@ -87,7 +89,8 @@ msgstr "Was könnten wir besser machen?"
|
|
87 |
|
88 |
#: feedback.js:1
|
89 |
msgid "Please enter a text here or check the box below."
|
90 |
-
msgstr "
|
|
|
91 |
|
92 |
#: feedback.js:1
|
93 |
msgid "I don't want to add a comment and hence not help to make %s better."
|
@@ -101,7 +104,7 @@ msgstr "E-Mail für Antwort/Lösung (optional)?"
|
|
101 |
|
102 |
#: feedback.js:1
|
103 |
msgid "Please provide a valid email."
|
104 |
-
msgstr "Bitte
|
105 |
|
106 |
#: feedback.js:1
|
107 |
msgid ""
|
@@ -121,9 +124,9 @@ msgid ""
|
|
121 |
"If you would like to be contacted by us, please accept the privacy policy. "
|
122 |
"If you prefer not to be contacted, leave the email field blank."
|
123 |
msgstr ""
|
124 |
-
"Wenn
|
125 |
-
"Datenschutzerklärung.
|
126 |
-
"
|
127 |
|
128 |
#: helper.js:1
|
129 |
msgid "Give it a rating"
|
@@ -131,15 +134,15 @@ msgstr "Bewertung abgeben"
|
|
131 |
|
132 |
#: helper.js:1
|
133 |
msgid "Do us a favor!"
|
134 |
-
msgstr "
|
135 |
|
136 |
#: helper.js:1
|
137 |
msgid ""
|
138 |
"Awesome, you have just used a functionality of <strong>%s</strong>. Do you "
|
139 |
"like it? Please do us a favor and rate us!"
|
140 |
msgstr ""
|
141 |
-
"Großartig,
|
142 |
-
"benutzt! Gefällt sie
|
143 |
|
144 |
#: welcome.js:1
|
145 |
msgid "Loading…"
|
@@ -152,6 +155,3 @@ msgstr "Erfolgreich abonniert!"
|
|
152 |
#: welcome.js:1
|
153 |
msgid "Subscribe"
|
154 |
msgstr "Abonnieren"
|
155 |
-
|
156 |
-
#~ msgid "Sorry to see you go"
|
157 |
-
#~ msgstr "Schade, dass du gehst"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: n/a\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: n/a\n"
|
6 |
+
"PO-Revision-Date: 2021-11-30 16:18+0000\n"
|
7 |
"Last-Translator: Matthias Günter <matthias.guenter@devowl.io>\n"
|
8 |
+
"Language-Team: German (formal) <https://translate.devowl.io/projects/"
|
9 |
+
"devowl-wp-real-utils-frontend-javascript/develop/de@formal/>\n"
|
10 |
"Language: de_DE_formal\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
40 |
|
41 |
#: feedback.js:1
|
42 |
msgid "Too bad you are leaving"
|
43 |
+
msgstr "Schade, dass Sie gehen"
|
44 |
|
45 |
#: feedback.js:1
|
46 |
msgid "Please give us feedback why you deactivate <strong>%s</strong>."
|
47 |
+
msgstr ""
|
48 |
+
"Bitte geben Sie uns Feedback, warum Sie <strong>%s</strong> deaktivieren."
|
49 |
|
50 |
#: feedback.js:1
|
51 |
msgid "Upgrade to PRO Version"
|
81 |
|
82 |
#: feedback.js:1
|
83 |
msgid "Other"
|
84 |
+
msgstr "Anderes"
|
85 |
|
86 |
#: feedback.js:1
|
87 |
msgid "What could we do better?"
|
89 |
|
90 |
#: feedback.js:1
|
91 |
msgid "Please enter a text here or check the box below."
|
92 |
+
msgstr ""
|
93 |
+
"Bitte geben Sie hier einen Text ein oder markieren Sie die Checkbox unten."
|
94 |
|
95 |
#: feedback.js:1
|
96 |
msgid "I don't want to add a comment and hence not help to make %s better."
|
104 |
|
105 |
#: feedback.js:1
|
106 |
msgid "Please provide a valid email."
|
107 |
+
msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
|
108 |
|
109 |
#: feedback.js:1
|
110 |
msgid ""
|
124 |
"If you would like to be contacted by us, please accept the privacy policy. "
|
125 |
"If you prefer not to be contacted, leave the email field blank."
|
126 |
msgstr ""
|
127 |
+
"Wenn Sie von uns kontaktiert werden möchten, akzeptieren Sie bitte die "
|
128 |
+
"Datenschutzerklärung. Sollten Sie es vorziehen, nicht kontaktiert zu werden, "
|
129 |
+
"lassen das E-Mail-Feld leer."
|
130 |
|
131 |
#: helper.js:1
|
132 |
msgid "Give it a rating"
|
134 |
|
135 |
#: helper.js:1
|
136 |
msgid "Do us a favor!"
|
137 |
+
msgstr "Tun Sie uns einen Gefallen!"
|
138 |
|
139 |
#: helper.js:1
|
140 |
msgid ""
|
141 |
"Awesome, you have just used a functionality of <strong>%s</strong>. Do you "
|
142 |
"like it? Please do us a favor and rate us!"
|
143 |
msgstr ""
|
144 |
+
"Großartig, Sie haben gerade eine Funktionalität von <strong>%s</strong> "
|
145 |
+
"benutzt! Gefällt sie Ihnen? Bitte bewerten Sie uns!"
|
146 |
|
147 |
#: welcome.js:1
|
148 |
msgid "Loading…"
|
155 |
#: welcome.js:1
|
156 |
msgid "Subscribe"
|
157 |
msgstr "Abonnieren"
|
|
|
|
|
|
vendor/devowl-wp/real-utils/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"name": "@devowl-wp/real-utils",
|
3 |
-
"version": "1.
|
4 |
"description": "Create cross-selling ads, about page, rating and newsletter input for WP Real plugins.",
|
5 |
"author": "devowl",
|
6 |
"homepage": "https://devowl.io",
|
@@ -49,7 +49,7 @@
|
|
49 |
"locales": {
|
50 |
"de_AT": false,
|
51 |
"de_DE": "de",
|
52 |
-
"de_DE_formal":
|
53 |
"de_CH": false,
|
54 |
"de_CH_informal": false,
|
55 |
"ru_RU": "ru"
|
@@ -58,7 +58,9 @@
|
|
58 |
"de_DE.(po)$": [
|
59 |
"de_AT.$1",
|
60 |
"de_CH.$1",
|
61 |
-
"de_CH_informal.$1"
|
|
|
|
|
62 |
"de_DE_formal.$1"
|
63 |
]
|
64 |
},
|
1 |
{
|
2 |
"name": "@devowl-wp/real-utils",
|
3 |
+
"version": "1.8.0",
|
4 |
"description": "Create cross-selling ads, about page, rating and newsletter input for WP Real plugins.",
|
5 |
"author": "devowl",
|
6 |
"homepage": "https://devowl.io",
|
49 |
"locales": {
|
50 |
"de_AT": false,
|
51 |
"de_DE": "de",
|
52 |
+
"de_DE_formal": "de@formal",
|
53 |
"de_CH": false,
|
54 |
"de_CH_informal": false,
|
55 |
"ru_RU": "ru"
|
58 |
"de_DE.(po)$": [
|
59 |
"de_AT.$1",
|
60 |
"de_CH.$1",
|
61 |
+
"de_CH_informal.$1"
|
62 |
+
],
|
63 |
+
"de@formal.(po)$": [
|
64 |
"de_DE_formal.$1"
|
65 |
]
|
66 |
},
|
vendor/devowl-wp/utils/CHANGELOG.md
CHANGED
@@ -3,6 +3,22 @@
|
|
3 |
All notable changes to this project will be documented in this file.
|
4 |
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
## 1.11.4 (2021-11-18)
|
7 |
|
8 |
|
3 |
All notable changes to this project will be documented in this file.
|
4 |
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 |
|
6 |
+
# 1.12.0 (2021-12-01)
|
7 |
+
|
8 |
+
|
9 |
+
### feat
|
10 |
+
|
11 |
+
* introduce formal german translations (CU-1n9qnvz)
|
12 |
+
|
13 |
+
|
14 |
+
### fix
|
15 |
+
|
16 |
+
* compatibility with latest Requestes library of WordPress 5.9 (CU-1vc94eh)
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
|
21 |
+
|
22 |
## 1.11.4 (2021-11-18)
|
23 |
|
24 |
|
vendor/devowl-wp/utils/languages/backend/utils-de_DE_formal.mo
CHANGED
Binary file
|
vendor/devowl-wp/utils/languages/backend/utils-de_DE_formal.po
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
|
|
3 |
"Report-Msgid-Bugs-To: \n"
|
4 |
"POT-Creation-Date: n/a\n"
|
5 |
-
"PO-Revision-Date: 2021-
|
6 |
-
"Last-Translator:
|
7 |
-
"Language-Team: German <https://translate.devowl.io/projects/
|
8 |
-
"backend-php/develop/de/>\n"
|
9 |
"Language: de_DE_formal\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -21,19 +22,19 @@ msgid ""
|
|
21 |
"disabled the REST API. Please make sure that the following REST API "
|
22 |
"namespaces are reachable to use your plugin without problems:"
|
23 |
msgstr ""
|
24 |
-
"Ein oder mehrere WordPress-Plugins
|
25 |
"aufzurufen, was fehlgeschlagen ist. Höchstwahrscheinlich hat ein Sicherheits-"
|
26 |
"Plugin%s oder eine Webserver-Konfiguration die REST-API deaktiviert. Bitte "
|
27 |
-
"
|
28 |
-
"das jeweilige Plugin ohne Probleme nutzen zu können:"
|
29 |
|
30 |
#. translators:
|
31 |
#: Service.php:1
|
32 |
msgid ""
|
33 |
"What is the WordPress REST API and how to enable it? %1$sLearn more%2$s."
|
34 |
msgstr ""
|
35 |
-
"Was ist die WordPress
|
36 |
-
"hier, um mehr darüber zu erfahren%2$s."
|
37 |
|
38 |
#: Service.php:1
|
39 |
msgid "https://devowl.io/knowledge-base/wordpress-rest-api-does-not-respond/"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: n/a\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: n/a\n"
|
6 |
+
"PO-Revision-Date: 2021-11-30 16:18+0000\n"
|
7 |
+
"Last-Translator: Matthias Günter <matthias.guenter@devowl.io>\n"
|
8 |
+
"Language-Team: German (formal) <https://translate.devowl.io/projects/"
|
9 |
+
"devowl-wp-utils-backend-php/develop/de@formal/>\n"
|
10 |
"Language: de_DE_formal\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
22 |
"disabled the REST API. Please make sure that the following REST API "
|
23 |
"namespaces are reachable to use your plugin without problems:"
|
24 |
msgstr ""
|
25 |
+
"Ein oder mehrere WordPress-Plugins haben versucht, die WordPress-REST-API "
|
26 |
"aufzurufen, was fehlgeschlagen ist. Höchstwahrscheinlich hat ein Sicherheits-"
|
27 |
"Plugin%s oder eine Webserver-Konfiguration die REST-API deaktiviert. Bitte "
|
28 |
+
"stellen Sie sicher, dass die folgenden REST-API-Namensräume erreichbar sind, "
|
29 |
+
"um das jeweilige Plugin ohne Probleme nutzen zu können:"
|
30 |
|
31 |
#. translators:
|
32 |
#: Service.php:1
|
33 |
msgid ""
|
34 |
"What is the WordPress REST API and how to enable it? %1$sLearn more%2$s."
|
35 |
msgstr ""
|
36 |
+
"Was ist die WordPress-REST-API und wie kann sie aktiviert werden? %1$"
|
37 |
+
"sKlicken Sie hier, um mehr darüber zu erfahren%2$s."
|
38 |
|
39 |
#: Service.php:1
|
40 |
msgid "https://devowl.io/knowledge-base/wordpress-rest-api-does-not-respond/"
|
vendor/devowl-wp/utils/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"name": "@devowl-wp/utils",
|
3 |
-
"version": "1.
|
4 |
"description": "Utility functionality for all your WordPress plugins.",
|
5 |
"author": "devowl",
|
6 |
"homepage": "https://devowl.io",
|
@@ -49,7 +49,7 @@
|
|
49 |
"locales": {
|
50 |
"de_AT": false,
|
51 |
"de_DE": "de",
|
52 |
-
"de_DE_formal":
|
53 |
"de_CH": false,
|
54 |
"de_CH_informal": false,
|
55 |
"ru_RU": "ru"
|
@@ -58,7 +58,9 @@
|
|
58 |
"de_DE.(po)$": [
|
59 |
"de_AT.$1",
|
60 |
"de_CH.$1",
|
61 |
-
"de_CH_informal.$1"
|
|
|
|
|
62 |
"de_DE_formal.$1"
|
63 |
]
|
64 |
},
|
@@ -150,7 +152,7 @@
|
|
150 |
"@devowl-wp/composer-licenses": "^0.1.3",
|
151 |
"@devowl-wp/continuous-integration": "^0.2.0",
|
152 |
"@devowl-wp/eslint-config": "^0.1.3",
|
153 |
-
"@devowl-wp/grunt-continuous-localization": "^0.2.
|
154 |
"@devowl-wp/wp-webpack": "^0.1.4",
|
155 |
"@devowl-wp/yarn-licenses": "^0.1.3",
|
156 |
"@types/concurrently": "~6.0.1",
|
1 |
{
|
2 |
"name": "@devowl-wp/utils",
|
3 |
+
"version": "1.12.0",
|
4 |
"description": "Utility functionality for all your WordPress plugins.",
|
5 |
"author": "devowl",
|
6 |
"homepage": "https://devowl.io",
|
49 |
"locales": {
|
50 |
"de_AT": false,
|
51 |
"de_DE": "de",
|
52 |
+
"de_DE_formal": "de@formal",
|
53 |
"de_CH": false,
|
54 |
"de_CH_informal": false,
|
55 |
"ru_RU": "ru"
|
58 |
"de_DE.(po)$": [
|
59 |
"de_AT.$1",
|
60 |
"de_CH.$1",
|
61 |
+
"de_CH_informal.$1"
|
62 |
+
],
|
63 |
+
"de@formal.(po)$": [
|
64 |
"de_DE_formal.$1"
|
65 |
]
|
66 |
},
|
152 |
"@devowl-wp/composer-licenses": "^0.1.3",
|
153 |
"@devowl-wp/continuous-integration": "^0.2.0",
|
154 |
"@devowl-wp/eslint-config": "^0.1.3",
|
155 |
+
"@devowl-wp/grunt-continuous-localization": "^0.2.3",
|
156 |
"@devowl-wp/wp-webpack": "^0.1.4",
|
157 |
"@devowl-wp/yarn-licenses": "^0.1.3",
|
158 |
"@types/concurrently": "~6.0.1",
|
vendor/devowl-wp/utils/src/Assets.php
CHANGED
@@ -4,6 +4,8 @@ namespace MatthiasWeb\RealMediaLibrary\Vendor\MatthiasWeb\Utils;
|
|
4 |
|
5 |
use Requests_IDNAEncoder;
|
6 |
use Requests_IRI;
|
|
|
|
|
7 |
use WP_Scripts;
|
8 |
\defined('ABSPATH') or die('No script kiddies please!');
|
9 |
// Avoid direct file request
|
@@ -894,15 +896,28 @@ JS;
|
|
894 |
* @codeCoverageIgnore Completely relies on external library!
|
895 |
*/
|
896 |
public function getAsciiUrl($url) {
|
897 |
-
|
898 |
-
|
899 |
-
|
900 |
-
|
901 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
902 |
}
|
903 |
-
$iri = new \Requests_IRI($url);
|
904 |
-
$iri->host = \Requests_IDNAEncoder::encode($iri->host);
|
905 |
-
return $iri->uri;
|
906 |
}
|
907 |
/**
|
908 |
* Check if SCRIPT_DEBUG is set to true.
|
4 |
|
5 |
use Requests_IDNAEncoder;
|
6 |
use Requests_IRI;
|
7 |
+
use WpOrg\Requests\Iri;
|
8 |
+
use WpOrg\Requests\IdnaEncoder;
|
9 |
use WP_Scripts;
|
10 |
\defined('ABSPATH') or die('No script kiddies please!');
|
11 |
// Avoid direct file request
|
896 |
* @codeCoverageIgnore Completely relies on external library!
|
897 |
*/
|
898 |
public function getAsciiUrl($url) {
|
899 |
+
global $wp_version;
|
900 |
+
if (\version_compare($wp_version, '5.9.0', '>=') || \strpos($wp_version, '5.9-alpha') === 0) {
|
901 |
+
if (!\class_exists(\WpOrg\Requests\Iri::class)) {
|
902 |
+
require_once ABSPATH . WPINC . '/Requests/Iri.php';
|
903 |
+
}
|
904 |
+
if (!\class_exists(\WpOrg\Requests\IdnaEncoder::class)) {
|
905 |
+
require_once ABSPATH . WPINC . '/Requests/IdnaEncoder.php';
|
906 |
+
}
|
907 |
+
$iri = new \WpOrg\Requests\Iri($url);
|
908 |
+
$iri->host = \WpOrg\Requests\IdnaEncoder::encode($iri->host);
|
909 |
+
return $iri->uri;
|
910 |
+
} else {
|
911 |
+
if (!\class_exists('Requests_IRI')) {
|
912 |
+
require_once ABSPATH . WPINC . '/Requests/IRI.php';
|
913 |
+
}
|
914 |
+
if (!\class_exists('Requests_IDNAEncoder')) {
|
915 |
+
require_once ABSPATH . WPINC . '/Requests/IDNAEncoder.php';
|
916 |
+
}
|
917 |
+
$iri = new \Requests_IRI($url);
|
918 |
+
$iri->host = \Requests_IDNAEncoder::encode($iri->host);
|
919 |
+
return $iri->uri;
|
920 |
}
|
|
|
|
|
|
|
921 |
}
|
922 |
/**
|
923 |
* Check if SCRIPT_DEBUG is set to true.
|