Version Description
Download this release
Release Info
Developer | devowl |
Plugin | Real Media Library: Media Library Folder & File Manager |
Version | 4.18.19 |
Comparing to | |
See all releases |
Code changes from version 4.18.18 to 4.18.19
- CHANGELOG.md +11 -0
- README.txt +2 -2
- 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/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +4 -4
- vendor/composer/installed.php +1 -1
- vendor/devowl-wp/freemium/CHANGELOG.md +8 -0
- vendor/devowl-wp/freemium/package.json +2 -2
- vendor/devowl-wp/real-product-manager-wp-client/CHANGELOG.md +8 -0
- vendor/devowl-wp/real-product-manager-wp-client/package.json +2 -2
- vendor/devowl-wp/real-utils/CHANGELOG.md +8 -0
- vendor/devowl-wp/real-utils/package.json +2 -2
- vendor/devowl-wp/utils/CHANGELOG.md +11 -0
- vendor/devowl-wp/utils/languages/backend/utils.pot +1 -1
- vendor/devowl-wp/utils/package.json +1 -1
- vendor/devowl-wp/utils/src/Service.php +2 -1
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.18.18 (2022-10-25)
|
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 |
+
## 4.18.19 (2022-10-31)
|
7 |
+
|
8 |
+
|
9 |
+
### chore
|
10 |
+
|
11 |
+
* compatibility with WordPress 6.1 (CU-32bjn2k)
|
12 |
+
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
## 4.18.18 (2022-10-25)
|
18 |
|
19 |
|
README.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Real Media Library: Media Library Folder & File Manager ===
|
2 |
Contributors: devowl, mguenter, jankarres, mrguenter, styx
|
3 |
Tags: wordpress media library folders, media library folders, file manager, media folder, media library folder, media library category, media library categories, media category, subfolders, file manager, directories, folder, folders, organize, media library, enhanced Media, enhanced media library, media management, media directory, folder manager, wordpress, media library wizard, folders manager, media library folder, media folders, media directories, media categories, wordpress media library folders, wordpress media folder, wordpress media folders, wordpress media library
|
4 |
-
Stable tag: 4.18.
|
5 |
Requires at least: 5.2
|
6 |
Requires PHP: 7.2.0
|
7 |
-
Tested up to: 6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.en.html
|
10 |
|
1 |
=== Real Media Library: Media Library Folder & File Manager ===
|
2 |
Contributors: devowl, mguenter, jankarres, mrguenter, styx
|
3 |
Tags: wordpress media library folders, media library folders, file manager, media folder, media library folder, media library category, media library categories, media category, subfolders, file manager, directories, folder, folders, organize, media library, enhanced Media, enhanced media library, media management, media directory, folder manager, wordpress, media library wizard, folders manager, media library folder, media folders, media directories, media categories, wordpress media library folders, wordpress media folder, wordpress media folders, wordpress media library
|
4 |
+
Stable tag: 4.18.19
|
5 |
Requires at least: 5.2
|
6 |
Requires PHP: 7.2.0
|
7 |
+
Tested up to: 6.1
|
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 (
|
3 |
return [
|
4 |
'i18n-react' => '0.7.0',
|
5 |
'mobx' => '4.15.7',
|
1 |
<?php
|
2 |
+
/* This file was automatically generated (Mon Oct 31 2022 14:59:28 GMT+0000 (Coordinated Universal Time)). */
|
3 |
return [
|
4 |
'i18n-react' => '0.7.0',
|
5 |
'mobx' => '4.15.7',
|
inc/base/others/cachebuster.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<?php
|
2 |
-
/* This file was automatically generated (
|
3 |
return [
|
4 |
'src/public/dist/rml_gutenberg.lite.js' => 'ec037dfb6f4518134e33bc6a33d2e466',
|
5 |
'src/public/dist/rml_gutenberg.pro.js' => '6a34186dde43c12b236b2fd5c0c947df',
|
1 |
<?php
|
2 |
+
/* This file was automatically generated (Mon Oct 31 2022 14:59:28 GMT+0000 (Coordinated Universal Time)). */
|
3 |
return [
|
4 |
'src/public/dist/rml_gutenberg.lite.js' => 'ec037dfb6f4518134e33bc6a33d2e466',
|
5 |
'src/public/dist/rml_gutenberg.pro.js' => '6a34186dde43c12b236b2fd5c0c947df',
|
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.18.
|
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.18.19
|
12 |
* Text Domain: real-media-library
|
13 |
* Domain Path: /languages
|
14 |
*/
|
vendor/autoload.php
CHANGED
@@ -22,4 +22,4 @@ if (PHP_VERSION_ID < 50600) {
|
|
22 |
|
23 |
require_once __DIR__ . '/composer/autoload_real.php';
|
24 |
|
25 |
-
return
|
22 |
|
23 |
require_once __DIR__ . '/composer/autoload_real.php';
|
24 |
|
25 |
+
return ComposerAutoloaderInit2d6eae8a732e8aced001921051221bfc::getLoader();
|
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,19 +22,19 @@ class ComposerAutoloaderInite677e6885a50bb489d16c652484d74eb
|
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
-
spl_autoload_register(array('
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
27 |
-
spl_autoload_unregister(array('
|
28 |
|
29 |
require __DIR__ . '/autoload_static.php';
|
30 |
-
call_user_func(\Composer\Autoload\
|
31 |
|
32 |
$loader->setClassMapAuthoritative(true);
|
33 |
$loader->register(true);
|
34 |
|
35 |
-
$includeFiles = \Composer\Autoload\
|
36 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
37 |
-
|
38 |
}
|
39 |
|
40 |
return $loader;
|
@@ -46,7 +46,7 @@ class ComposerAutoloaderInite677e6885a50bb489d16c652484d74eb
|
|
46 |
* @param string $file
|
47 |
* @return void
|
48 |
*/
|
49 |
-
function
|
50 |
{
|
51 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
52 |
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit2d6eae8a732e8aced001921051221bfc
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
+
spl_autoload_register(array('ComposerAutoloaderInit2d6eae8a732e8aced001921051221bfc', 'loadClassLoader'), true, true);
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
27 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit2d6eae8a732e8aced001921051221bfc', 'loadClassLoader'));
|
28 |
|
29 |
require __DIR__ . '/autoload_static.php';
|
30 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit2d6eae8a732e8aced001921051221bfc::getInitializer($loader));
|
31 |
|
32 |
$loader->setClassMapAuthoritative(true);
|
33 |
$loader->register(true);
|
34 |
|
35 |
+
$includeFiles = \Composer\Autoload\ComposerStaticInit2d6eae8a732e8aced001921051221bfc::$files;
|
36 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
37 |
+
composerRequire2d6eae8a732e8aced001921051221bfc($fileIdentifier, $file);
|
38 |
}
|
39 |
|
40 |
return $loader;
|
46 |
* @param string $file
|
47 |
* @return void
|
48 |
*/
|
49 |
+
function composerRequire2d6eae8a732e8aced001921051221bfc($fileIdentifier, $file)
|
50 |
{
|
51 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
52 |
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
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 |
'cd48e99dc39649f6529395d65373ee16' => __DIR__ . '/..' . '/devowl-wp/real-product-manager-wp-client/src/autoload.php',
|
@@ -173,9 +173,9 @@ class ComposerStaticInite677e6885a50bb489d16c652484d74eb
|
|
173 |
public static function getInitializer(ClassLoader $loader)
|
174 |
{
|
175 |
return \Closure::bind(function () use ($loader) {
|
176 |
-
$loader->prefixLengthsPsr4 =
|
177 |
-
$loader->prefixDirsPsr4 =
|
178 |
-
$loader->classMap =
|
179 |
|
180 |
}, null, ClassLoader::class);
|
181 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit2d6eae8a732e8aced001921051221bfc
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'cd48e99dc39649f6529395d65373ee16' => __DIR__ . '/..' . '/devowl-wp/real-product-manager-wp-client/src/autoload.php',
|
173 |
public static function getInitializer(ClassLoader $loader)
|
174 |
{
|
175 |
return \Closure::bind(function () use ($loader) {
|
176 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit2d6eae8a732e8aced001921051221bfc::$prefixLengthsPsr4;
|
177 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit2d6eae8a732e8aced001921051221bfc::$prefixDirsPsr4;
|
178 |
+
$loader->classMap = ComposerStaticInit2d6eae8a732e8aced001921051221bfc::$classMap;
|
179 |
|
180 |
}, null, ClassLoader::class);
|
181 |
}
|
vendor/composer/installed.php
CHANGED
@@ -2,4 +2,4 @@
|
|
2 |
|
3 |
namespace MatthiasWeb\RealMediaLibrary\Vendor;
|
4 |
|
5 |
-
return array('root' => array('name' => '__root__', 'pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '
|
2 |
|
3 |
namespace MatthiasWeb\RealMediaLibrary\Vendor;
|
4 |
|
5 |
+
return array('root' => array('name' => '__root__', 'pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '6190d1406a372d5c8bee0132668c94fcd44bea45', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('__root__' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '6190d1406a372d5c8bee0132668c94fcd44bea45', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'devowl-wp/freemium' => array('pretty_version' => 'dev-wordpress', 'version' => 'dev-wordpress', 'reference' => 'a6f7fa5938b077d07d390d5a6729e1b48e0c178b', 'type' => 'library', 'install_path' => __DIR__ . '/../devowl-wp/freemium', 'aliases' => array(), 'dev_requirement' => \false), 'devowl-wp/real-product-manager-wp-client' => array('pretty_version' => 'dev-wordpress', 'version' => 'dev-wordpress', 'reference' => '20cb702cfdf8371d48750463c30f8551c1753410', 'type' => 'library', 'install_path' => __DIR__ . '/../devowl-wp/real-product-manager-wp-client', 'aliases' => array(), 'dev_requirement' => \false), 'devowl-wp/real-utils' => array('pretty_version' => 'dev-wordpress', 'version' => 'dev-wordpress', 'reference' => '48f380da0e61910f07cecb52dc58cf8e24b8f5e1', 'type' => 'library', 'install_path' => __DIR__ . '/../devowl-wp/real-utils', 'aliases' => array(), 'dev_requirement' => \false), 'devowl-wp/utils' => array('pretty_version' => 'dev-wordpress', 'version' => 'dev-wordpress', 'reference' => '4f4a98962be8e2e5a3404e76233f744ca5346477', 'type' => 'library', 'install_path' => __DIR__ . '/../devowl-wp/utils', 'aliases' => array(), 'dev_requirement' => \false), 'yahnis-elsts/plugin-update-checker' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '56c78cc6da7b071e58ec4a4cc04f2a2dcae05a13', 'type' => 'library', 'install_path' => __DIR__ . '/../yahnis-elsts/plugin-update-checker', 'aliases' => array(0 => '9999999-dev'), 'dev_requirement' => \false)));
|
vendor/devowl-wp/freemium/CHANGELOG.md
CHANGED
@@ -3,6 +3,14 @@
|
|
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.3.22 (2022-10-25)
|
7 |
|
8 |
**Note:** This package (@devowl-wp/freemium) 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 |
+
## 1.3.23 (2022-10-31)
|
7 |
+
|
8 |
+
**Note:** This package (@devowl-wp/freemium) has been updated because a dependency, which is also shipped with this package, has changed.
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
|
13 |
+
|
14 |
## 1.3.22 (2022-10-25)
|
15 |
|
16 |
**Note:** This package (@devowl-wp/freemium) has been updated because a dependency, which is also shipped with this package, has changed.
|
vendor/devowl-wp/freemium/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"name": "@devowl-wp/freemium",
|
3 |
-
"version": "1.3.
|
4 |
"private": true,
|
5 |
"description": "Make your plugin to a freemium plugin with predefined Envato support",
|
6 |
"homepage": "https://devowl.io",
|
@@ -101,7 +101,7 @@
|
|
101 |
"@devowl-wp/phpcs-config": "^0.1.4",
|
102 |
"@devowl-wp/phpunit-config": "^0.1.4",
|
103 |
"@devowl-wp/ts-config": "^0.1.6",
|
104 |
-
"@devowl-wp/utils": "^1.12.
|
105 |
"@devowl-wp/webpack-config": "^0.2.4",
|
106 |
"@types/grunt": "~0.4.25",
|
107 |
"@types/jest": "~26.0.23",
|
1 |
{
|
2 |
"name": "@devowl-wp/freemium",
|
3 |
+
"version": "1.3.23",
|
4 |
"private": true,
|
5 |
"description": "Make your plugin to a freemium plugin with predefined Envato support",
|
6 |
"homepage": "https://devowl.io",
|
101 |
"@devowl-wp/phpcs-config": "^0.1.4",
|
102 |
"@devowl-wp/phpunit-config": "^0.1.4",
|
103 |
"@devowl-wp/ts-config": "^0.1.6",
|
104 |
+
"@devowl-wp/utils": "^1.12.21",
|
105 |
"@devowl-wp/webpack-config": "^0.2.4",
|
106 |
"@types/grunt": "~0.4.25",
|
107 |
"@types/jest": "~26.0.23",
|
vendor/devowl-wp/real-product-manager-wp-client/CHANGELOG.md
CHANGED
@@ -3,6 +3,14 @@
|
|
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.13.12 (2022-10-25)
|
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.13.13 (2022-10-31)
|
7 |
+
|
8 |
+
**Note:** This package (@devowl-wp/real-product-manager-wp-client) has been updated because a dependency, which is also shipped with this package, has changed.
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
|
13 |
+
|
14 |
## 1.13.12 (2022-10-25)
|
15 |
|
16 |
|
vendor/devowl-wp/real-product-manager-wp-client/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"name": "@devowl-wp/real-product-manager-wp-client",
|
3 |
-
"version": "1.13.
|
4 |
"private": true,
|
5 |
"description": "A WordPress client for Real Product Manager",
|
6 |
"homepage": "https://devowl.io",
|
@@ -103,7 +103,7 @@
|
|
103 |
"@devowl-wp/phpcs-config": "^0.1.4",
|
104 |
"@devowl-wp/phpunit-config": "^0.1.4",
|
105 |
"@devowl-wp/ts-config": "^0.1.6",
|
106 |
-
"@devowl-wp/utils": "^1.12.
|
107 |
"@devowl-wp/webpack-config": "^0.2.4",
|
108 |
"@types/grunt": "~0.4.25",
|
109 |
"@types/jest": "~26.0.23",
|
1 |
{
|
2 |
"name": "@devowl-wp/real-product-manager-wp-client",
|
3 |
+
"version": "1.13.13",
|
4 |
"private": true,
|
5 |
"description": "A WordPress client for Real Product Manager",
|
6 |
"homepage": "https://devowl.io",
|
103 |
"@devowl-wp/phpcs-config": "^0.1.4",
|
104 |
"@devowl-wp/phpunit-config": "^0.1.4",
|
105 |
"@devowl-wp/ts-config": "^0.1.6",
|
106 |
+
"@devowl-wp/utils": "^1.12.21",
|
107 |
"@devowl-wp/webpack-config": "^0.2.4",
|
108 |
"@types/grunt": "~0.4.25",
|
109 |
"@types/jest": "~26.0.23",
|
vendor/devowl-wp/real-utils/CHANGELOG.md
CHANGED
@@ -3,6 +3,14 @@
|
|
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.13 (2022-10-25)
|
7 |
|
8 |
**Note:** This package (@devowl-wp/real-utils) 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 |
+
## 1.8.14 (2022-10-31)
|
7 |
+
|
8 |
+
**Note:** This package (@devowl-wp/real-utils) has been updated because a dependency, which is also shipped with this package, has changed.
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
|
13 |
+
|
14 |
## 1.8.13 (2022-10-25)
|
15 |
|
16 |
**Note:** This package (@devowl-wp/real-utils) has been updated because a dependency, which is also shipped with this package, has changed.
|
vendor/devowl-wp/real-utils/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"name": "@devowl-wp/real-utils",
|
3 |
-
"version": "1.8.
|
4 |
"private": true,
|
5 |
"description": "Create cross-selling ads, about page, rating and newsletter input for WP Real plugins.",
|
6 |
"homepage": "https://devowl.io",
|
@@ -102,7 +102,7 @@
|
|
102 |
"@devowl-wp/phpcs-config": "^0.1.4",
|
103 |
"@devowl-wp/phpunit-config": "^0.1.4",
|
104 |
"@devowl-wp/ts-config": "^0.1.6",
|
105 |
-
"@devowl-wp/utils": "^1.12.
|
106 |
"@devowl-wp/webpack-config": "^0.2.4",
|
107 |
"@types/grunt": "~0.4.25",
|
108 |
"@types/jest": "~26.0.23",
|
1 |
{
|
2 |
"name": "@devowl-wp/real-utils",
|
3 |
+
"version": "1.8.14",
|
4 |
"private": true,
|
5 |
"description": "Create cross-selling ads, about page, rating and newsletter input for WP Real plugins.",
|
6 |
"homepage": "https://devowl.io",
|
102 |
"@devowl-wp/phpcs-config": "^0.1.4",
|
103 |
"@devowl-wp/phpunit-config": "^0.1.4",
|
104 |
"@devowl-wp/ts-config": "^0.1.6",
|
105 |
+
"@devowl-wp/utils": "^1.12.21",
|
106 |
"@devowl-wp/webpack-config": "^0.2.4",
|
107 |
"@types/grunt": "~0.4.25",
|
108 |
"@types/jest": "~26.0.23",
|
vendor/devowl-wp/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.12.20 (2022-10-25)
|
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.21 (2022-10-31)
|
7 |
+
|
8 |
+
|
9 |
+
### chore
|
10 |
+
|
11 |
+
* add WP REST API Controller as REST-blocker plugin in notice (CU-32h6uzz)
|
12 |
+
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
## 1.12.20 (2022-10-25)
|
18 |
|
19 |
|
vendor/devowl-wp/utils/languages/backend/utils.pot
CHANGED
@@ -9,7 +9,7 @@ msgstr ""
|
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
"POT-Creation-Date: n/a\n"
|
11 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
12 |
-
"X-Generator: WP-CLI 2.
|
13 |
|
14 |
#. translators:
|
15 |
#: Service.php:1
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
"POT-Creation-Date: n/a\n"
|
11 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
12 |
+
"X-Generator: WP-CLI 2.7.1\n"
|
13 |
|
14 |
#. translators:
|
15 |
#: Service.php:1
|
vendor/devowl-wp/utils/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"name": "@devowl-wp/utils",
|
3 |
-
"version": "1.12.
|
4 |
"private": true,
|
5 |
"description": "Utility functionality for all your WordPress plugins.",
|
6 |
"homepage": "https://devowl.io",
|
1 |
{
|
2 |
"name": "@devowl-wp/utils",
|
3 |
+
"version": "1.12.21",
|
4 |
"private": true,
|
5 |
"description": "Utility functionality for all your WordPress plugins.",
|
6 |
"homepage": "https://devowl.io",
|
vendor/devowl-wp/utils/src/Service.php
CHANGED
@@ -28,7 +28,8 @@ class Service {
|
|
28 |
'perfmatters',
|
29 |
'swift-performance',
|
30 |
'clearfy',
|
31 |
-
'password-protected'
|
|
|
32 |
];
|
33 |
/**
|
34 |
* C'tor.
|
28 |
'perfmatters',
|
29 |
'swift-performance',
|
30 |
'clearfy',
|
31 |
+
'password-protected',
|
32 |
+
'wp-rest-api-controller'
|
33 |
];
|
34 |
/**
|
35 |
* C'tor.
|