Changeset 3427978
- Timestamp:
- 12/26/2025 08:47:29 PM (8 weeks ago)
- Location:
- no-updates/trunk
- Files:
-
- 1 added
- 8 edited
-
README.md (modified) (1 diff)
-
README.txt (modified) (1 diff)
-
composer.json (modified) (1 diff)
-
composer.lock (added)
-
no-updates.php (modified) (2 diffs)
-
vendor/autoload.php (modified) (1 diff)
-
vendor/composer/autoload_real.php (modified) (2 diffs)
-
vendor/composer/autoload_static.php (modified) (2 diffs)
-
vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
no-updates/trunk/README.md
r3427958 r3427978 6 6 - **_Requires at least:_** 4.0 7 7 - **_Tested up to:_** 6.9 8 - **_Stable tag:_** 1.1. 88 - **_Stable tag:_** 1.1.9 9 9 - **_License:_** GPLv2 or later 10 10 - **_License URI:_** http://www.gnu.org/licenses/gpl-2.0.html -
no-updates/trunk/README.txt
r3427958 r3427978 5 5 Requires at least: 4.0 6 6 Tested up to: 6.9 7 Stable tag: 1.1. 87 Stable tag: 1.1.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
no-updates/trunk/composer.json
r3427958 r3427978 1 1 { 2 2 "name": "richardmuvirimi/no-updates", 3 "version" : "1.1. 8",3 "version" : "1.1.9", 4 4 "description": "Suppress all plugin and theme updates", 5 5 "type": "wordpress-plugin", -
no-updates/trunk/no-updates.php
r3427958 r3427978 17 17 * Plugin URI: https://github.com/richard-muvirimi/wp-plugin-no-updates 18 18 * Description: Hide Plugin and Theme Updates with Ease: Say Goodbye to Broken Sites and Hello Hassle-Free Maintenance 19 * Version: 1.1. 819 * Version: 1.1.9 20 20 * Author: Richard Muvirimi 21 21 * Author URI: http://richard.co.zw … … 48 48 * Plugin version number 49 49 */ 50 const NO_UPDATES_VERSION = '1.1. 8';50 const NO_UPDATES_VERSION = '1.1.9'; 51 51 52 52 /** -
no-updates/trunk/vendor/autoload.php
r3427958 r3427978 20 20 require_once __DIR__ . '/composer/autoload_real.php'; 21 21 22 return ComposerAutoloaderInit cf533af872126a0f3c139c8e16317659::getLoader();22 return ComposerAutoloaderInit690e65b18d122864ece7434fb25de9d2::getLoader(); -
no-updates/trunk/vendor/composer/autoload_real.php
r3427958 r3427978 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit cf533af872126a0f3c139c8e163176595 class ComposerAutoloaderInit690e65b18d122864ece7434fb25de9d2 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit cf533af872126a0f3c139c8e16317659', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit690e65b18d122864ece7434fb25de9d2', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit cf533af872126a0f3c139c8e16317659', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit690e65b18d122864ece7434fb25de9d2', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit cf533af872126a0f3c139c8e16317659::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInit690e65b18d122864ece7434fb25de9d2::getInitializer($loader)); 33 33 34 34 $loader->register(true); -
no-updates/trunk/vendor/composer/autoload_static.php
r3427958 r3427978 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit cf533af872126a0f3c139c8e163176597 class ComposerStaticInit690e65b18d122864ece7434fb25de9d2 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 64 64 { 65 65 return \Closure::bind(function () use ($loader) { 66 $loader->prefixLengthsPsr4 = ComposerStaticInit cf533af872126a0f3c139c8e16317659::$prefixLengthsPsr4;67 $loader->prefixDirsPsr4 = ComposerStaticInit cf533af872126a0f3c139c8e16317659::$prefixDirsPsr4;68 $loader->classMap = ComposerStaticInit cf533af872126a0f3c139c8e16317659::$classMap;66 $loader->prefixLengthsPsr4 = ComposerStaticInit690e65b18d122864ece7434fb25de9d2::$prefixLengthsPsr4; 67 $loader->prefixDirsPsr4 = ComposerStaticInit690e65b18d122864ece7434fb25de9d2::$prefixDirsPsr4; 68 $loader->classMap = ComposerStaticInit690e65b18d122864ece7434fb25de9d2::$classMap; 69 69 70 70 }, null, ClassLoader::class); -
no-updates/trunk/vendor/composer/installed.php
r3427958 r3427978 2 2 'root' => array( 3 3 'name' => 'richardmuvirimi/no-updates', 4 'pretty_version' => '1.1. 8',5 'version' => '1.1. 8.0',4 'pretty_version' => '1.1.9', 5 'version' => '1.1.9.0', 6 6 'reference' => null, 7 7 'type' => 'wordpress-plugin', … … 102 102 ), 103 103 'richardmuvirimi/no-updates' => array( 104 'pretty_version' => '1.1. 8',105 'version' => '1.1. 8.0',104 'pretty_version' => '1.1.9', 105 'version' => '1.1.9.0', 106 106 'reference' => null, 107 107 'type' => 'wordpress-plugin',
Note: See TracChangeset
for help on using the changeset viewer.