Plugin Directory

Changeset 3420147


Ignore:
Timestamp:
12/15/2025 12:52:55 PM (4 months ago)
Author:
optimum7
Message:

Prepare release 1.6.3

Location:
ffl-api/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ffl-api/trunk/README.txt

    r3420135 r3420147  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.6.2
     7Stable tag: 1.6.3
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    135135== Changelog ==
    136136
     137= 1.6.3 =
     138* Documentation and packaging fixes
     139
    137140= 1.6.2 =
    138141* Plugin name and documentation updates to comply with WordPress.org guidelines
  • ffl-api/trunk/ffl-api.php

    r3420119 r3420147  
    1717 * Plugin URI:        fflapi.com
    1818 * Description:       FFL API Integration for WooCommerce
    19  * Version:           1.6.2
     19 * Version:           1.6.3
    2020 * WC requires at least: 3.0.0
    2121 * WC tested up to:   6.1
     
    4848 * Rename this for your plugin and update it as you release new versions.
    4949 */
    50 define('FFL_API_VERSION', '1.6.2');
     50define('FFL_API_VERSION', '1.6.3');
    5151
    5252/**
Note: See TracChangeset for help on using the changeset viewer.