Plugin Directory

Changeset 3399694


Ignore:
Timestamp:
11/20/2025 12:01:18 PM (3 months ago)
Author:
Hostinger
Message:

Adding new trunk - 3.0.54

Location:
hostinger/trunk
Files:
29 edited

Legend:

Unmodified
Added
Removed
  • hostinger/trunk/changelog.md

    r3375600 r3399694  
    490490
    491491- Feature: Learn more destination link changed in LLMS section
     492
     4933.0.54 (2025-11-20)
     494
     495- Feature: Update readme
     496- Fix: Security issue
  • hostinger/trunk/changelog.txt

    r3375600 r3399694  
    488488
    489489- Feature: Learn more destination link changed in LLMS section
     490
     4913.0.54 (2025-11-20)
     492
     493- Feature: Update readme
     494- Fix: Security issue
  • hostinger/trunk/hostinger.php

    r3375600 r3399694  
    44 * Plugin URI: https://hostinger.com
    55 * Description: Hostinger WordPress plugin.
    6  * Version: 3.0.53
     6 * Version: 3.0.54
    77 * Requires at least: 5.5
    88 * Requires PHP: 8.0
     
    2525
    2626if ( ! defined( 'HOSTINGER_VERSION' ) ) {
    27     define( 'HOSTINGER_VERSION', '3.0.53' );
     27    define( 'HOSTINGER_VERSION', '3.0.54' );
    2828}
    2929
  • hostinger/trunk/package.json

    r3363721 r3399694  
    3939    "@typescript-eslint/eslint-plugin": "^8.38.0",
    4040    "@typescript-eslint/parser": "^8.38.0",
    41     "@vitest/coverage-v8": "^2.1.9",
     41    "@vitest/coverage-v8": "^4.0.9",
    4242    "@vue/eslint-config-typescript": "^14.1.3",
    4343    "@vue/test-utils": "^2.4.6",
     
    7070    "video.js": "^8.10.0",
    7171    "vite": "^6.0.1",
    72     "vitest": "^2.1.8",
     72    "vitest": "^4.0.9",
    7373    "vue": "^3.5.17",
    7474    "vue-eslint-parser": "^10.1.4",
  • hostinger/trunk/readme.txt

    r3375600 r3399694  
    11=== Hostinger Tools ===
    2 Tags: hostinger, tools, maintenance, security, redirects, https, xml-rpc, llms
     2Tags: hostinger, tools, maintenance, security, https
    33Requires at least: 5.5
    44Tested up to: 6.8
    55Requires PHP: 8.0
    6 Stable tag: 3.0.53
     6Stable tag: 3.0.54
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     9Simplified WordPress management. Manage site info, maintenance, security, & redirects.
    910
    1011== Description ==
     
    596597
    597598- Feature: Learn more destination link changed in LLMS section
     599
     6003.0.54 (2025-11-20)
     601
     602- Feature: Update readme
     603- Fix: Security issue
  • hostinger/trunk/vendor/autoload_packages.php

    r3375600 r3399694  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_11;
     8namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_13;
    99
    1010 // phpcs:ignore
  • hostinger/trunk/vendor/automattic/jetpack-autoloader/CHANGELOG.md

    r3375600 r3399694  
    55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
    66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
     7
     8## [5.0.13] - 2025-11-12
     9### Changed
     10- Internal updates.
     11
     12## [5.0.12] - 2025-11-10
     13### Fixed
     14- Tests: Improve compatibility with PHP 8.5. [#45771]
    715
    816## [5.0.11] - 2025-10-06
     
    443451- Add Custom Autoloader
    444452
     453[5.0.13]: https://github.com/Automattic/jetpack-autoloader/compare/v5.0.12...v5.0.13
     454[5.0.12]: https://github.com/Automattic/jetpack-autoloader/compare/v5.0.11...v5.0.12
    445455[5.0.11]: https://github.com/Automattic/jetpack-autoloader/compare/v5.0.10...v5.0.11
    446456[5.0.10]: https://github.com/Automattic/jetpack-autoloader/compare/v5.0.9...v5.0.10
  • hostinger/trunk/vendor/automattic/jetpack-autoloader/composer.json

    r3363721 r3399694  
    1919        "composer/composer": "^2.2",
    2020        "yoast/phpunit-polyfills": "^4.0.0",
    21         "automattic/jetpack-changelogger": "^6.0.7",
     21        "automattic/jetpack-changelogger": "^6.0.9",
    2222        "automattic/phpunit-select-config": "^1.0.3"
    2323    },
  • hostinger/trunk/vendor/automattic/jetpack-autoloader/src/AutoloadFileWriter.php

    r3302908 r3399694  
    1818     * The file comment to use.
    1919     */
    20     const COMMENT = <<<AUTOLOADER_COMMENT
     20    const COMMENT = <<<'AUTOLOADER_COMMENT'
    2121/**
    2222 * This file was automatically generated by automattic/jetpack-autoloader.
  • hostinger/trunk/vendor/automattic/jetpack-autoloader/src/AutoloadGenerator.php

    r3375600 r3399694  
    2222class AutoloadGenerator {
    2323
    24     const VERSION = '5.0.11';
     24    const VERSION = '5.0.13';
    2525
    2626    /**
  • hostinger/trunk/vendor/composer/autoload_static.php

    r3332161 r3399694  
    88{
    99    public static $prefixLengthsPsr4 = array (
    10         'H' => 
     10        'H' =>
    1111        array (
    1212            'Hostinger\\WpMenuManager\\' => 24,
     
    1515            'Hostinger\\' => 10,
    1616        ),
    17         'A' => 
     17        'A' =>
    1818        array (
    1919            'Automattic\\Jetpack\\Autoloader\\' => 30,
     
    2222
    2323    public static $prefixDirsPsr4 = array (
    24         'Hostinger\\WpMenuManager\\' => 
     24        'Hostinger\\WpMenuManager\\' =>
    2525        array (
    2626            0 => __DIR__ . '/..' . '/hostinger/hostinger-wp-menu-manager/src',
    2727        ),
    28         'Hostinger\\WpHelper\\' => 
     28        'Hostinger\\WpHelper\\' =>
    2929        array (
    3030            0 => __DIR__ . '/..' . '/hostinger/hostinger-wp-helper/src',
    3131        ),
    32         'Hostinger\\Tests\\' => 
     32        'Hostinger\\Tests\\' =>
    3333        array (
    3434            0 => __DIR__ . '/..' . '/hostinger/hostinger-wp-helper/tests/phpunit',
    3535        ),
    36         'Hostinger\\' => 
     36        'Hostinger\\' =>
    3737        array (
    3838            0 => __DIR__ . '/../..' . '/includes',
    3939        ),
    40         'Automattic\\Jetpack\\Autoloader\\' => 
     40        'Automattic\\Jetpack\\Autoloader\\' =>
    4141        array (
    4242            0 => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src',
  • hostinger/trunk/vendor/composer/installed.json

    r3375600 r3399694  
    88                "type": "git",
    99                "url": "https://github.com/Automattic/jetpack-autoloader.git",
    10                 "reference": "efcd7efe42929949dfd96c174e93ed0c8f0f7b0b"
    11             },
    12             "dist": {
    13                 "type": "zip",
    14                 "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/efcd7efe42929949dfd96c174e93ed0c8f0f7b0b",
    15                 "reference": "efcd7efe42929949dfd96c174e93ed0c8f0f7b0b",
     10                "reference": "36bda1b09f11ed4c5cac294cff78e6141a7782e8"
     11            },
     12            "dist": {
     13                "type": "zip",
     14                "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/36bda1b09f11ed4c5cac294cff78e6141a7782e8",
     15                "reference": "36bda1b09f11ed4c5cac294cff78e6141a7782e8",
    1616                "shasum": ""
    1717            },
     
    2121            },
    2222            "require-dev": {
    23                 "automattic/jetpack-changelogger": "^6.0.7",
     23                "automattic/jetpack-changelogger": "^6.0.9",
    2424                "automattic/phpunit-select-config": "^1.0.3",
    2525                "composer/composer": "^2.2",
    2626                "yoast/phpunit-polyfills": "^4.0.0"
    2727            },
    28             "time": "2025-10-07T13:42:56+00:00",
     28            "time": "2025-11-12T17:35:30+00:00",
    2929            "default-branch": true,
    3030            "type": "composer-plugin",
  • hostinger/trunk/vendor/composer/installed.php

    r3375600 r3399694  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => '19a8049ec9c7971cc323531b418a4b4627bba4eb',
     6        'reference' => '110fea5afb411eb1a61aa796d4538604528fb78b',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-trunk',
    1515            'version' => 'dev-trunk',
    16             'reference' => 'efcd7efe42929949dfd96c174e93ed0c8f0f7b0b',
     16            'reference' => '36bda1b09f11ed4c5cac294cff78e6141a7782e8',
    1717            'type' => 'composer-plugin',
    1818            'install_path' => __DIR__ . '/../automattic/jetpack-autoloader',
     
    2525            'pretty_version' => 'dev-main',
    2626            'version' => 'dev-main',
    27             'reference' => '19a8049ec9c7971cc323531b418a4b4627bba4eb',
     27            'reference' => '110fea5afb411eb1a61aa796d4538604528fb78b',
    2828            'type' => 'library',
    2929            'install_path' => __DIR__ . '/../../',
  • hostinger/trunk/vendor/composer/jetpack_autoload_classmap.php

    r3375600 r3399694  
    88return array(
    99    'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => array(
    10         'version' => '5.0.11',
     10        'version' => '5.0.13',
    1111        'path'    => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php'
    1212    ),
  • hostinger/trunk/vendor/composer/jetpack_autoload_psr4.php

    r3375600 r3399694  
    2424    ),
    2525    'Automattic\\Jetpack\\Autoloader\\' => array(
    26         'version' => '5.0.11',
     26        'version' => '5.0.13',
    2727        'path'    => array( $vendorDir . '/automattic/jetpack-autoloader/src' )
    2828    ),
  • hostinger/trunk/vendor/jetpack-autoloader/class-autoloader-handler.php

    r3375600 r3399694  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_11;
     8namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_13;
    99
    1010 // phpcs:ignore
  • hostinger/trunk/vendor/jetpack-autoloader/class-autoloader-locator.php

    r3375600 r3399694  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_11;
     8namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_13;
    99
    1010 // phpcs:ignore
  • hostinger/trunk/vendor/jetpack-autoloader/class-autoloader.php

    r3375600 r3399694  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_11;
     8namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_13;
    99
    1010 // phpcs:ignore
  • hostinger/trunk/vendor/jetpack-autoloader/class-container.php

    r3375600 r3399694  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_11;
     8namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_13;
    99
    1010 // phpcs:ignore
  • hostinger/trunk/vendor/jetpack-autoloader/class-hook-manager.php

    r3375600 r3399694  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_11;
     8namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_13;
    99
    1010 // phpcs:ignore
  • hostinger/trunk/vendor/jetpack-autoloader/class-latest-autoloader-guard.php

    r3375600 r3399694  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_11;
     8namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_13;
    99
    1010 // phpcs:ignore
  • hostinger/trunk/vendor/jetpack-autoloader/class-manifest-reader.php

    r3375600 r3399694  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_11;
     8namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_13;
    99
    1010 // phpcs:ignore
  • hostinger/trunk/vendor/jetpack-autoloader/class-path-processor.php

    r3375600 r3399694  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_11;
     8namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_13;
    99
    1010 // phpcs:ignore
  • hostinger/trunk/vendor/jetpack-autoloader/class-php-autoloader.php

    r3375600 r3399694  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_11;
     8namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_13;
    99
    1010 // phpcs:ignore
  • hostinger/trunk/vendor/jetpack-autoloader/class-plugin-locator.php

    r3375600 r3399694  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_11;
     8namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_13;
    99
    1010 // phpcs:ignore
  • hostinger/trunk/vendor/jetpack-autoloader/class-plugins-handler.php

    r3375600 r3399694  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_11;
     8namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_13;
    99
    1010 // phpcs:ignore
  • hostinger/trunk/vendor/jetpack-autoloader/class-shutdown-handler.php

    r3375600 r3399694  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_11;
     8namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_13;
    99
    1010 // phpcs:ignore
  • hostinger/trunk/vendor/jetpack-autoloader/class-version-loader.php

    r3375600 r3399694  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_11;
     8namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_13;
    99
    1010 // phpcs:ignore
  • hostinger/trunk/vendor/jetpack-autoloader/class-version-selector.php

    r3375600 r3399694  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_11;
     8namespace Automattic\Jetpack\Autoloader\jp5eb612593a2ef67b85ad25c07c19e821\al5_0_13;
    99
    1010 // phpcs:ignore
Note: See TracChangeset for help on using the changeset viewer.