Changeset 2457911
- Timestamp:
- 01/17/2021 07:20:22 PM (5 years ago)
- Location:
- if-menu/trunk
- Files:
-
- 6 added
- 3 edited
-
composer.json (modified) (1 diff)
-
composer.lock (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
vendor/composer/installers/.github (added)
-
vendor/composer/installers/.github/workflows (added)
-
vendor/composer/installers/.github/workflows/continuous-integration.yml (added)
-
vendor/composer/installers/.github/workflows/lint.yml (added)
-
vendor/composer/installers/.github/workflows/phpstan.yml (added)
-
vendor/composer/installers/phpstan.neon.dist (added)
Legend:
- Unmodified
- Added
- Removed
-
if-menu/trunk/composer.json
r2457910 r2457911 21 21 "config": { 22 22 "platform": { 23 "php": " 7.0"23 "php": "5.6" 24 24 } 25 25 } -
if-menu/trunk/composer.lock
r2457910 r2457911 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " 392bd516fe44feb5628842720721f49c",7 "content-hash": "aa337cfba40ec771f272a8ec2926ff96", 8 8 "packages": [ 9 9 { … … 200 200 "platform-dev": [], 201 201 "platform-overrides": { 202 "php": " 7.0"202 "php": "5.6" 203 203 }, 204 204 "plugin-api-version": "1.1.0" -
if-menu/trunk/readme.txt
r2457910 r2457911 4 4 Requires at least: 5 5 5 Tested up to: 5.6 6 Requires PHP: 7.06 Requires PHP: 5.6 7 7 Stable tag: trunk 8 8 License: GPL-3.0-or-later … … 109 109 * Fixed - Error shown about the registered REST Api endpoint 110 110 * Updated - Ensure compatibility with WordPress 5.6 111 * Updated - Mark PHP as min v7.0 required. Plugin still works with PHP 5.x, but is encouranged to upgrade for better security and the upcoming features the plugin will get112 111 113 112 = 0.16.1 - 11 April 2020 =
Note: See TracChangeset
for help on using the changeset viewer.