Changeset 3329190
- Timestamp:
- 07/16/2025 03:55:57 PM (9 months ago)
- Location:
- ownerrez
- Files:
-
- 4 edited
- 1 copied
-
tags/1.2.1a (copied) (copied from ownerrez/trunk)
-
tags/1.2.1a/lib/composer/platform_check.php (modified) (1 diff)
-
tags/1.2.1a/readme.txt (modified) (2 diffs)
-
trunk/lib/composer/platform_check.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ownerrez/tags/1.2.1a/lib/composer/platform_check.php
r2450790 r3329190 20 20 } 21 21 } 22 trigger_error( 23 'Composer detected issues in your platform: ' . implode(' ', $issues), 24 E_USER_ERROR 22 throw new \RuntimeException( 23 'Composer detected issues in your platform: ' . implode(' ', $issues) 25 24 ); 26 25 } -
ownerrez/tags/1.2.1a/readme.txt
r3298251 r3329190 1 === Plugin Name===1 === OwnerRez === 2 2 Contributors: ownerrez 3 Tags:4 3 Requires at least: 5.4 5 4 Tested up to: 6.6.0 … … 25 24 26 25 Please submit questions or problems to [help@ownerrez.com](mailto:help@ownerrez.com) 26 27 = How can I report security bugs? = 28 29 You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team helps validate, triage and handle any security vulnerabilities. [Report a security vulnerability.]( https://patchstack.com/database/vdp/bf555ae4-1b27-49e0-b072-85995b0848a8 ) 27 30 28 31 == Installation == -
ownerrez/trunk/lib/composer/platform_check.php
r2450790 r3329190 20 20 } 21 21 } 22 trigger_error( 23 'Composer detected issues in your platform: ' . implode(' ', $issues), 24 E_USER_ERROR 22 throw new \RuntimeException( 23 'Composer detected issues in your platform: ' . implode(' ', $issues) 25 24 ); 26 25 } -
ownerrez/trunk/readme.txt
r3298251 r3329190 1 === Plugin Name===1 === OwnerRez === 2 2 Contributors: ownerrez 3 Tags:4 3 Requires at least: 5.4 5 4 Tested up to: 6.6.0 … … 25 24 26 25 Please submit questions or problems to [help@ownerrez.com](mailto:help@ownerrez.com) 26 27 = How can I report security bugs? = 28 29 You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team helps validate, triage and handle any security vulnerabilities. [Report a security vulnerability.]( https://patchstack.com/database/vdp/bf555ae4-1b27-49e0-b072-85995b0848a8 ) 27 30 28 31 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.