Plugin Directory

Changeset 3294998


Ignore:
Timestamp:
05/16/2025 07:50:38 PM (11 months ago)
Author:
ilovepdf
Message:

Update to version 2.1.11 from GitHub

Location:
ilovepdf
Files:
16 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ilovepdf/tags/2.1.11/README.txt

    r3283608 r3294998  
    11=== PDF Compressor & Watermark - iLovePDF ===
    22Plugin Name: Image Compressor & Optimizer - iLovePDF
    3 Version: 2.1.10
     3Version: 2.1.11
    44Author: iLovePDF
    55Author URI: https://www.ilovepdf.com/
     
    88Requires at least: 5.3
    99Tested up to: 6.8
    10 Stable tag: 2.1.10
     10Stable tag: 2.1.11
    1111Requires PHP: 7.4
    1212License: GPLv2 or later
     
    8181
    8282== Changelog ==
     83
     84= 2.1.11 =
     85Improved
     86* Update Libraries.
    8387
    8488= 2.1.10 =
  • ilovepdf/tags/2.1.11/ilove-pdf.php

    r3283608 r3294998  
    1111 * Plugin URI:        https://iloveapi.com/
    1212 * Description:       Compress your PDF files and Stamp Images or text into PDF files. This is the Official iLovePDF plugin for WordPress. You can optimize all your PDF and stamp them automatically as you do in ilovepdf.com.
    13  * Version:           2.1.10
     13 * Version:           2.1.11
    1414 * Requires at least: 5.3
    1515 * Requires PHP:      7.4
  • ilovepdf/tags/2.1.11/includes/Ilove_Pdf.php

    r3283608 r3294998  
    7575
    7676        $this->plugin_name = 'ilove-pdf';
    77         $this->version     = 'wp.2.1.10';
     77        $this->version     = 'wp.2.1.11';
    7878
    7979        $this->load_dependencies();
  • ilovepdf/tags/2.1.11/package.json

    r3283608 r3294998  
    1111  "license": "ISC",
    1212  "devDependencies": {
    13     "@babel/core": "^7.26",
    14     "@babel/preset-env": "^7.26",
     13    "@babel/core": "^7.27",
     14    "@babel/preset-env": "^7.27",
    1515    "gulp": "^5.0.0",
    1616    "gulp-autoprefixer": "^9.0.0",
     
    2323    "gulp-uglify": "^3.0.2",
    2424    "merge-stream": "^2.0.0",
    25     "sass": "^1.87"
     25    "sass": "^1.89"
    2626  }
    2727}
  • ilovepdf/tags/2.1.11/vendor/autoload.php

    r3257268 r3294998  
    1515        }
    1616    }
    17     trigger_error(
    18         $err,
    19         E_USER_ERROR
    20     );
     17    throw new RuntimeException($err);
    2118}
    2219
  • ilovepdf/tags/2.1.11/vendor/composer/InstalledVersions.php

    r3257268 r3294998  
    2727class InstalledVersions
    2828{
     29    /**
     30     * @var string|null if set (by reflection by Composer), this should be set to the path where this class is being copied to
     31     * @internal
     32     */
     33    private static $selfDir = null;
     34
    2935    /**
    3036     * @var mixed[]|null
     
    324330
    325331    /**
     332     * @return string
     333     */
     334    private static function getSelfDir()
     335    {
     336        if (self::$selfDir === null) {
     337            self::$selfDir = strtr(__DIR__, '\\', '/');
     338        }
     339
     340        return self::$selfDir;
     341    }
     342
     343    /**
    326344     * @return array[]
    327345     * @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
     
    337355
    338356        if (self::$canGetVendors) {
    339             $selfDir = strtr(__DIR__, '\\', '/');
     357            $selfDir = self::getSelfDir();
    340358            foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) {
    341359                $vendorDir = strtr($vendorDir, '\\', '/');
  • ilovepdf/tags/2.1.11/vendor/composer/installed.json

    r3283608 r3294998  
    535535        {
    536536            "name": "php-stubs/wordpress-stubs",
    537             "version": "v6.8.0",
    538             "version_normalized": "6.8.0.0",
     537            "version": "v6.8.1",
     538            "version_normalized": "6.8.1.0",
    539539            "source": {
    540540                "type": "git",
    541541                "url": "https://github.com/php-stubs/wordpress-stubs.git",
    542                 "reference": "1824db4d1d00d32c0119175d2369d9425dbc4953"
    543             },
    544             "dist": {
    545                 "type": "zip",
    546                 "url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/1824db4d1d00d32c0119175d2369d9425dbc4953",
    547                 "reference": "1824db4d1d00d32c0119175d2369d9425dbc4953",
     542                "reference": "92e444847d94f7c30f88c60004648f507688acd5"
     543            },
     544            "dist": {
     545                "type": "zip",
     546                "url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/92e444847d94f7c30f88c60004648f507688acd5",
     547                "reference": "92e444847d94f7c30f88c60004648f507688acd5",
    548548                "shasum": ""
    549549            },
     
    553553            "require-dev": {
    554554                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
    555                 "nikic/php-parser": "^4.13",
     555                "nikic/php-parser": "^5.4",
    556556                "php": "^7.4 || ^8.0",
    557557                "php-stubs/generator": "^0.8.3",
     
    567567                "szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan"
    568568            },
    569             "time": "2025-04-17T15:13:53+00:00",
     569            "time": "2025-05-02T12:33:34+00:00",
    570570            "type": "library",
    571571            "installation-source": "dist",
     
    583583            "support": {
    584584                "issues": "https://github.com/php-stubs/wordpress-stubs/issues",
    585                 "source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.8.0"
     585                "source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.8.1"
    586586            },
    587587            "install-path": "../php-stubs/wordpress-stubs"
     
    816816        {
    817817            "name": "phpstan/phpstan",
    818             "version": "2.1.12",
    819             "version_normalized": "2.1.12.0",
     818            "version": "2.1.16",
     819            "version_normalized": "2.1.16.0",
    820820            "source": {
    821821                "type": "git",
    822822                "url": "https://github.com/phpstan/phpstan.git",
    823                 "reference": "96dde49e967c0c22812bcfa7bda4ff82c09f3b0c"
    824             },
    825             "dist": {
    826                 "type": "zip",
    827                 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/96dde49e967c0c22812bcfa7bda4ff82c09f3b0c",
    828                 "reference": "96dde49e967c0c22812bcfa7bda4ff82c09f3b0c",
     823                "reference": "b8c1cf533cba0c305d91c6ccd23f3dd0566ba5f9"
     824            },
     825            "dist": {
     826                "type": "zip",
     827                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b8c1cf533cba0c305d91c6ccd23f3dd0566ba5f9",
     828                "reference": "b8c1cf533cba0c305d91c6ccd23f3dd0566ba5f9",
    829829                "shasum": ""
    830830            },
     
    835835                "phpstan/phpstan-shim": "*"
    836836            },
    837             "time": "2025-04-16T13:19:18+00:00",
     837            "time": "2025-05-16T09:40:10+00:00",
    838838            "bin": [
    839839                "phpstan",
     
    10931093        {
    10941094            "name": "squizlabs/php_codesniffer",
    1095             "version": "3.12.2",
    1096             "version_normalized": "3.12.2.0",
     1095            "version": "3.13.0",
     1096            "version_normalized": "3.13.0.0",
    10971097            "source": {
    10981098                "type": "git",
    10991099                "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
    1100                 "reference": "6d4cf6032d4b718f168c90a96e36c7d0eaacb2aa"
    1101             },
    1102             "dist": {
    1103                 "type": "zip",
    1104                 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/6d4cf6032d4b718f168c90a96e36c7d0eaacb2aa",
    1105                 "reference": "6d4cf6032d4b718f168c90a96e36c7d0eaacb2aa",
     1100                "reference": "65ff2489553b83b4597e89c3b8b721487011d186"
     1101            },
     1102            "dist": {
     1103                "type": "zip",
     1104                "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/65ff2489553b83b4597e89c3b8b721487011d186",
     1105                "reference": "65ff2489553b83b4597e89c3b8b721487011d186",
    11061106                "shasum": ""
    11071107            },
     
    11151115                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
    11161116            },
    1117             "time": "2025-04-13T04:10:18+00:00",
     1117            "time": "2025-05-11T03:36:00+00:00",
    11181118            "bin": [
    11191119                "bin/phpcbf",
     
    12501250        {
    12511251            "name": "szepeviktor/phpstan-wordpress",
    1252             "version": "v2.0.1",
    1253             "version_normalized": "2.0.1.0",
     1252            "version": "v2.0.2",
     1253            "version_normalized": "2.0.2.0",
    12541254            "source": {
    12551255                "type": "git",
    12561256                "url": "https://github.com/szepeviktor/phpstan-wordpress.git",
    1257                 "reference": "f7beb13cd22998e3d913fdb897a1e2553ccd637e"
    1258             },
    1259             "dist": {
    1260                 "type": "zip",
    1261                 "url": "https://api.github.com/repos/szepeviktor/phpstan-wordpress/zipball/f7beb13cd22998e3d913fdb897a1e2553ccd637e",
    1262                 "reference": "f7beb13cd22998e3d913fdb897a1e2553ccd637e",
     1257                "reference": "963887b04c21fe7ac78e61c1351f8b00fff9f8f8"
     1258            },
     1259            "dist": {
     1260                "type": "zip",
     1261                "url": "https://api.github.com/repos/szepeviktor/phpstan-wordpress/zipball/963887b04c21fe7ac78e61c1351f8b00fff9f8f8",
     1262                "reference": "963887b04c21fe7ac78e61c1351f8b00fff9f8f8",
    12631263                "shasum": ""
    12641264            },
     
    12801280                "swissspidy/phpstan-no-private": "Detect usage of internal core functions, classes and methods"
    12811281            },
    1282             "time": "2024-12-01T02:13:05+00:00",
     1282            "time": "2025-02-12T18:43:37+00:00",
    12831283            "type": "phpstan-extension",
    12841284            "extra": {
     
    13091309            "support": {
    13101310                "issues": "https://github.com/szepeviktor/phpstan-wordpress/issues",
    1311                 "source": "https://github.com/szepeviktor/phpstan-wordpress/tree/v2.0.1"
     1311                "source": "https://github.com/szepeviktor/phpstan-wordpress/tree/v2.0.2"
    13121312            },
    13131313            "install-path": "../szepeviktor/phpstan-wordpress"
  • ilovepdf/tags/2.1.11/vendor/composer/installed.php

    r3283608 r3294998  
    44        'pretty_version' => 'dev-develop',
    55        'version' => 'dev-develop',
    6         'reference' => 'e37830713be1c864b1a3d6453bee44a7c1122726',
     6        'reference' => 'b35bf3f3e247aeba1a5310bafd444fae762bbdc1',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    6868            'pretty_version' => 'dev-develop',
    6969            'version' => 'dev-develop',
    70             'reference' => 'e37830713be1c864b1a3d6453bee44a7c1122726',
     70            'reference' => 'b35bf3f3e247aeba1a5310bafd444fae762bbdc1',
    7171            'type' => 'wordpress-plugin',
    7272            'install_path' => __DIR__ . '/../../',
     
    7575        ),
    7676        'php-stubs/wordpress-stubs' => array(
    77             'pretty_version' => 'v6.8.0',
    78             'version' => '6.8.0.0',
    79             'reference' => '1824db4d1d00d32c0119175d2369d9425dbc4953',
     77            'pretty_version' => 'v6.8.1',
     78            'version' => '6.8.1.0',
     79            'reference' => '92e444847d94f7c30f88c60004648f507688acd5',
    8080            'type' => 'library',
    8181            'install_path' => __DIR__ . '/../php-stubs/wordpress-stubs',
     
    111111        ),
    112112        'phpstan/phpstan' => array(
    113             'pretty_version' => '2.1.12',
    114             'version' => '2.1.12.0',
    115             'reference' => '96dde49e967c0c22812bcfa7bda4ff82c09f3b0c',
     113            'pretty_version' => '2.1.16',
     114            'version' => '2.1.16.0',
     115            'reference' => 'b8c1cf533cba0c305d91c6ccd23f3dd0566ba5f9',
    116116            'type' => 'library',
    117117            'install_path' => __DIR__ . '/../phpstan/phpstan',
     
    174174        ),
    175175        'squizlabs/php_codesniffer' => array(
    176             'pretty_version' => '3.12.2',
    177             'version' => '3.12.2.0',
    178             'reference' => '6d4cf6032d4b718f168c90a96e36c7d0eaacb2aa',
     176            'pretty_version' => '3.13.0',
     177            'version' => '3.13.0.0',
     178            'reference' => '65ff2489553b83b4597e89c3b8b721487011d186',
    179179            'type' => 'library',
    180180            'install_path' => __DIR__ . '/../squizlabs/php_codesniffer',
     
    192192        ),
    193193        'szepeviktor/phpstan-wordpress' => array(
    194             'pretty_version' => 'v2.0.1',
    195             'version' => '2.0.1.0',
    196             'reference' => 'f7beb13cd22998e3d913fdb897a1e2553ccd637e',
     194            'pretty_version' => 'v2.0.2',
     195            'version' => '2.0.2.0',
     196            'reference' => '963887b04c21fe7ac78e61c1351f8b00fff9f8f8',
    197197            'type' => 'phpstan-extension',
    198198            'install_path' => __DIR__ . '/../szepeviktor/phpstan-wordpress',
  • ilovepdf/trunk/README.txt

    r3283608 r3294998  
    11=== PDF Compressor & Watermark - iLovePDF ===
    22Plugin Name: Image Compressor & Optimizer - iLovePDF
    3 Version: 2.1.10
     3Version: 2.1.11
    44Author: iLovePDF
    55Author URI: https://www.ilovepdf.com/
     
    88Requires at least: 5.3
    99Tested up to: 6.8
    10 Stable tag: 2.1.10
     10Stable tag: 2.1.11
    1111Requires PHP: 7.4
    1212License: GPLv2 or later
     
    8181
    8282== Changelog ==
     83
     84= 2.1.11 =
     85Improved
     86* Update Libraries.
    8387
    8488= 2.1.10 =
  • ilovepdf/trunk/ilove-pdf.php

    r3283608 r3294998  
    1111 * Plugin URI:        https://iloveapi.com/
    1212 * Description:       Compress your PDF files and Stamp Images or text into PDF files. This is the Official iLovePDF plugin for WordPress. You can optimize all your PDF and stamp them automatically as you do in ilovepdf.com.
    13  * Version:           2.1.10
     13 * Version:           2.1.11
    1414 * Requires at least: 5.3
    1515 * Requires PHP:      7.4
  • ilovepdf/trunk/includes/Ilove_Pdf.php

    r3283608 r3294998  
    7575
    7676        $this->plugin_name = 'ilove-pdf';
    77         $this->version     = 'wp.2.1.10';
     77        $this->version     = 'wp.2.1.11';
    7878
    7979        $this->load_dependencies();
  • ilovepdf/trunk/package.json

    r3283608 r3294998  
    1111  "license": "ISC",
    1212  "devDependencies": {
    13     "@babel/core": "^7.26",
    14     "@babel/preset-env": "^7.26",
     13    "@babel/core": "^7.27",
     14    "@babel/preset-env": "^7.27",
    1515    "gulp": "^5.0.0",
    1616    "gulp-autoprefixer": "^9.0.0",
     
    2323    "gulp-uglify": "^3.0.2",
    2424    "merge-stream": "^2.0.0",
    25     "sass": "^1.87"
     25    "sass": "^1.89"
    2626  }
    2727}
  • ilovepdf/trunk/vendor/autoload.php

    r3257268 r3294998  
    1515        }
    1616    }
    17     trigger_error(
    18         $err,
    19         E_USER_ERROR
    20     );
     17    throw new RuntimeException($err);
    2118}
    2219
  • ilovepdf/trunk/vendor/composer/InstalledVersions.php

    r3257268 r3294998  
    2727class InstalledVersions
    2828{
     29    /**
     30     * @var string|null if set (by reflection by Composer), this should be set to the path where this class is being copied to
     31     * @internal
     32     */
     33    private static $selfDir = null;
     34
    2935    /**
    3036     * @var mixed[]|null
     
    324330
    325331    /**
     332     * @return string
     333     */
     334    private static function getSelfDir()
     335    {
     336        if (self::$selfDir === null) {
     337            self::$selfDir = strtr(__DIR__, '\\', '/');
     338        }
     339
     340        return self::$selfDir;
     341    }
     342
     343    /**
    326344     * @return array[]
    327345     * @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
     
    337355
    338356        if (self::$canGetVendors) {
    339             $selfDir = strtr(__DIR__, '\\', '/');
     357            $selfDir = self::getSelfDir();
    340358            foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) {
    341359                $vendorDir = strtr($vendorDir, '\\', '/');
  • ilovepdf/trunk/vendor/composer/installed.json

    r3283608 r3294998  
    535535        {
    536536            "name": "php-stubs/wordpress-stubs",
    537             "version": "v6.8.0",
    538             "version_normalized": "6.8.0.0",
     537            "version": "v6.8.1",
     538            "version_normalized": "6.8.1.0",
    539539            "source": {
    540540                "type": "git",
    541541                "url": "https://github.com/php-stubs/wordpress-stubs.git",
    542                 "reference": "1824db4d1d00d32c0119175d2369d9425dbc4953"
    543             },
    544             "dist": {
    545                 "type": "zip",
    546                 "url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/1824db4d1d00d32c0119175d2369d9425dbc4953",
    547                 "reference": "1824db4d1d00d32c0119175d2369d9425dbc4953",
     542                "reference": "92e444847d94f7c30f88c60004648f507688acd5"
     543            },
     544            "dist": {
     545                "type": "zip",
     546                "url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/92e444847d94f7c30f88c60004648f507688acd5",
     547                "reference": "92e444847d94f7c30f88c60004648f507688acd5",
    548548                "shasum": ""
    549549            },
     
    553553            "require-dev": {
    554554                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
    555                 "nikic/php-parser": "^4.13",
     555                "nikic/php-parser": "^5.4",
    556556                "php": "^7.4 || ^8.0",
    557557                "php-stubs/generator": "^0.8.3",
     
    567567                "szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan"
    568568            },
    569             "time": "2025-04-17T15:13:53+00:00",
     569            "time": "2025-05-02T12:33:34+00:00",
    570570            "type": "library",
    571571            "installation-source": "dist",
     
    583583            "support": {
    584584                "issues": "https://github.com/php-stubs/wordpress-stubs/issues",
    585                 "source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.8.0"
     585                "source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.8.1"
    586586            },
    587587            "install-path": "../php-stubs/wordpress-stubs"
     
    816816        {
    817817            "name": "phpstan/phpstan",
    818             "version": "2.1.12",
    819             "version_normalized": "2.1.12.0",
     818            "version": "2.1.16",
     819            "version_normalized": "2.1.16.0",
    820820            "source": {
    821821                "type": "git",
    822822                "url": "https://github.com/phpstan/phpstan.git",
    823                 "reference": "96dde49e967c0c22812bcfa7bda4ff82c09f3b0c"
    824             },
    825             "dist": {
    826                 "type": "zip",
    827                 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/96dde49e967c0c22812bcfa7bda4ff82c09f3b0c",
    828                 "reference": "96dde49e967c0c22812bcfa7bda4ff82c09f3b0c",
     823                "reference": "b8c1cf533cba0c305d91c6ccd23f3dd0566ba5f9"
     824            },
     825            "dist": {
     826                "type": "zip",
     827                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b8c1cf533cba0c305d91c6ccd23f3dd0566ba5f9",
     828                "reference": "b8c1cf533cba0c305d91c6ccd23f3dd0566ba5f9",
    829829                "shasum": ""
    830830            },
     
    835835                "phpstan/phpstan-shim": "*"
    836836            },
    837             "time": "2025-04-16T13:19:18+00:00",
     837            "time": "2025-05-16T09:40:10+00:00",
    838838            "bin": [
    839839                "phpstan",
     
    10931093        {
    10941094            "name": "squizlabs/php_codesniffer",
    1095             "version": "3.12.2",
    1096             "version_normalized": "3.12.2.0",
     1095            "version": "3.13.0",
     1096            "version_normalized": "3.13.0.0",
    10971097            "source": {
    10981098                "type": "git",
    10991099                "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
    1100                 "reference": "6d4cf6032d4b718f168c90a96e36c7d0eaacb2aa"
    1101             },
    1102             "dist": {
    1103                 "type": "zip",
    1104                 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/6d4cf6032d4b718f168c90a96e36c7d0eaacb2aa",
    1105                 "reference": "6d4cf6032d4b718f168c90a96e36c7d0eaacb2aa",
     1100                "reference": "65ff2489553b83b4597e89c3b8b721487011d186"
     1101            },
     1102            "dist": {
     1103                "type": "zip",
     1104                "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/65ff2489553b83b4597e89c3b8b721487011d186",
     1105                "reference": "65ff2489553b83b4597e89c3b8b721487011d186",
    11061106                "shasum": ""
    11071107            },
     
    11151115                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
    11161116            },
    1117             "time": "2025-04-13T04:10:18+00:00",
     1117            "time": "2025-05-11T03:36:00+00:00",
    11181118            "bin": [
    11191119                "bin/phpcbf",
     
    12501250        {
    12511251            "name": "szepeviktor/phpstan-wordpress",
    1252             "version": "v2.0.1",
    1253             "version_normalized": "2.0.1.0",
     1252            "version": "v2.0.2",
     1253            "version_normalized": "2.0.2.0",
    12541254            "source": {
    12551255                "type": "git",
    12561256                "url": "https://github.com/szepeviktor/phpstan-wordpress.git",
    1257                 "reference": "f7beb13cd22998e3d913fdb897a1e2553ccd637e"
    1258             },
    1259             "dist": {
    1260                 "type": "zip",
    1261                 "url": "https://api.github.com/repos/szepeviktor/phpstan-wordpress/zipball/f7beb13cd22998e3d913fdb897a1e2553ccd637e",
    1262                 "reference": "f7beb13cd22998e3d913fdb897a1e2553ccd637e",
     1257                "reference": "963887b04c21fe7ac78e61c1351f8b00fff9f8f8"
     1258            },
     1259            "dist": {
     1260                "type": "zip",
     1261                "url": "https://api.github.com/repos/szepeviktor/phpstan-wordpress/zipball/963887b04c21fe7ac78e61c1351f8b00fff9f8f8",
     1262                "reference": "963887b04c21fe7ac78e61c1351f8b00fff9f8f8",
    12631263                "shasum": ""
    12641264            },
     
    12801280                "swissspidy/phpstan-no-private": "Detect usage of internal core functions, classes and methods"
    12811281            },
    1282             "time": "2024-12-01T02:13:05+00:00",
     1282            "time": "2025-02-12T18:43:37+00:00",
    12831283            "type": "phpstan-extension",
    12841284            "extra": {
     
    13091309            "support": {
    13101310                "issues": "https://github.com/szepeviktor/phpstan-wordpress/issues",
    1311                 "source": "https://github.com/szepeviktor/phpstan-wordpress/tree/v2.0.1"
     1311                "source": "https://github.com/szepeviktor/phpstan-wordpress/tree/v2.0.2"
    13121312            },
    13131313            "install-path": "../szepeviktor/phpstan-wordpress"
  • ilovepdf/trunk/vendor/composer/installed.php

    r3283608 r3294998  
    44        'pretty_version' => 'dev-develop',
    55        'version' => 'dev-develop',
    6         'reference' => 'e37830713be1c864b1a3d6453bee44a7c1122726',
     6        'reference' => 'b35bf3f3e247aeba1a5310bafd444fae762bbdc1',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    6868            'pretty_version' => 'dev-develop',
    6969            'version' => 'dev-develop',
    70             'reference' => 'e37830713be1c864b1a3d6453bee44a7c1122726',
     70            'reference' => 'b35bf3f3e247aeba1a5310bafd444fae762bbdc1',
    7171            'type' => 'wordpress-plugin',
    7272            'install_path' => __DIR__ . '/../../',
     
    7575        ),
    7676        'php-stubs/wordpress-stubs' => array(
    77             'pretty_version' => 'v6.8.0',
    78             'version' => '6.8.0.0',
    79             'reference' => '1824db4d1d00d32c0119175d2369d9425dbc4953',
     77            'pretty_version' => 'v6.8.1',
     78            'version' => '6.8.1.0',
     79            'reference' => '92e444847d94f7c30f88c60004648f507688acd5',
    8080            'type' => 'library',
    8181            'install_path' => __DIR__ . '/../php-stubs/wordpress-stubs',
     
    111111        ),
    112112        'phpstan/phpstan' => array(
    113             'pretty_version' => '2.1.12',
    114             'version' => '2.1.12.0',
    115             'reference' => '96dde49e967c0c22812bcfa7bda4ff82c09f3b0c',
     113            'pretty_version' => '2.1.16',
     114            'version' => '2.1.16.0',
     115            'reference' => 'b8c1cf533cba0c305d91c6ccd23f3dd0566ba5f9',
    116116            'type' => 'library',
    117117            'install_path' => __DIR__ . '/../phpstan/phpstan',
     
    174174        ),
    175175        'squizlabs/php_codesniffer' => array(
    176             'pretty_version' => '3.12.2',
    177             'version' => '3.12.2.0',
    178             'reference' => '6d4cf6032d4b718f168c90a96e36c7d0eaacb2aa',
     176            'pretty_version' => '3.13.0',
     177            'version' => '3.13.0.0',
     178            'reference' => '65ff2489553b83b4597e89c3b8b721487011d186',
    179179            'type' => 'library',
    180180            'install_path' => __DIR__ . '/../squizlabs/php_codesniffer',
     
    192192        ),
    193193        'szepeviktor/phpstan-wordpress' => array(
    194             'pretty_version' => 'v2.0.1',
    195             'version' => '2.0.1.0',
    196             'reference' => 'f7beb13cd22998e3d913fdb897a1e2553ccd637e',
     194            'pretty_version' => 'v2.0.2',
     195            'version' => '2.0.2.0',
     196            'reference' => '963887b04c21fe7ac78e61c1351f8b00fff9f8f8',
    197197            'type' => 'phpstan-extension',
    198198            'install_path' => __DIR__ . '/../szepeviktor/phpstan-wordpress',
Note: See TracChangeset for help on using the changeset viewer.