Plugin Directory

Changeset 3329190


Ignore:
Timestamp:
07/16/2025 03:55:57 PM (9 months ago)
Author:
ownerrez
Message:

Update to version 1.2.1a from GitHub

Location:
ownerrez
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ownerrez/tags/1.2.1a/lib/composer/platform_check.php

    r2450790 r3329190  
    2020        }
    2121    }
    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)
    2524    );
    2625}
  • ownerrez/tags/1.2.1a/readme.txt

    r3298251 r3329190  
    1 === Plugin Name ===
     1=== OwnerRez ===
    22Contributors: ownerrez
    3 Tags:
    43Requires at least: 5.4
    54Tested up to: 6.6.0
     
    2524
    2625Please submit questions or problems to [help@ownerrez.com](mailto:help@ownerrez.com)
     26
     27= How can I report security bugs? =
     28
     29You 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 )
    2730
    2831== Installation ==
  • ownerrez/trunk/lib/composer/platform_check.php

    r2450790 r3329190  
    2020        }
    2121    }
    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)
    2524    );
    2625}
  • ownerrez/trunk/readme.txt

    r3298251 r3329190  
    1 === Plugin Name ===
     1=== OwnerRez ===
    22Contributors: ownerrez
    3 Tags:
    43Requires at least: 5.4
    54Tested up to: 6.6.0
     
    2524
    2625Please submit questions or problems to [help@ownerrez.com](mailto:help@ownerrez.com)
     26
     27= How can I report security bugs? =
     28
     29You 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 )
    2730
    2831== Installation ==
Note: See TracChangeset for help on using the changeset viewer.