Plugin Directory

Changeset 2457911


Ignore:
Timestamp:
01/17/2021 07:20:22 PM (5 years ago)
Author:
andrei.igna
Message:

v0.16.2 - Fix error for REST API endpoint permission, updated version for PHP, WP tested

Location:
if-menu/trunk
Files:
6 added
3 edited

Legend:

Unmodified
Added
Removed
  • if-menu/trunk/composer.json

    r2457910 r2457911  
    2121    "config": {
    2222        "platform": {
    23             "php": "7.0"
     23            "php": "5.6"
    2424        }
    2525    }
  • if-menu/trunk/composer.lock

    r2457910 r2457911  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "392bd516fe44feb5628842720721f49c",
     7    "content-hash": "aa337cfba40ec771f272a8ec2926ff96",
    88    "packages": [
    99        {
     
    200200    "platform-dev": [],
    201201    "platform-overrides": {
    202         "php": "7.0"
     202        "php": "5.6"
    203203    },
    204204    "plugin-api-version": "1.1.0"
  • if-menu/trunk/readme.txt

    r2457910 r2457911  
    44Requires at least: 5
    55Tested up to: 5.6
    6 Requires PHP: 7.0
     6Requires PHP: 5.6
    77Stable tag: trunk
    88License: GPL-3.0-or-later
     
    109109* Fixed - Error shown about the registered REST Api endpoint
    110110* 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 get
    112111
    113112= 0.16.1 - 11 April 2020 =
Note: See TracChangeset for help on using the changeset viewer.