Plugin Directory

Changeset 3231455


Ignore:
Timestamp:
01/29/2025 05:30:57 PM (6 weeks ago)
Author:
fapi
Message:

2.2.15

Location:
fapi-member
Files:
413 added
3 edited

Legend:

Unmodified
Added
Removed
  • fapi-member/trunk/fapi-member.php

    r3231441 r3231455  
    1515 * Plugin URI:        https://fapi.cz/
    1616 * Description:       Plugin FAPI pro jednoduchou správu členských sekcí na webu.
    17  * Version:           2.2.14
     17 * Version:           2.2.15
    1818 * Requires at least: 5.9
    1919 * Requires PHP:      8.1
     
    3030require __DIR__ . '/src/Utils/functions.php';
    3131
    32 define('FAPI_MEMBER_PLUGIN_VERSION', '2.2.14');
     32define('FAPI_MEMBER_PLUGIN_VERSION', '2.2.15');
    3333
    3434$FapiPlugin = new FapiMemberPlugin();
  • fapi-member/trunk/readme.txt

    r3231441 r3231455  
    66Requires PHP: 8.1
    77License: GPLv2 or later
    8 Stable tag: 2.2.14
     8Stable tag: 2.2.15
    99
    1010Plugin FAPI pro jednoduchou správu členských sekcí na webu.
     
    2626
    2727== Changelog ==
     28= 2.2.15 =
     29* Bugfix
    2830
    2931= 2.2.14 =
  • fapi-member/trunk/src/Api/V2/ApiController.php

    r3231441 r3231455  
    252252
    253253        try {
    254             $body = json_decode($request->get_body(), true);
     254            $body = json_decode($request->get_body(), true) ?? [];
    255255        } catch (Throwable) {
    256256            $body = [];
Note: See TracChangeset for help on using the changeset viewer.