Changeset 2885740
- Timestamp:
- 03/23/2023 02:52:50 PM (3 years ago)
- Location:
- wp-user-manager
- Files:
-
- 1 deleted
- 10 edited
- 24 copied
-
tags/2.9.7 (copied) (copied from wp-user-manager/trunk)
-
tags/2.9.7/assets/js/src/wp-user-manager.js (copied) (copied from wp-user-manager/trunk/assets/js/src/wp-user-manager.js)
-
tags/2.9.7/assets/js/wp-user-manager.js (copied) (copied from wp-user-manager/trunk/assets/js/wp-user-manager.js)
-
tags/2.9.7/assets/js/wp-user-manager.min.js (copied) (copied from wp-user-manager/trunk/assets/js/wp-user-manager.min.js)
-
tags/2.9.7/changelog.txt (copied) (copied from wp-user-manager/trunk/changelog.txt) (1 diff)
-
tags/2.9.7/includes/admin/class-wpum-menus.php (copied) (copied from wp-user-manager/trunk/includes/admin/class-wpum-menus.php)
-
tags/2.9.7/includes/admin/class-wpum-user-meta-custom-datastore.php (copied) (copied from wp-user-manager/trunk/includes/admin/class-wpum-user-meta-custom-datastore.php)
-
tags/2.9.7/includes/class-wp-user-manager.php (copied) (copied from wp-user-manager/trunk/includes/class-wp-user-manager.php)
-
tags/2.9.7/includes/filters.php (copied) (copied from wp-user-manager/trunk/includes/filters.php)
-
tags/2.9.7/includes/forms/class-wpum-form-registration.php (copied) (copied from wp-user-manager/trunk/includes/forms/class-wpum-form-registration.php)
-
tags/2.9.7/languages/wp-user-manager.pot (copied) (copied from wp-user-manager/trunk/languages/wp-user-manager.pot) (1 diff)
-
tags/2.9.7/readme.txt (copied) (copied from wp-user-manager/trunk/readme.txt) (2 diffs)
-
tags/2.9.7/vendor-dist/autoload.php (copied) (copied from wp-user-manager/trunk/vendor-dist/autoload.php) (1 diff)
-
tags/2.9.7/vendor-dist/composer/ClassLoader.php (copied) (copied from wp-user-manager/trunk/vendor-dist/composer/ClassLoader.php)
-
tags/2.9.7/vendor-dist/composer/LICENSE (copied) (copied from wp-user-manager/trunk/vendor-dist/composer/LICENSE)
-
tags/2.9.7/vendor-dist/composer/autoload_classmap.php (copied) (copied from wp-user-manager/trunk/vendor-dist/composer/autoload_classmap.php)
-
tags/2.9.7/vendor-dist/composer/autoload_files.php (copied) (copied from wp-user-manager/trunk/vendor-dist/composer/autoload_files.php)
-
tags/2.9.7/vendor-dist/composer/autoload_namespaces.php (copied) (copied from wp-user-manager/trunk/vendor-dist/composer/autoload_namespaces.php)
-
tags/2.9.7/vendor-dist/composer/autoload_psr4.php (copied) (copied from wp-user-manager/trunk/vendor-dist/composer/autoload_psr4.php)
-
tags/2.9.7/vendor-dist/composer/autoload_real.php (copied) (copied from wp-user-manager/trunk/vendor-dist/composer/autoload_real.php) (2 diffs)
-
tags/2.9.7/vendor-dist/composer/autoload_static.php (copied) (copied from wp-user-manager/trunk/vendor-dist/composer/autoload_static.php) (2 diffs)
-
tags/2.9.7/vendor-dist/composer/installed.php (copied) (copied from wp-user-manager/trunk/vendor-dist/composer/installed.php) (1 diff)
-
tags/2.9.7/vendor-dist/composer/platform_check.php (deleted)
-
tags/2.9.7/vendor-dist/htmlburger/carbon-fields/core/Walker/Nav_Menu_Item_Edit_Walker.php (copied) (copied from wp-user-manager/trunk/vendor-dist/htmlburger/carbon-fields/core/Walker/Nav_Menu_Item_Edit_Walker.php)
-
tags/2.9.7/vendor-dist/wp-user-manager/wpum-blocks/blocks-loader.php (modified) (1 diff)
-
tags/2.9.7/wp-user-manager.php (copied) (copied from wp-user-manager/trunk/wp-user-manager.php) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/languages/wp-user-manager.pot (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor-dist/autoload.php (modified) (1 diff)
-
trunk/vendor-dist/composer/autoload_real.php (modified) (2 diffs)
-
trunk/vendor-dist/composer/autoload_static.php (modified) (2 diffs)
-
trunk/vendor-dist/composer/installed.php (modified) (1 diff)
-
trunk/vendor-dist/wp-user-manager/wpum-blocks/blocks-loader.php (modified) (1 diff)
-
trunk/wp-user-manager.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-user-manager/tags/2.9.7/changelog.txt
r2884866 r2885740 2 2 3 3 == Changelog == 4 5 = 2.9.7 (23rd March 2023) = 6 7 - Fix: WP User Manager custom blocks and block restriction settings now appear in the block editor 4 8 5 9 = 2.9.6 (22nd March 2023) = -
wp-user-manager/tags/2.9.7/languages/wp-user-manager.pot
r2884866 r2885740 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WP User Manager 2.9. 6\n"5 "Project-Id-Version: WP User Manager 2.9.7\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-user-manager\n" 7 "POT-Creation-Date: 2023-03-2 2 10:52:01+00:00\n"7 "POT-Creation-Date: 2023-03-23 14:50:02+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=utf-8\n" -
wp-user-manager/tags/2.9.7/readme.txt
r2884866 r2885740 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 Stable Tag: 2.9. 611 Stable Tag: 2.9.7 12 12 13 13 The most customizable profiles & community builder WordPress plugin with front-end login, registration, profile customization and content restriction. … … 131 131 == Changelog == 132 132 133 = 2.9.7 (23rd March 2023) = 134 135 - Fix: WP User Manager custom blocks and block restriction settings now appear in the block editor 136 133 137 = 2.9.6 (22nd March 2023) = 134 138 -
wp-user-manager/tags/2.9.7/vendor-dist/autoload.php
r2884866 r2885740 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 7c349569706eafb651b9af1143a0b9b4::getLoader();25 return ComposerAutoloaderInitd1b604d3ecef1915893019687ab9f7e4::getLoader(); -
wp-user-manager/tags/2.9.7/vendor-dist/composer/autoload_real.php
r2884866 r2885740 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 7c349569706eafb651b9af1143a0b9b45 class ComposerAutoloaderInitd1b604d3ecef1915893019687ab9f7e4 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit 7c349569706eafb651b9af1143a0b9b4', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInitd1b604d3ecef1915893019687ab9f7e4', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \WPUM\Composer\Autoload\ClassLoader(\dirname(__DIR__)); 27 spl_autoload_unregister(array('ComposerAutoloaderInit 7c349569706eafb651b9af1143a0b9b4', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInitd1b604d3ecef1915893019687ab9f7e4', 'loadClassLoader')); 28 28 29 29 require __DIR__ . '/autoload_static.php'; 30 call_user_func(\WPUM\Composer\Autoload\ComposerStaticInit 7c349569706eafb651b9af1143a0b9b4::getInitializer($loader));30 call_user_func(\WPUM\Composer\Autoload\ComposerStaticInitd1b604d3ecef1915893019687ab9f7e4::getInitializer($loader)); 31 31 32 32 $loader->register(true); 33 33 34 $filesToLoad = \WPUM\Composer\Autoload\ComposerStaticInit 7c349569706eafb651b9af1143a0b9b4::$files;34 $filesToLoad = \WPUM\Composer\Autoload\ComposerStaticInitd1b604d3ecef1915893019687ab9f7e4::$files; 35 35 $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { 36 36 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
wp-user-manager/tags/2.9.7/vendor-dist/composer/autoload_static.php
r2884866 r2885740 5 5 namespace WPUM\Composer\Autoload; 6 6 7 class ComposerStaticInit 7c349569706eafb651b9af1143a0b9b47 class ComposerStaticInitd1b604d3ecef1915893019687ab9f7e4 8 8 { 9 9 public static $files = array ( … … 1060 1060 { 1061 1061 return \Closure::bind(function () use ($loader) { 1062 $loader->prefixLengthsPsr4 = ComposerStaticInit 7c349569706eafb651b9af1143a0b9b4::$prefixLengthsPsr4;1063 $loader->prefixDirsPsr4 = ComposerStaticInit 7c349569706eafb651b9af1143a0b9b4::$prefixDirsPsr4;1064 $loader->classMap = ComposerStaticInit 7c349569706eafb651b9af1143a0b9b4::$classMap;1062 $loader->prefixLengthsPsr4 = ComposerStaticInitd1b604d3ecef1915893019687ab9f7e4::$prefixLengthsPsr4; 1063 $loader->prefixDirsPsr4 = ComposerStaticInitd1b604d3ecef1915893019687ab9f7e4::$prefixDirsPsr4; 1064 $loader->classMap = ComposerStaticInitd1b604d3ecef1915893019687ab9f7e4::$classMap; 1065 1065 1066 1066 }, null, ClassLoader::class); -
wp-user-manager/tags/2.9.7/vendor-dist/composer/installed.php
r2884866 r2885740 3 3 namespace WPUM; 4 4 5 return array('root' => array('name' => 'wp-user-manager/wp-user-manager', 'pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => ' 92fced225d1ebf0a996348b6efdfe38861570b62', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('brain/cortex' => array('pretty_version' => 'dev-refactoring-fastroute', 'version' => 'dev-refactoring-fastroute', 'reference' => 'dd6484cd8b049a141b5a73746857fa5415caaca4', 'type' => 'library', 'install_path' => __DIR__ . '/../brain/cortex', 'aliases' => array(0 => '9999999-dev'), 'dev_requirement' => \false), 'composer/installers' => array('pretty_version' => '1.x-dev', 'version' => '1.9999999.9999999.9999999-dev', 'reference' => 'd20a64ed3c94748397ff5973488761b22f6d3f19', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/./installers', 'aliases' => array(), 'dev_requirement' => \false), 'dompdf/dompdf' => array('pretty_version' => 'v2.0.2', 'version' => '2.0.2.0', 'reference' => 'ad4c631bf8897fc1ca7b566468a969cfd71a558a', 'type' => 'library', 'install_path' => __DIR__ . '/../dompdf/dompdf', 'aliases' => array(), 'dev_requirement' => \false), 'gamajo/template-loader' => array('pretty_version' => '1.3.1', 'version' => '1.3.1.0', 'reference' => 'fa92a37b780d945463f7fea328dce14933558752', 'type' => 'library', 'install_path' => __DIR__ . '/../gamajo/template-loader', 'aliases' => array(), 'dev_requirement' => \false), 'htmlburger/carbon-fields' => array('pretty_version' => '2.2.0', 'version' => '2.2.0.0', 'reference' => 'f2e7e7b306f872b606b16909d2a2ee906381d5d1', 'type' => 'library', 'install_path' => __DIR__ . '/../htmlburger/carbon-fields', 'aliases' => array(), 'dev_requirement' => \false), 'masterminds/html5' => array('pretty_version' => '2.7.6', 'version' => '2.7.6.0', 'reference' => '897eb517a343a2281f11bc5556d6548db7d93947', 'type' => 'library', 'install_path' => __DIR__ . '/../masterminds/html5', 'aliases' => array(), 'dev_requirement' => \false), 'nesbot/carbon' => array('pretty_version' => '2.66.0', 'version' => '2.66.0.0', 'reference' => '496712849902241f04902033b0441b269effe001', 'type' => 'library', 'install_path' => __DIR__ . '/../nesbot/carbon', 'aliases' => array(), 'dev_requirement' => \false), 'nikic/fast-route' => array('pretty_version' => 'v0.7.0', 'version' => '0.7.0.0', 'reference' => '8164b4a0d8afde4eae5f1bfc39084972ba23ad36', 'type' => 'library', 'install_path' => __DIR__ . '/../nikic/fast-route', 'aliases' => array(), 'dev_requirement' => \false), 'phenx/php-font-lib' => array('pretty_version' => '0.5.4', 'version' => '0.5.4.0', 'reference' => 'dd448ad1ce34c63d09baccd05415e361300c35b4', 'type' => 'library', 'install_path' => __DIR__ . '/../phenx/php-font-lib', 'aliases' => array(), 'dev_requirement' => \false), 'phenx/php-svg-lib' => array('pretty_version' => '0.5.0', 'version' => '0.5.0.0', 'reference' => '76876c6cf3080bcb6f249d7d59705108166a6685', 'type' => 'library', 'install_path' => __DIR__ . '/../phenx/php-svg-lib', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-message' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'roundcube/plugin-installer' => array('dev_requirement' => \false, 'replaced' => array(0 => '*')), 'sabberworm/php-css-parser' => array('pretty_version' => '8.4.0', 'version' => '8.4.0.0', 'reference' => 'e41d2140031d533348b2192a83f02d8dd8a71d30', 'type' => 'library', 'install_path' => __DIR__ . '/../sabberworm/php-css-parser', 'aliases' => array(), 'dev_requirement' => \false), 'shama/baton' => array('dev_requirement' => \false, 'replaced' => array(0 => '*')), 'stripe/stripe-php' => array('pretty_version' => 'v10.5.0', 'version' => '10.5.0.0', 'reference' => '331415b232d60d7c0449de7bde4cb7d4fedf982e', 'type' => 'library', 'install_path' => __DIR__ . '/../stripe/stripe-php', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/deprecation-contracts' => array('pretty_version' => 'v2.5.2', 'version' => '2.5.2.0', 'reference' => 'e8b495ea28c1d97b5e0c121748d6f9b53d075c66', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-mbstring' => array('pretty_version' => 'v1.26.0', 'version' => '1.26.0.0', 'reference' => '9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php80' => array('pretty_version' => 'v1.26.0', 'version' => '1.26.0.0', 'reference' => 'cfa0ae98841b9e461207c13ab093d76b0fa7bace', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php80', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation' => array('pretty_version' => 'v5.4.11', 'version' => '5.4.11.0', 'reference' => '7a1a8f6bbff269f434a83343a0a5d36a4f8cfa21', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/translation', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation-contracts' => array('pretty_version' => 'v2.5.2', 'version' => '2.5.2.0', 'reference' => '136b19dd05cdf0709db6537d058bcab6dd6e2dbe', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/translation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '2.3')), 'wearerequired/wp-requirements-check' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => '82b8a6c4b953f59e7e534df2d4287e34af950812', 'type' => 'library', 'install_path' => __DIR__ . '/../wearerequired/wp-requirements-check', 'aliases' => array(), 'dev_requirement' => \false), 'wp-user-manager/wp-notices' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '5498f209c6667e88e944194a93a50f9ffc25ea24', 'type' => 'library', 'install_path' => __DIR__ . '/../wp-user-manager/wp-notices', 'aliases' => array(0 => '9999999-dev'), 'dev_requirement' => \false), 'wp-user-manager/wp-optionskit' => array('pretty_version' => '1.1.2', 'version' => '1.1.2.0', 'reference' => '6253bda447991733bf8e19cb2123b41c666f3d62', 'type' => 'library', 'install_path' => __DIR__ . '/../wp-user-manager/wp-optionskit', 'aliases' => array(), 'dev_requirement' => \false), 'wp-user-manager/wp-user-manager' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '92fced225d1ebf0a996348b6efdfe38861570b62', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'wp-user-manager/wpum-blocks' => array('pretty_version' => '1.14', 'version' => '1.14.0.0', 'reference' => 'f9a85366c30911f6be6386059e4425bd3159a0c9', 'type' => 'library', 'install_path' => __DIR__ . '/../wp-user-manager/wpum-blocks', 'aliases' => array(), 'dev_requirement' => \false), 'wpbp/widgets-helper' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '5547acaaf60b856b0025cdf44e3831e0f3202929', 'type' => 'library', 'install_path' => __DIR__ . '/../wpbp/widgets-helper', 'aliases' => array(), 'dev_requirement' => \false)));5 return array('root' => array('name' => 'wp-user-manager/wp-user-manager', 'pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '1539e5f15c4ef989a1df34b0cc8579ad790d9446', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('brain/cortex' => array('pretty_version' => 'dev-refactoring-fastroute', 'version' => 'dev-refactoring-fastroute', 'reference' => 'dd6484cd8b049a141b5a73746857fa5415caaca4', 'type' => 'library', 'install_path' => __DIR__ . '/../brain/cortex', 'aliases' => array(0 => '9999999-dev'), 'dev_requirement' => \false), 'composer/installers' => array('pretty_version' => '1.x-dev', 'version' => '1.9999999.9999999.9999999-dev', 'reference' => 'd20a64ed3c94748397ff5973488761b22f6d3f19', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/./installers', 'aliases' => array(), 'dev_requirement' => \false), 'dompdf/dompdf' => array('pretty_version' => 'v2.0.2', 'version' => '2.0.2.0', 'reference' => 'ad4c631bf8897fc1ca7b566468a969cfd71a558a', 'type' => 'library', 'install_path' => __DIR__ . '/../dompdf/dompdf', 'aliases' => array(), 'dev_requirement' => \false), 'gamajo/template-loader' => array('pretty_version' => '1.3.1', 'version' => '1.3.1.0', 'reference' => 'fa92a37b780d945463f7fea328dce14933558752', 'type' => 'library', 'install_path' => __DIR__ . '/../gamajo/template-loader', 'aliases' => array(), 'dev_requirement' => \false), 'htmlburger/carbon-fields' => array('pretty_version' => '2.2.0', 'version' => '2.2.0.0', 'reference' => 'f2e7e7b306f872b606b16909d2a2ee906381d5d1', 'type' => 'library', 'install_path' => __DIR__ . '/../htmlburger/carbon-fields', 'aliases' => array(), 'dev_requirement' => \false), 'masterminds/html5' => array('pretty_version' => '2.7.6', 'version' => '2.7.6.0', 'reference' => '897eb517a343a2281f11bc5556d6548db7d93947', 'type' => 'library', 'install_path' => __DIR__ . '/../masterminds/html5', 'aliases' => array(), 'dev_requirement' => \false), 'nesbot/carbon' => array('pretty_version' => '2.66.0', 'version' => '2.66.0.0', 'reference' => '496712849902241f04902033b0441b269effe001', 'type' => 'library', 'install_path' => __DIR__ . '/../nesbot/carbon', 'aliases' => array(), 'dev_requirement' => \false), 'nikic/fast-route' => array('pretty_version' => 'v0.7.0', 'version' => '0.7.0.0', 'reference' => '8164b4a0d8afde4eae5f1bfc39084972ba23ad36', 'type' => 'library', 'install_path' => __DIR__ . '/../nikic/fast-route', 'aliases' => array(), 'dev_requirement' => \false), 'phenx/php-font-lib' => array('pretty_version' => '0.5.4', 'version' => '0.5.4.0', 'reference' => 'dd448ad1ce34c63d09baccd05415e361300c35b4', 'type' => 'library', 'install_path' => __DIR__ . '/../phenx/php-font-lib', 'aliases' => array(), 'dev_requirement' => \false), 'phenx/php-svg-lib' => array('pretty_version' => '0.5.0', 'version' => '0.5.0.0', 'reference' => '76876c6cf3080bcb6f249d7d59705108166a6685', 'type' => 'library', 'install_path' => __DIR__ . '/../phenx/php-svg-lib', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-message' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'roundcube/plugin-installer' => array('dev_requirement' => \false, 'replaced' => array(0 => '*')), 'sabberworm/php-css-parser' => array('pretty_version' => '8.4.0', 'version' => '8.4.0.0', 'reference' => 'e41d2140031d533348b2192a83f02d8dd8a71d30', 'type' => 'library', 'install_path' => __DIR__ . '/../sabberworm/php-css-parser', 'aliases' => array(), 'dev_requirement' => \false), 'shama/baton' => array('dev_requirement' => \false, 'replaced' => array(0 => '*')), 'stripe/stripe-php' => array('pretty_version' => 'v10.5.0', 'version' => '10.5.0.0', 'reference' => '331415b232d60d7c0449de7bde4cb7d4fedf982e', 'type' => 'library', 'install_path' => __DIR__ . '/../stripe/stripe-php', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/deprecation-contracts' => array('pretty_version' => 'v2.5.2', 'version' => '2.5.2.0', 'reference' => 'e8b495ea28c1d97b5e0c121748d6f9b53d075c66', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-mbstring' => array('pretty_version' => 'v1.26.0', 'version' => '1.26.0.0', 'reference' => '9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php80' => array('pretty_version' => 'v1.26.0', 'version' => '1.26.0.0', 'reference' => 'cfa0ae98841b9e461207c13ab093d76b0fa7bace', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php80', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation' => array('pretty_version' => 'v5.4.11', 'version' => '5.4.11.0', 'reference' => '7a1a8f6bbff269f434a83343a0a5d36a4f8cfa21', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/translation', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation-contracts' => array('pretty_version' => 'v2.5.2', 'version' => '2.5.2.0', 'reference' => '136b19dd05cdf0709db6537d058bcab6dd6e2dbe', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/translation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '2.3')), 'wearerequired/wp-requirements-check' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => '82b8a6c4b953f59e7e534df2d4287e34af950812', 'type' => 'library', 'install_path' => __DIR__ . '/../wearerequired/wp-requirements-check', 'aliases' => array(), 'dev_requirement' => \false), 'wp-user-manager/wp-notices' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '5498f209c6667e88e944194a93a50f9ffc25ea24', 'type' => 'library', 'install_path' => __DIR__ . '/../wp-user-manager/wp-notices', 'aliases' => array(0 => '9999999-dev'), 'dev_requirement' => \false), 'wp-user-manager/wp-optionskit' => array('pretty_version' => '1.1.2', 'version' => '1.1.2.0', 'reference' => '6253bda447991733bf8e19cb2123b41c666f3d62', 'type' => 'library', 'install_path' => __DIR__ . '/../wp-user-manager/wp-optionskit', 'aliases' => array(), 'dev_requirement' => \false), 'wp-user-manager/wp-user-manager' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '1539e5f15c4ef989a1df34b0cc8579ad790d9446', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'wp-user-manager/wpum-blocks' => array('pretty_version' => '1.14', 'version' => '1.14.0.0', 'reference' => 'f9a85366c30911f6be6386059e4425bd3159a0c9', 'type' => 'library', 'install_path' => __DIR__ . '/../wp-user-manager/wpum-blocks', 'aliases' => array(), 'dev_requirement' => \false), 'wpbp/widgets-helper' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '5547acaaf60b856b0025cdf44e3831e0f3202929', 'type' => 'library', 'install_path' => __DIR__ . '/../wpbp/widgets-helper', 'aliases' => array(), 'dev_requirement' => \false))); -
wp-user-manager/tags/2.9.7/vendor-dist/wp-user-manager/wpum-blocks/blocks-loader.php
r2881136 r2885740 58 58 public function enqueue_scripts() 59 59 { 60 wp_enqueue_script('wpum-blocks', \WPUM_PLUGIN_URL . 'vendor /wp-user-manager/wpum-blocks/build/index.js', ['wp-blocks', 'wp-i18n', 'wp-element', 'wp-components', 'wp-editor'], \WPUM_VERSION);61 wp_enqueue_style('wpum-blocks-admin', \WPUM_PLUGIN_URL . 'vendor /wp-user-manager/wpum-blocks/build/style.css', [], \WPUM_VERSION);60 wp_enqueue_script('wpum-blocks', \WPUM_PLUGIN_URL . 'vendor-dist/wp-user-manager/wpum-blocks/build/index.js', ['wp-blocks', 'wp-i18n', 'wp-element', 'wp-components', 'wp-editor'], \WPUM_VERSION); 61 wp_enqueue_style('wpum-blocks-admin', \WPUM_PLUGIN_URL . 'vendor-dist/wp-user-manager/wpum-blocks/build/style.css', [], \WPUM_VERSION); 62 62 wp_enqueue_style('wpum-blocks-admin-style', \WPUM_PLUGIN_URL . 'assets/css/wpum.min.css', \false, \WPUM_VERSION); 63 63 wp_localize_script('wpum-blocks', 'wpum_blocks', $this->loader->get_js_vars()); -
wp-user-manager/tags/2.9.7/wp-user-manager.php
r2884866 r2885740 4 4 * Plugin URI: https://wpusermanager.com 5 5 * Description: Beautifully simple user profile directories with frontend login, registration and account customization. WP User Manager is the best solution to manage your community and your users for WordPress. 6 * Version: 2.9. 66 * Version: 2.9.7 7 7 * Requires PHP: 7.2 8 8 * Author: WP User Manager … … 22 22 require_once dirname( __FILE__ ) . '/includes/class-wp-user-manager.php'; 23 23 24 return WP_User_Manager::instance( __FILE__, '2.9. 6' );24 return WP_User_Manager::instance( __FILE__, '2.9.7' ); 25 25 } 26 26 -
wp-user-manager/trunk/changelog.txt
r2884866 r2885740 2 2 3 3 == Changelog == 4 5 = 2.9.7 (23rd March 2023) = 6 7 - Fix: WP User Manager custom blocks and block restriction settings now appear in the block editor 4 8 5 9 = 2.9.6 (22nd March 2023) = -
wp-user-manager/trunk/languages/wp-user-manager.pot
r2884866 r2885740 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WP User Manager 2.9. 6\n"5 "Project-Id-Version: WP User Manager 2.9.7\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-user-manager\n" 7 "POT-Creation-Date: 2023-03-2 2 10:52:01+00:00\n"7 "POT-Creation-Date: 2023-03-23 14:50:02+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=utf-8\n" -
wp-user-manager/trunk/readme.txt
r2884866 r2885740 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 Stable Tag: 2.9. 611 Stable Tag: 2.9.7 12 12 13 13 The most customizable profiles & community builder WordPress plugin with front-end login, registration, profile customization and content restriction. … … 131 131 == Changelog == 132 132 133 = 2.9.7 (23rd March 2023) = 134 135 - Fix: WP User Manager custom blocks and block restriction settings now appear in the block editor 136 133 137 = 2.9.6 (22nd March 2023) = 134 138 -
wp-user-manager/trunk/vendor-dist/autoload.php
r2884866 r2885740 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 7c349569706eafb651b9af1143a0b9b4::getLoader();25 return ComposerAutoloaderInitd1b604d3ecef1915893019687ab9f7e4::getLoader(); -
wp-user-manager/trunk/vendor-dist/composer/autoload_real.php
r2884866 r2885740 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 7c349569706eafb651b9af1143a0b9b45 class ComposerAutoloaderInitd1b604d3ecef1915893019687ab9f7e4 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit 7c349569706eafb651b9af1143a0b9b4', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInitd1b604d3ecef1915893019687ab9f7e4', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \WPUM\Composer\Autoload\ClassLoader(\dirname(__DIR__)); 27 spl_autoload_unregister(array('ComposerAutoloaderInit 7c349569706eafb651b9af1143a0b9b4', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInitd1b604d3ecef1915893019687ab9f7e4', 'loadClassLoader')); 28 28 29 29 require __DIR__ . '/autoload_static.php'; 30 call_user_func(\WPUM\Composer\Autoload\ComposerStaticInit 7c349569706eafb651b9af1143a0b9b4::getInitializer($loader));30 call_user_func(\WPUM\Composer\Autoload\ComposerStaticInitd1b604d3ecef1915893019687ab9f7e4::getInitializer($loader)); 31 31 32 32 $loader->register(true); 33 33 34 $filesToLoad = \WPUM\Composer\Autoload\ComposerStaticInit 7c349569706eafb651b9af1143a0b9b4::$files;34 $filesToLoad = \WPUM\Composer\Autoload\ComposerStaticInitd1b604d3ecef1915893019687ab9f7e4::$files; 35 35 $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { 36 36 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
wp-user-manager/trunk/vendor-dist/composer/autoload_static.php
r2884866 r2885740 5 5 namespace WPUM\Composer\Autoload; 6 6 7 class ComposerStaticInit 7c349569706eafb651b9af1143a0b9b47 class ComposerStaticInitd1b604d3ecef1915893019687ab9f7e4 8 8 { 9 9 public static $files = array ( … … 1060 1060 { 1061 1061 return \Closure::bind(function () use ($loader) { 1062 $loader->prefixLengthsPsr4 = ComposerStaticInit 7c349569706eafb651b9af1143a0b9b4::$prefixLengthsPsr4;1063 $loader->prefixDirsPsr4 = ComposerStaticInit 7c349569706eafb651b9af1143a0b9b4::$prefixDirsPsr4;1064 $loader->classMap = ComposerStaticInit 7c349569706eafb651b9af1143a0b9b4::$classMap;1062 $loader->prefixLengthsPsr4 = ComposerStaticInitd1b604d3ecef1915893019687ab9f7e4::$prefixLengthsPsr4; 1063 $loader->prefixDirsPsr4 = ComposerStaticInitd1b604d3ecef1915893019687ab9f7e4::$prefixDirsPsr4; 1064 $loader->classMap = ComposerStaticInitd1b604d3ecef1915893019687ab9f7e4::$classMap; 1065 1065 1066 1066 }, null, ClassLoader::class); -
wp-user-manager/trunk/vendor-dist/composer/installed.php
r2884866 r2885740 3 3 namespace WPUM; 4 4 5 return array('root' => array('name' => 'wp-user-manager/wp-user-manager', 'pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => ' 92fced225d1ebf0a996348b6efdfe38861570b62', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('brain/cortex' => array('pretty_version' => 'dev-refactoring-fastroute', 'version' => 'dev-refactoring-fastroute', 'reference' => 'dd6484cd8b049a141b5a73746857fa5415caaca4', 'type' => 'library', 'install_path' => __DIR__ . '/../brain/cortex', 'aliases' => array(0 => '9999999-dev'), 'dev_requirement' => \false), 'composer/installers' => array('pretty_version' => '1.x-dev', 'version' => '1.9999999.9999999.9999999-dev', 'reference' => 'd20a64ed3c94748397ff5973488761b22f6d3f19', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/./installers', 'aliases' => array(), 'dev_requirement' => \false), 'dompdf/dompdf' => array('pretty_version' => 'v2.0.2', 'version' => '2.0.2.0', 'reference' => 'ad4c631bf8897fc1ca7b566468a969cfd71a558a', 'type' => 'library', 'install_path' => __DIR__ . '/../dompdf/dompdf', 'aliases' => array(), 'dev_requirement' => \false), 'gamajo/template-loader' => array('pretty_version' => '1.3.1', 'version' => '1.3.1.0', 'reference' => 'fa92a37b780d945463f7fea328dce14933558752', 'type' => 'library', 'install_path' => __DIR__ . '/../gamajo/template-loader', 'aliases' => array(), 'dev_requirement' => \false), 'htmlburger/carbon-fields' => array('pretty_version' => '2.2.0', 'version' => '2.2.0.0', 'reference' => 'f2e7e7b306f872b606b16909d2a2ee906381d5d1', 'type' => 'library', 'install_path' => __DIR__ . '/../htmlburger/carbon-fields', 'aliases' => array(), 'dev_requirement' => \false), 'masterminds/html5' => array('pretty_version' => '2.7.6', 'version' => '2.7.6.0', 'reference' => '897eb517a343a2281f11bc5556d6548db7d93947', 'type' => 'library', 'install_path' => __DIR__ . '/../masterminds/html5', 'aliases' => array(), 'dev_requirement' => \false), 'nesbot/carbon' => array('pretty_version' => '2.66.0', 'version' => '2.66.0.0', 'reference' => '496712849902241f04902033b0441b269effe001', 'type' => 'library', 'install_path' => __DIR__ . '/../nesbot/carbon', 'aliases' => array(), 'dev_requirement' => \false), 'nikic/fast-route' => array('pretty_version' => 'v0.7.0', 'version' => '0.7.0.0', 'reference' => '8164b4a0d8afde4eae5f1bfc39084972ba23ad36', 'type' => 'library', 'install_path' => __DIR__ . '/../nikic/fast-route', 'aliases' => array(), 'dev_requirement' => \false), 'phenx/php-font-lib' => array('pretty_version' => '0.5.4', 'version' => '0.5.4.0', 'reference' => 'dd448ad1ce34c63d09baccd05415e361300c35b4', 'type' => 'library', 'install_path' => __DIR__ . '/../phenx/php-font-lib', 'aliases' => array(), 'dev_requirement' => \false), 'phenx/php-svg-lib' => array('pretty_version' => '0.5.0', 'version' => '0.5.0.0', 'reference' => '76876c6cf3080bcb6f249d7d59705108166a6685', 'type' => 'library', 'install_path' => __DIR__ . '/../phenx/php-svg-lib', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-message' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'roundcube/plugin-installer' => array('dev_requirement' => \false, 'replaced' => array(0 => '*')), 'sabberworm/php-css-parser' => array('pretty_version' => '8.4.0', 'version' => '8.4.0.0', 'reference' => 'e41d2140031d533348b2192a83f02d8dd8a71d30', 'type' => 'library', 'install_path' => __DIR__ . '/../sabberworm/php-css-parser', 'aliases' => array(), 'dev_requirement' => \false), 'shama/baton' => array('dev_requirement' => \false, 'replaced' => array(0 => '*')), 'stripe/stripe-php' => array('pretty_version' => 'v10.5.0', 'version' => '10.5.0.0', 'reference' => '331415b232d60d7c0449de7bde4cb7d4fedf982e', 'type' => 'library', 'install_path' => __DIR__ . '/../stripe/stripe-php', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/deprecation-contracts' => array('pretty_version' => 'v2.5.2', 'version' => '2.5.2.0', 'reference' => 'e8b495ea28c1d97b5e0c121748d6f9b53d075c66', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-mbstring' => array('pretty_version' => 'v1.26.0', 'version' => '1.26.0.0', 'reference' => '9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php80' => array('pretty_version' => 'v1.26.0', 'version' => '1.26.0.0', 'reference' => 'cfa0ae98841b9e461207c13ab093d76b0fa7bace', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php80', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation' => array('pretty_version' => 'v5.4.11', 'version' => '5.4.11.0', 'reference' => '7a1a8f6bbff269f434a83343a0a5d36a4f8cfa21', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/translation', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation-contracts' => array('pretty_version' => 'v2.5.2', 'version' => '2.5.2.0', 'reference' => '136b19dd05cdf0709db6537d058bcab6dd6e2dbe', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/translation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '2.3')), 'wearerequired/wp-requirements-check' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => '82b8a6c4b953f59e7e534df2d4287e34af950812', 'type' => 'library', 'install_path' => __DIR__ . '/../wearerequired/wp-requirements-check', 'aliases' => array(), 'dev_requirement' => \false), 'wp-user-manager/wp-notices' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '5498f209c6667e88e944194a93a50f9ffc25ea24', 'type' => 'library', 'install_path' => __DIR__ . '/../wp-user-manager/wp-notices', 'aliases' => array(0 => '9999999-dev'), 'dev_requirement' => \false), 'wp-user-manager/wp-optionskit' => array('pretty_version' => '1.1.2', 'version' => '1.1.2.0', 'reference' => '6253bda447991733bf8e19cb2123b41c666f3d62', 'type' => 'library', 'install_path' => __DIR__ . '/../wp-user-manager/wp-optionskit', 'aliases' => array(), 'dev_requirement' => \false), 'wp-user-manager/wp-user-manager' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '92fced225d1ebf0a996348b6efdfe38861570b62', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'wp-user-manager/wpum-blocks' => array('pretty_version' => '1.14', 'version' => '1.14.0.0', 'reference' => 'f9a85366c30911f6be6386059e4425bd3159a0c9', 'type' => 'library', 'install_path' => __DIR__ . '/../wp-user-manager/wpum-blocks', 'aliases' => array(), 'dev_requirement' => \false), 'wpbp/widgets-helper' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '5547acaaf60b856b0025cdf44e3831e0f3202929', 'type' => 'library', 'install_path' => __DIR__ . '/../wpbp/widgets-helper', 'aliases' => array(), 'dev_requirement' => \false)));5 return array('root' => array('name' => 'wp-user-manager/wp-user-manager', 'pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '1539e5f15c4ef989a1df34b0cc8579ad790d9446', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('brain/cortex' => array('pretty_version' => 'dev-refactoring-fastroute', 'version' => 'dev-refactoring-fastroute', 'reference' => 'dd6484cd8b049a141b5a73746857fa5415caaca4', 'type' => 'library', 'install_path' => __DIR__ . '/../brain/cortex', 'aliases' => array(0 => '9999999-dev'), 'dev_requirement' => \false), 'composer/installers' => array('pretty_version' => '1.x-dev', 'version' => '1.9999999.9999999.9999999-dev', 'reference' => 'd20a64ed3c94748397ff5973488761b22f6d3f19', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/./installers', 'aliases' => array(), 'dev_requirement' => \false), 'dompdf/dompdf' => array('pretty_version' => 'v2.0.2', 'version' => '2.0.2.0', 'reference' => 'ad4c631bf8897fc1ca7b566468a969cfd71a558a', 'type' => 'library', 'install_path' => __DIR__ . '/../dompdf/dompdf', 'aliases' => array(), 'dev_requirement' => \false), 'gamajo/template-loader' => array('pretty_version' => '1.3.1', 'version' => '1.3.1.0', 'reference' => 'fa92a37b780d945463f7fea328dce14933558752', 'type' => 'library', 'install_path' => __DIR__ . '/../gamajo/template-loader', 'aliases' => array(), 'dev_requirement' => \false), 'htmlburger/carbon-fields' => array('pretty_version' => '2.2.0', 'version' => '2.2.0.0', 'reference' => 'f2e7e7b306f872b606b16909d2a2ee906381d5d1', 'type' => 'library', 'install_path' => __DIR__ . '/../htmlburger/carbon-fields', 'aliases' => array(), 'dev_requirement' => \false), 'masterminds/html5' => array('pretty_version' => '2.7.6', 'version' => '2.7.6.0', 'reference' => '897eb517a343a2281f11bc5556d6548db7d93947', 'type' => 'library', 'install_path' => __DIR__ . '/../masterminds/html5', 'aliases' => array(), 'dev_requirement' => \false), 'nesbot/carbon' => array('pretty_version' => '2.66.0', 'version' => '2.66.0.0', 'reference' => '496712849902241f04902033b0441b269effe001', 'type' => 'library', 'install_path' => __DIR__ . '/../nesbot/carbon', 'aliases' => array(), 'dev_requirement' => \false), 'nikic/fast-route' => array('pretty_version' => 'v0.7.0', 'version' => '0.7.0.0', 'reference' => '8164b4a0d8afde4eae5f1bfc39084972ba23ad36', 'type' => 'library', 'install_path' => __DIR__ . '/../nikic/fast-route', 'aliases' => array(), 'dev_requirement' => \false), 'phenx/php-font-lib' => array('pretty_version' => '0.5.4', 'version' => '0.5.4.0', 'reference' => 'dd448ad1ce34c63d09baccd05415e361300c35b4', 'type' => 'library', 'install_path' => __DIR__ . '/../phenx/php-font-lib', 'aliases' => array(), 'dev_requirement' => \false), 'phenx/php-svg-lib' => array('pretty_version' => '0.5.0', 'version' => '0.5.0.0', 'reference' => '76876c6cf3080bcb6f249d7d59705108166a6685', 'type' => 'library', 'install_path' => __DIR__ . '/../phenx/php-svg-lib', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-message' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'roundcube/plugin-installer' => array('dev_requirement' => \false, 'replaced' => array(0 => '*')), 'sabberworm/php-css-parser' => array('pretty_version' => '8.4.0', 'version' => '8.4.0.0', 'reference' => 'e41d2140031d533348b2192a83f02d8dd8a71d30', 'type' => 'library', 'install_path' => __DIR__ . '/../sabberworm/php-css-parser', 'aliases' => array(), 'dev_requirement' => \false), 'shama/baton' => array('dev_requirement' => \false, 'replaced' => array(0 => '*')), 'stripe/stripe-php' => array('pretty_version' => 'v10.5.0', 'version' => '10.5.0.0', 'reference' => '331415b232d60d7c0449de7bde4cb7d4fedf982e', 'type' => 'library', 'install_path' => __DIR__ . '/../stripe/stripe-php', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/deprecation-contracts' => array('pretty_version' => 'v2.5.2', 'version' => '2.5.2.0', 'reference' => 'e8b495ea28c1d97b5e0c121748d6f9b53d075c66', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-mbstring' => array('pretty_version' => 'v1.26.0', 'version' => '1.26.0.0', 'reference' => '9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php80' => array('pretty_version' => 'v1.26.0', 'version' => '1.26.0.0', 'reference' => 'cfa0ae98841b9e461207c13ab093d76b0fa7bace', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php80', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation' => array('pretty_version' => 'v5.4.11', 'version' => '5.4.11.0', 'reference' => '7a1a8f6bbff269f434a83343a0a5d36a4f8cfa21', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/translation', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation-contracts' => array('pretty_version' => 'v2.5.2', 'version' => '2.5.2.0', 'reference' => '136b19dd05cdf0709db6537d058bcab6dd6e2dbe', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/translation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '2.3')), 'wearerequired/wp-requirements-check' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => '82b8a6c4b953f59e7e534df2d4287e34af950812', 'type' => 'library', 'install_path' => __DIR__ . '/../wearerequired/wp-requirements-check', 'aliases' => array(), 'dev_requirement' => \false), 'wp-user-manager/wp-notices' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '5498f209c6667e88e944194a93a50f9ffc25ea24', 'type' => 'library', 'install_path' => __DIR__ . '/../wp-user-manager/wp-notices', 'aliases' => array(0 => '9999999-dev'), 'dev_requirement' => \false), 'wp-user-manager/wp-optionskit' => array('pretty_version' => '1.1.2', 'version' => '1.1.2.0', 'reference' => '6253bda447991733bf8e19cb2123b41c666f3d62', 'type' => 'library', 'install_path' => __DIR__ . '/../wp-user-manager/wp-optionskit', 'aliases' => array(), 'dev_requirement' => \false), 'wp-user-manager/wp-user-manager' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '1539e5f15c4ef989a1df34b0cc8579ad790d9446', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'wp-user-manager/wpum-blocks' => array('pretty_version' => '1.14', 'version' => '1.14.0.0', 'reference' => 'f9a85366c30911f6be6386059e4425bd3159a0c9', 'type' => 'library', 'install_path' => __DIR__ . '/../wp-user-manager/wpum-blocks', 'aliases' => array(), 'dev_requirement' => \false), 'wpbp/widgets-helper' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '5547acaaf60b856b0025cdf44e3831e0f3202929', 'type' => 'library', 'install_path' => __DIR__ . '/../wpbp/widgets-helper', 'aliases' => array(), 'dev_requirement' => \false))); -
wp-user-manager/trunk/vendor-dist/wp-user-manager/wpum-blocks/blocks-loader.php
r2881136 r2885740 58 58 public function enqueue_scripts() 59 59 { 60 wp_enqueue_script('wpum-blocks', \WPUM_PLUGIN_URL . 'vendor /wp-user-manager/wpum-blocks/build/index.js', ['wp-blocks', 'wp-i18n', 'wp-element', 'wp-components', 'wp-editor'], \WPUM_VERSION);61 wp_enqueue_style('wpum-blocks-admin', \WPUM_PLUGIN_URL . 'vendor /wp-user-manager/wpum-blocks/build/style.css', [], \WPUM_VERSION);60 wp_enqueue_script('wpum-blocks', \WPUM_PLUGIN_URL . 'vendor-dist/wp-user-manager/wpum-blocks/build/index.js', ['wp-blocks', 'wp-i18n', 'wp-element', 'wp-components', 'wp-editor'], \WPUM_VERSION); 61 wp_enqueue_style('wpum-blocks-admin', \WPUM_PLUGIN_URL . 'vendor-dist/wp-user-manager/wpum-blocks/build/style.css', [], \WPUM_VERSION); 62 62 wp_enqueue_style('wpum-blocks-admin-style', \WPUM_PLUGIN_URL . 'assets/css/wpum.min.css', \false, \WPUM_VERSION); 63 63 wp_localize_script('wpum-blocks', 'wpum_blocks', $this->loader->get_js_vars()); -
wp-user-manager/trunk/wp-user-manager.php
r2884866 r2885740 4 4 * Plugin URI: https://wpusermanager.com 5 5 * Description: Beautifully simple user profile directories with frontend login, registration and account customization. WP User Manager is the best solution to manage your community and your users for WordPress. 6 * Version: 2.9. 66 * Version: 2.9.7 7 7 * Requires PHP: 7.2 8 8 * Author: WP User Manager … … 22 22 require_once dirname( __FILE__ ) . '/includes/class-wp-user-manager.php'; 23 23 24 return WP_User_Manager::instance( __FILE__, '2.9. 6' );24 return WP_User_Manager::instance( __FILE__, '2.9.7' ); 25 25 } 26 26
Note: See TracChangeset
for help on using the changeset viewer.