Changeset 3343946
- Timestamp:
- 08/13/2025 06:39:19 AM (8 months ago)
- Location:
- gdata-antivirus
- Files:
-
- 4 edited
- 12 copied
-
tags/3.2.6 (copied) (copied from gdata-antivirus/trunk)
-
tags/3.2.6/GdataAntivirusPlugin.php (copied) (copied from gdata-antivirus/trunk/GdataAntivirusPlugin.php)
-
tags/3.2.6/Infrastructure (copied) (copied from gdata-antivirus/trunk/Infrastructure)
-
tags/3.2.6/LICENSE (copied) (copied from gdata-antivirus/trunk/LICENSE)
-
tags/3.2.6/PluginPage (copied) (copied from gdata-antivirus/trunk/PluginPage)
-
tags/3.2.6/Readme.txt (copied) (copied from gdata-antivirus/trunk/Readme.txt) (2 diffs)
-
tags/3.2.6/Vaas (copied) (copied from gdata-antivirus/trunk/Vaas)
-
tags/3.2.6/composer.json (copied) (copied from gdata-antivirus/trunk/composer.json) (1 diff)
-
tags/3.2.6/composer.lock (copied) (copied from gdata-antivirus/trunk/composer.lock) (11 diffs)
-
tags/3.2.6/gdata-antivirus.php (copied) (copied from gdata-antivirus/trunk/gdata-antivirus.php) (1 diff)
-
tags/3.2.6/languages (copied) (copied from gdata-antivirus/trunk/languages)
-
tags/3.2.6/vendor (copied) (copied from gdata-antivirus/trunk/vendor)
-
trunk/Readme.txt (modified) (2 diffs)
-
trunk/composer.json (modified) (1 diff)
-
trunk/composer.lock (modified) (11 diffs)
-
trunk/gdata-antivirus.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gdata-antivirus/tags/3.2.6/Readme.txt
r3343945 r3343946 5 5 Tested up to: 6.8 6 6 Requires PHP: 8.1 7 Stable tag: 3.2. 37 Stable tag: 3.2.6 8 8 License: GNU General Public License v3.0 9 9 License URI: https://github.com/GDATASoftwareAG/vaas/blob/main/LICENSE … … 56 56 57 57 == Changelog == 58 59 = 3.2.6 = 60 61 * dependency updates 58 62 59 63 = 3.2.3 = -
gdata-antivirus/tags/3.2.6/composer.json
r3343945 r3343946 1 1 { 2 2 "name": "gdatacyberdefenseag\/gdata-antivirus", 3 "version": "3.2. 3",3 "version": "3.2.6", 4 4 "autoload": { 5 5 "psr-4": { -
gdata-antivirus/tags/3.2.6/composer.lock
r3343945 r3343946 2541 2541 { 2542 2542 "name": "phpcsstandards/phpcsutils", 2543 "version": "1.1. 0",2543 "version": "1.1.1", 2544 2544 "source": { 2545 2545 "type": "git", 2546 2546 "url": "https://github.com/PHPCSStandards/PHPCSUtils.git", 2547 "reference": " 65355670ac17c34cd235cf9d3ceae1b9252c4dad"2548 }, 2549 "dist": { 2550 "type": "zip", 2551 "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/ 65355670ac17c34cd235cf9d3ceae1b9252c4dad",2552 "reference": " 65355670ac17c34cd235cf9d3ceae1b9252c4dad",2547 "reference": "f7eb16f2fa4237d5db9e8fed8050239bee17a9bd" 2548 }, 2549 "dist": { 2550 "type": "zip", 2551 "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/f7eb16f2fa4237d5db9e8fed8050239bee17a9bd", 2552 "reference": "f7eb16f2fa4237d5db9e8fed8050239bee17a9bd", 2553 2553 "shasum": "" 2554 2554 }, … … 2630 2630 } 2631 2631 ], 2632 "time": "2025-0 6-12T04:32:33+00:00"2632 "time": "2025-08-10T01:04:45+00:00" 2633 2633 }, 2634 2634 { … … 2955 2955 { 2956 2956 "name": "phpunit/phpunit", 2957 "version": "10.5. 48",2957 "version": "10.5.51", 2958 2958 "source": { 2959 2959 "type": "git", 2960 2960 "url": "https://github.com/sebastianbergmann/phpunit.git", 2961 "reference": " 6e0a2bc39f6fae7617989d690d76c48e6d2eb541"2962 }, 2963 "dist": { 2964 "type": "zip", 2965 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ 6e0a2bc39f6fae7617989d690d76c48e6d2eb541",2966 "reference": " 6e0a2bc39f6fae7617989d690d76c48e6d2eb541",2961 "reference": "ace160e31aaa317a99c411410c40c502b4be42a4" 2962 }, 2963 "dist": { 2964 "type": "zip", 2965 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ace160e31aaa317a99c411410c40c502b4be42a4", 2966 "reference": "ace160e31aaa317a99c411410c40c502b4be42a4", 2967 2967 "shasum": "" 2968 2968 }, … … 2974 2974 "ext-xml": "*", 2975 2975 "ext-xmlwriter": "*", 2976 "myclabs/deep-copy": "^1.13. 3",2976 "myclabs/deep-copy": "^1.13.4", 2977 2977 "phar-io/manifest": "^2.0.4", 2978 2978 "phar-io/version": "^3.2.1", … … 2991 2991 "sebastian/global-state": "^6.0.2", 2992 2992 "sebastian/object-enumerator": "^5.0.0", 2993 "sebastian/recursion-context": "^5.0. 0",2993 "sebastian/recursion-context": "^5.0.1", 2994 2994 "sebastian/type": "^4.0.0", 2995 2995 "sebastian/version": "^4.0.1" … … 3036 3036 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 3037 3037 "security": "https://github.com/sebastianbergmann/phpunit/security/policy", 3038 "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5. 48"3038 "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.51" 3039 3039 }, 3040 3040 "funding": [ … … 3060 3060 } 3061 3061 ], 3062 "time": "2025-0 7-11T04:07:17+00:00"3062 "time": "2025-08-12T07:31:25+00:00" 3063 3063 }, 3064 3064 { … … 3808 3808 { 3809 3809 "name": "sebastian/recursion-context", 3810 "version": "5.0. 0",3810 "version": "5.0.1", 3811 3811 "source": { 3812 3812 "type": "git", 3813 3813 "url": "https://github.com/sebastianbergmann/recursion-context.git", 3814 "reference": " 05909fb5bc7df4c52992396d0116aed689f93712"3815 }, 3816 "dist": { 3817 "type": "zip", 3818 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/ 05909fb5bc7df4c52992396d0116aed689f93712",3819 "reference": " 05909fb5bc7df4c52992396d0116aed689f93712",3814 "reference": "47e34210757a2f37a97dcd207d032e1b01e64c7a" 3815 }, 3816 "dist": { 3817 "type": "zip", 3818 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/47e34210757a2f37a97dcd207d032e1b01e64c7a", 3819 "reference": "47e34210757a2f37a97dcd207d032e1b01e64c7a", 3820 3820 "shasum": "" 3821 3821 }, … … 3824 3824 }, 3825 3825 "require-dev": { 3826 "phpunit/phpunit": "^10. 0"3826 "phpunit/phpunit": "^10.5" 3827 3827 }, 3828 3828 "type": "library", … … 3859 3859 "support": { 3860 3860 "issues": "https://github.com/sebastianbergmann/recursion-context/issues", 3861 "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0" 3861 "security": "https://github.com/sebastianbergmann/recursion-context/security/policy", 3862 "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.1" 3862 3863 }, 3863 3864 "funding": [ … … 3865 3866 "url": "https://github.com/sebastianbergmann", 3866 3867 "type": "github" 3867 } 3868 ], 3869 "time": "2023-02-03T07:05:40+00:00" 3868 }, 3869 { 3870 "url": "https://liberapay.com/sebastianbergmann", 3871 "type": "liberapay" 3872 }, 3873 { 3874 "url": "https://thanks.dev/u/gh/sebastianbergmann", 3875 "type": "thanks_dev" 3876 }, 3877 { 3878 "url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context", 3879 "type": "tidelift" 3880 } 3881 ], 3882 "time": "2025-08-10T07:50:56+00:00" 3870 3883 }, 3871 3884 { -
gdata-antivirus/tags/3.2.6/gdata-antivirus.php
r3343945 r3343946 12 12 * @wordpress-plugin 13 13 * Plugin Name: G DATA Antivirus 14 * Version: 3.2. 314 * Version: 3.2.6 15 15 * Requires at least: 6.2 16 16 * Tested up to: 6.8 -
gdata-antivirus/trunk/Readme.txt
r3338788 r3343946 5 5 Tested up to: 6.8 6 6 Requires PHP: 8.1 7 Stable tag: 3.2. 37 Stable tag: 3.2.6 8 8 License: GNU General Public License v3.0 9 9 License URI: https://github.com/GDATASoftwareAG/vaas/blob/main/LICENSE … … 56 56 57 57 == Changelog == 58 59 = 3.2.6 = 60 61 * dependency updates 58 62 59 63 = 3.2.3 = -
gdata-antivirus/trunk/composer.json
r3338788 r3343946 1 1 { 2 2 "name": "gdatacyberdefenseag\/gdata-antivirus", 3 "version": "3.2. 3",3 "version": "3.2.6", 4 4 "autoload": { 5 5 "psr-4": { -
gdata-antivirus/trunk/composer.lock
r3338788 r3343946 2541 2541 { 2542 2542 "name": "phpcsstandards/phpcsutils", 2543 "version": "1.1. 0",2543 "version": "1.1.1", 2544 2544 "source": { 2545 2545 "type": "git", 2546 2546 "url": "https://github.com/PHPCSStandards/PHPCSUtils.git", 2547 "reference": " 65355670ac17c34cd235cf9d3ceae1b9252c4dad"2548 }, 2549 "dist": { 2550 "type": "zip", 2551 "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/ 65355670ac17c34cd235cf9d3ceae1b9252c4dad",2552 "reference": " 65355670ac17c34cd235cf9d3ceae1b9252c4dad",2547 "reference": "f7eb16f2fa4237d5db9e8fed8050239bee17a9bd" 2548 }, 2549 "dist": { 2550 "type": "zip", 2551 "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/f7eb16f2fa4237d5db9e8fed8050239bee17a9bd", 2552 "reference": "f7eb16f2fa4237d5db9e8fed8050239bee17a9bd", 2553 2553 "shasum": "" 2554 2554 }, … … 2630 2630 } 2631 2631 ], 2632 "time": "2025-0 6-12T04:32:33+00:00"2632 "time": "2025-08-10T01:04:45+00:00" 2633 2633 }, 2634 2634 { … … 2955 2955 { 2956 2956 "name": "phpunit/phpunit", 2957 "version": "10.5. 48",2957 "version": "10.5.51", 2958 2958 "source": { 2959 2959 "type": "git", 2960 2960 "url": "https://github.com/sebastianbergmann/phpunit.git", 2961 "reference": " 6e0a2bc39f6fae7617989d690d76c48e6d2eb541"2962 }, 2963 "dist": { 2964 "type": "zip", 2965 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ 6e0a2bc39f6fae7617989d690d76c48e6d2eb541",2966 "reference": " 6e0a2bc39f6fae7617989d690d76c48e6d2eb541",2961 "reference": "ace160e31aaa317a99c411410c40c502b4be42a4" 2962 }, 2963 "dist": { 2964 "type": "zip", 2965 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ace160e31aaa317a99c411410c40c502b4be42a4", 2966 "reference": "ace160e31aaa317a99c411410c40c502b4be42a4", 2967 2967 "shasum": "" 2968 2968 }, … … 2974 2974 "ext-xml": "*", 2975 2975 "ext-xmlwriter": "*", 2976 "myclabs/deep-copy": "^1.13. 3",2976 "myclabs/deep-copy": "^1.13.4", 2977 2977 "phar-io/manifest": "^2.0.4", 2978 2978 "phar-io/version": "^3.2.1", … … 2991 2991 "sebastian/global-state": "^6.0.2", 2992 2992 "sebastian/object-enumerator": "^5.0.0", 2993 "sebastian/recursion-context": "^5.0. 0",2993 "sebastian/recursion-context": "^5.0.1", 2994 2994 "sebastian/type": "^4.0.0", 2995 2995 "sebastian/version": "^4.0.1" … … 3036 3036 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 3037 3037 "security": "https://github.com/sebastianbergmann/phpunit/security/policy", 3038 "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5. 48"3038 "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.51" 3039 3039 }, 3040 3040 "funding": [ … … 3060 3060 } 3061 3061 ], 3062 "time": "2025-0 7-11T04:07:17+00:00"3062 "time": "2025-08-12T07:31:25+00:00" 3063 3063 }, 3064 3064 { … … 3808 3808 { 3809 3809 "name": "sebastian/recursion-context", 3810 "version": "5.0. 0",3810 "version": "5.0.1", 3811 3811 "source": { 3812 3812 "type": "git", 3813 3813 "url": "https://github.com/sebastianbergmann/recursion-context.git", 3814 "reference": " 05909fb5bc7df4c52992396d0116aed689f93712"3815 }, 3816 "dist": { 3817 "type": "zip", 3818 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/ 05909fb5bc7df4c52992396d0116aed689f93712",3819 "reference": " 05909fb5bc7df4c52992396d0116aed689f93712",3814 "reference": "47e34210757a2f37a97dcd207d032e1b01e64c7a" 3815 }, 3816 "dist": { 3817 "type": "zip", 3818 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/47e34210757a2f37a97dcd207d032e1b01e64c7a", 3819 "reference": "47e34210757a2f37a97dcd207d032e1b01e64c7a", 3820 3820 "shasum": "" 3821 3821 }, … … 3824 3824 }, 3825 3825 "require-dev": { 3826 "phpunit/phpunit": "^10. 0"3826 "phpunit/phpunit": "^10.5" 3827 3827 }, 3828 3828 "type": "library", … … 3859 3859 "support": { 3860 3860 "issues": "https://github.com/sebastianbergmann/recursion-context/issues", 3861 "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0" 3861 "security": "https://github.com/sebastianbergmann/recursion-context/security/policy", 3862 "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.1" 3862 3863 }, 3863 3864 "funding": [ … … 3865 3866 "url": "https://github.com/sebastianbergmann", 3866 3867 "type": "github" 3867 } 3868 ], 3869 "time": "2023-02-03T07:05:40+00:00" 3868 }, 3869 { 3870 "url": "https://liberapay.com/sebastianbergmann", 3871 "type": "liberapay" 3872 }, 3873 { 3874 "url": "https://thanks.dev/u/gh/sebastianbergmann", 3875 "type": "thanks_dev" 3876 }, 3877 { 3878 "url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context", 3879 "type": "tidelift" 3880 } 3881 ], 3882 "time": "2025-08-10T07:50:56+00:00" 3870 3883 }, 3871 3884 { -
gdata-antivirus/trunk/gdata-antivirus.php
r3338788 r3343946 12 12 * @wordpress-plugin 13 13 * Plugin Name: G DATA Antivirus 14 * Version: 3.2. 314 * Version: 3.2.6 15 15 * Requires at least: 6.2 16 16 * Tested up to: 6.8
Note: See TracChangeset
for help on using the changeset viewer.