Plugin Directory

Changeset 2880707


Ignore:
Timestamp:
03/15/2023 05:29:25 PM (3 years ago)
Author:
tygalive
Message:

Merge pull request #4 from richard-muvirimi/development

Location:
no-updates
Files:
328 added
7 edited

Legend:

Unmodified
Added
Removed
  • no-updates/trunk/README.md

    r2880699 r2880707  
    66- **_Requires at least:_** 4.0
    77- **_Tested up to:_** 6.1
    8 - **_Stable tag:_** 1.1.3
     8- **_Stable tag:_** 1.1.4
    99- **_License:_** GPLv2 or later
    1010- **_License URI:_** http://www.gnu.org/licenses/gpl-2.0.html
     
    5151## Changelog
    5252
    53 **_1.0.0 - 1.1.3 _**
     53**_1.0.0 - 1.1.4 _**
    5454
    5555- Initial Release
  • no-updates/trunk/README.txt

    r2880699 r2880707  
    55Requires at least: 4.0
    66Tested up to: 6.1
    7 Stable tag: 1.1.3
     7Stable tag: 1.1.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5050== Changelog ==
    5151
    52 = 1.0.0 - 1.1.3 =
     52= 1.0.0 - 1.1.4 =
    5353* Initial Release
    5454
  • no-updates/trunk/no-updates.php

    r2880699 r2880707  
    1717 * Plugin URI:        https://github.com/richard-muvirimi/wp-plugin-no-updates
    1818 * Description:       Hide Plugin and Theme Updates with Ease: Say Goodbye to Broken Sites and Hassle-Free Maintenance
    19  * Version:           1.1.3
     19 * Version:           1.1.4
    2020 * Author:            Richard Muvirimi
    2121 * Author URI:        http://richard.co.zw
     
    4141 * Plugin version number
    4242 */
    43 const NO_UPDATES_VERSION = '1.1.3';
     43const NO_UPDATES_VERSION = '1.1.4';
    4444
    4545/**
  • no-updates/trunk/src/Helpers/Logger.php

    r2872628 r2880707  
    6363                    $baseRequest->addUserProperty(new UserProperty("wordpress_version", get_bloginfo("version")));
    6464                    $baseRequest->addUserProperty(new UserProperty("plugin_version", NO_UPDATES_VERSION));
    65 
    66                     $woocommerce = get_plugin_data(WP_PLUGIN_DIR . DIRECTORY_SEPARATOR . "woocommerce/woocommerce.php");
    67                     $baseRequest->addUserProperty(new UserProperty("woocommerce_version", $woocommerce["Version"]));
    6865
    6966                    $baseEvent = new BaseEvent($event);
  • no-updates/trunk/vendor/autoload.php

    r2880699 r2880707  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInite7a7974c2f75474e91e08c0656773a25::getLoader();
     25return ComposerAutoloaderInit5a7aa056159d4765ff49cc445b264887::getLoader();
  • no-updates/trunk/vendor/composer/autoload_real.php

    r2880699 r2880707  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInite7a7974c2f75474e91e08c0656773a25
     5class ComposerAutoloaderInit5a7aa056159d4765ff49cc445b264887
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInite7a7974c2f75474e91e08c0656773a25', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit5a7aa056159d4765ff49cc445b264887', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
    29         spl_autoload_unregister(array('ComposerAutoloaderInite7a7974c2f75474e91e08c0656773a25', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit5a7aa056159d4765ff49cc445b264887', 'loadClassLoader'));
    3030
    3131        require __DIR__ . '/autoload_static.php';
    32         call_user_func(\Composer\Autoload\ComposerStaticInite7a7974c2f75474e91e08c0656773a25::getInitializer($loader));
     32        call_user_func(\Composer\Autoload\ComposerStaticInit5a7aa056159d4765ff49cc445b264887::getInitializer($loader));
    3333
    3434        $loader->register(true);
  • no-updates/trunk/vendor/composer/autoload_static.php

    r2880699 r2880707  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInite7a7974c2f75474e91e08c0656773a25
     7class ComposerStaticInit5a7aa056159d4765ff49cc445b264887
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    4949    {
    5050        return \Closure::bind(function () use ($loader) {
    51             $loader->prefixLengthsPsr4 = ComposerStaticInite7a7974c2f75474e91e08c0656773a25::$prefixLengthsPsr4;
    52             $loader->prefixDirsPsr4 = ComposerStaticInite7a7974c2f75474e91e08c0656773a25::$prefixDirsPsr4;
    53             $loader->classMap = ComposerStaticInite7a7974c2f75474e91e08c0656773a25::$classMap;
     51            $loader->prefixLengthsPsr4 = ComposerStaticInit5a7aa056159d4765ff49cc445b264887::$prefixLengthsPsr4;
     52            $loader->prefixDirsPsr4 = ComposerStaticInit5a7aa056159d4765ff49cc445b264887::$prefixDirsPsr4;
     53            $loader->classMap = ComposerStaticInit5a7aa056159d4765ff49cc445b264887::$classMap;
    5454
    5555        }, null, ClassLoader::class);
Note: See TracChangeset for help on using the changeset viewer.