Plugin Directory

Changeset 3423683


Ignore:
Timestamp:
12/19/2025 01:09:20 PM (3 months ago)
Author:
bigshiptech
Message:

1.0.7

  • Ensured user context is preserved when regenerating keys after revocation.
  • No changes to existing API contracts or permissions.
Location:
bigship-rest-api/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bigship-rest-api/trunk/Bigship-admin-rest-api.php

    r3423679 r3423683  
    33 * Plugin Name: Bigship REST API
    44 * Description: REST API implementation for generating API keys and fetch data through WooCommerce REST APIs.
    5  * Version: 1.0.6
     5 * Version: 1.0.7
    66 * Copyright: Bigship Technologies Private Limited
    77 * Author: Bigship Technologies
  • bigship-rest-api/trunk/readme.txt

    r3423679 r3423683  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.0.6
     7Stable tag: 1.0.7
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2828== Changelog ==
    2929
     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
    3034= 1.0.6 =
    3135* Fixed issue where API authentication token was unintentionally invalidated during WooCommerce key revocation.
    32 * Ensured user context is preserved when regenerating keys after revocation.
    3336* No changes to existing API contracts or permissions.
    3437
Note: See TracChangeset for help on using the changeset viewer.