Plugin Directory

Changeset 3338788


Ignore:
Timestamp:
08/04/2025 07:44:09 AM (8 months ago)
Author:
gdatavaas
Message:

release 3.2.3

Location:
gdata-antivirus
Files:
4 edited
12 copied

Legend:

Unmodified
Added
Removed
  • gdata-antivirus/tags/3.2.3/Readme.txt

    r3338787 r3338788  
    55Tested up to: 6.8
    66Requires PHP: 8.1
    7 Stable tag: 3.2.2
     7Stable tag: 3.2.3
    88License: GNU General Public License v3.0
    99License URI: https://github.com/GDATASoftwareAG/vaas/blob/main/LICENSE
     
    5656
    5757== Changelog ==
     58
     59= 3.2.3 =
     60
     61* dependency updates
    5862
    5963= 3.2.2 =
  • gdata-antivirus/tags/3.2.3/composer.json

    r3338787 r3338788  
    11{
    22    "name": "gdatacyberdefenseag\/gdata-antivirus",
    3     "version": "3.2.2",
     3    "version": "3.2.3",
    44    "autoload": {
    55        "psr-4": {
  • gdata-antivirus/tags/3.2.3/composer.lock

    r3338787 r3338788  
    22232223        {
    22242224            "name": "myclabs/deep-copy",
    2225             "version": "1.13.3",
     2225            "version": "1.13.4",
    22262226            "source": {
    22272227                "type": "git",
    22282228                "url": "https://github.com/myclabs/DeepCopy.git",
    2229                 "reference": "faed855a7b5f4d4637717c2b3863e277116beb36"
    2230             },
    2231             "dist": {
    2232                 "type": "zip",
    2233                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/faed855a7b5f4d4637717c2b3863e277116beb36",
    2234                 "reference": "faed855a7b5f4d4637717c2b3863e277116beb36",
     2229                "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
     2230            },
     2231            "dist": {
     2232                "type": "zip",
     2233                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
     2234                "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
    22352235                "shasum": ""
    22362236            },
     
    22712271            "support": {
    22722272                "issues": "https://github.com/myclabs/DeepCopy/issues",
    2273                 "source": "https://github.com/myclabs/DeepCopy/tree/1.13.3"
     2273                "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4"
    22742274            },
    22752275            "funding": [
     
    22792279                }
    22802280            ],
    2281             "time": "2025-07-05T12:25:42+00:00"
     2281            "time": "2025-08-01T08:46:24+00:00"
    22822282        },
    22832283        {
     
    40644064        {
    40654065            "name": "symfony/finder",
    4066             "version": "v6.4.17",
     4066            "version": "v6.4.24",
    40674067            "source": {
    40684068                "type": "git",
    40694069                "url": "https://github.com/symfony/finder.git",
    4070                 "reference": "1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7"
    4071             },
    4072             "dist": {
    4073                 "type": "zip",
    4074                 "url": "https://api.github.com/repos/symfony/finder/zipball/1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7",
    4075                 "reference": "1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7",
     4070                "reference": "73089124388c8510efb8d2d1689285d285937b08"
     4071            },
     4072            "dist": {
     4073                "type": "zip",
     4074                "url": "https://api.github.com/repos/symfony/finder/zipball/73089124388c8510efb8d2d1689285d285937b08",
     4075                "reference": "73089124388c8510efb8d2d1689285d285937b08",
    40764076                "shasum": ""
    40774077            },
     
    41084108            "homepage": "https://symfony.com",
    41094109            "support": {
    4110                 "source": "https://github.com/symfony/finder/tree/v6.4.17"
     4110                "source": "https://github.com/symfony/finder/tree/v6.4.24"
    41114111            },
    41124112            "funding": [
     
    41204120                },
    41214121                {
     4122                    "url": "https://github.com/nicolas-grekas",
     4123                    "type": "github"
     4124                },
     4125                {
    41224126                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
    41234127                    "type": "tidelift"
    41244128                }
    41254129            ],
    4126             "time": "2024-12-29T13:51:37+00:00"
     4130            "time": "2025-07-15T12:02:45+00:00"
    41274131        },
    41284132        {
  • gdata-antivirus/tags/3.2.3/gdata-antivirus.php

    r3338787 r3338788  
    1212 * @wordpress-plugin
    1313 * Plugin Name: G DATA Antivirus
    14  * Version: 3.2.2
     14 * Version: 3.2.3
    1515 * Requires at least: 6.2
    1616 * Tested up to: 6.8
  • gdata-antivirus/trunk/Readme.txt

    r3335142 r3338788  
    55Tested up to: 6.8
    66Requires PHP: 8.1
    7 Stable tag: 3.2.2
     7Stable tag: 3.2.3
    88License: GNU General Public License v3.0
    99License URI: https://github.com/GDATASoftwareAG/vaas/blob/main/LICENSE
     
    5656
    5757== Changelog ==
     58
     59= 3.2.3 =
     60
     61* dependency updates
    5862
    5963= 3.2.2 =
  • gdata-antivirus/trunk/composer.json

    r3335142 r3338788  
    11{
    22    "name": "gdatacyberdefenseag\/gdata-antivirus",
    3     "version": "3.2.2",
     3    "version": "3.2.3",
    44    "autoload": {
    55        "psr-4": {
  • gdata-antivirus/trunk/composer.lock

    r3335142 r3338788  
    22232223        {
    22242224            "name": "myclabs/deep-copy",
    2225             "version": "1.13.3",
     2225            "version": "1.13.4",
    22262226            "source": {
    22272227                "type": "git",
    22282228                "url": "https://github.com/myclabs/DeepCopy.git",
    2229                 "reference": "faed855a7b5f4d4637717c2b3863e277116beb36"
    2230             },
    2231             "dist": {
    2232                 "type": "zip",
    2233                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/faed855a7b5f4d4637717c2b3863e277116beb36",
    2234                 "reference": "faed855a7b5f4d4637717c2b3863e277116beb36",
     2229                "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
     2230            },
     2231            "dist": {
     2232                "type": "zip",
     2233                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
     2234                "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
    22352235                "shasum": ""
    22362236            },
     
    22712271            "support": {
    22722272                "issues": "https://github.com/myclabs/DeepCopy/issues",
    2273                 "source": "https://github.com/myclabs/DeepCopy/tree/1.13.3"
     2273                "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4"
    22742274            },
    22752275            "funding": [
     
    22792279                }
    22802280            ],
    2281             "time": "2025-07-05T12:25:42+00:00"
     2281            "time": "2025-08-01T08:46:24+00:00"
    22822282        },
    22832283        {
     
    40644064        {
    40654065            "name": "symfony/finder",
    4066             "version": "v6.4.17",
     4066            "version": "v6.4.24",
    40674067            "source": {
    40684068                "type": "git",
    40694069                "url": "https://github.com/symfony/finder.git",
    4070                 "reference": "1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7"
    4071             },
    4072             "dist": {
    4073                 "type": "zip",
    4074                 "url": "https://api.github.com/repos/symfony/finder/zipball/1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7",
    4075                 "reference": "1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7",
     4070                "reference": "73089124388c8510efb8d2d1689285d285937b08"
     4071            },
     4072            "dist": {
     4073                "type": "zip",
     4074                "url": "https://api.github.com/repos/symfony/finder/zipball/73089124388c8510efb8d2d1689285d285937b08",
     4075                "reference": "73089124388c8510efb8d2d1689285d285937b08",
    40764076                "shasum": ""
    40774077            },
     
    41084108            "homepage": "https://symfony.com",
    41094109            "support": {
    4110                 "source": "https://github.com/symfony/finder/tree/v6.4.17"
     4110                "source": "https://github.com/symfony/finder/tree/v6.4.24"
    41114111            },
    41124112            "funding": [
     
    41204120                },
    41214121                {
     4122                    "url": "https://github.com/nicolas-grekas",
     4123                    "type": "github"
     4124                },
     4125                {
    41224126                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
    41234127                    "type": "tidelift"
    41244128                }
    41254129            ],
    4126             "time": "2024-12-29T13:51:37+00:00"
     4130            "time": "2025-07-15T12:02:45+00:00"
    41274131        },
    41284132        {
  • gdata-antivirus/trunk/gdata-antivirus.php

    r3335142 r3338788  
    1212 * @wordpress-plugin
    1313 * Plugin Name: G DATA Antivirus
    14  * Version: 3.2.2
     14 * Version: 3.2.3
    1515 * Requires at least: 6.2
    1616 * Tested up to: 6.8
Note: See TracChangeset for help on using the changeset viewer.