Changeset 3231455
- Timestamp:
- 01/29/2025 05:30:57 PM (6 weeks ago)
- Location:
- fapi-member
- Files:
-
- 413 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
fapi-member/trunk/fapi-member.php
r3231441 r3231455 15 15 * Plugin URI: https://fapi.cz/ 16 16 * Description: Plugin FAPI pro jednoduchou správu členských sekcí na webu. 17 * Version: 2.2.1 417 * Version: 2.2.15 18 18 * Requires at least: 5.9 19 19 * Requires PHP: 8.1 … … 30 30 require __DIR__ . '/src/Utils/functions.php'; 31 31 32 define('FAPI_MEMBER_PLUGIN_VERSION', '2.2.1 4');32 define('FAPI_MEMBER_PLUGIN_VERSION', '2.2.15'); 33 33 34 34 $FapiPlugin = new FapiMemberPlugin(); -
fapi-member/trunk/readme.txt
r3231441 r3231455 6 6 Requires PHP: 8.1 7 7 License: GPLv2 or later 8 Stable tag: 2.2.1 48 Stable tag: 2.2.15 9 9 10 10 Plugin FAPI pro jednoduchou správu členských sekcí na webu. … … 26 26 27 27 == Changelog == 28 = 2.2.15 = 29 * Bugfix 28 30 29 31 = 2.2.14 = -
fapi-member/trunk/src/Api/V2/ApiController.php
r3231441 r3231455 252 252 253 253 try { 254 $body = json_decode($request->get_body(), true) ;254 $body = json_decode($request->get_body(), true) ?? []; 255 255 } catch (Throwable) { 256 256 $body = [];
Note: See TracChangeset
for help on using the changeset viewer.