Changeset 3423683
- Timestamp:
- 12/19/2025 01:09:20 PM (3 months ago)
- Location:
- bigship-rest-api/trunk
- Files:
-
- 2 edited
-
Bigship-admin-rest-api.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bigship-rest-api/trunk/Bigship-admin-rest-api.php
r3423679 r3423683 3 3 * Plugin Name: Bigship REST API 4 4 * Description: REST API implementation for generating API keys and fetch data through WooCommerce REST APIs. 5 * Version: 1.0. 65 * Version: 1.0.7 6 6 * Copyright: Bigship Technologies Private Limited 7 7 * Author: Bigship Technologies -
bigship-rest-api/trunk/readme.txt
r3423679 r3423683 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 67 Stable tag: 1.0.7 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 28 28 == Changelog == 29 29 30 = 1.0.7 = 31 * Ensured user context is preserved when regenerating keys after revocation. 32 * No changes to existing API contracts or permissions. 33 30 34 = 1.0.6 = 31 35 * Fixed issue where API authentication token was unintentionally invalidated during WooCommerce key revocation. 32 * Ensured user context is preserved when regenerating keys after revocation.33 36 * No changes to existing API contracts or permissions. 34 37
Note: See TracChangeset
for help on using the changeset viewer.