Changeset 3421528
- Timestamp:
- 12/17/2025 05:11:43 AM (4 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
r3421042 r3421528 1 1 <?php 2 2 3 /** 3 4 * Plugin Name: Bigship REST API 4 5 * Description: REST API implementation for generating API keys and retrieving data through WooCommerce REST APIs. 5 * Version: 1.0. 16 * Version: 1.0.2 6 7 * Author: Bigship Technologies 7 8 * Author URI: https://bigship.in -
bigship-rest-api/trunk/readme.txt
r3420161 r3421528 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 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.2 = 31 * Fixed REST API route registration to comply with WordPress standards. 32 * Improved permission callbacks for REST endpoints. 33 30 34 = 1.0.1 = 31 35 * Improved description and plugin header.
Note: See TracChangeset
for help on using the changeset viewer.