Plugin Directory

Changeset 3421528


Ignore:
Timestamp:
12/17/2025 05:11:43 AM (4 months ago)
Author:
bigshiptech
Message:

Bump version to 1.0.2

Location:
bigship-rest-api/trunk
Files:
2 edited

Legend:

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

    r3421042 r3421528  
    11<?php
     2
    23/**
    34 * Plugin Name: Bigship REST API
    45 * Description: REST API implementation for generating API keys and retrieving data through WooCommerce REST APIs.
    5  * Version: 1.0.1
     6 * Version: 1.0.2
    67 * Author: Bigship Technologies
    78 * Author URI: https://bigship.in
  • bigship-rest-api/trunk/readme.txt

    r3420161 r3421528  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2828== Changelog ==
    2929
     30= 1.0.2 =
     31* Fixed REST API route registration to comply with WordPress standards.
     32* Improved permission callbacks for REST endpoints.
     33
    3034= 1.0.1 =
    3135* Improved description and plugin header.
Note: See TracChangeset for help on using the changeset viewer.