Changeset 3420147
- Timestamp:
- 12/15/2025 12:52:55 PM (4 months ago)
- Location:
- ffl-api/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
ffl-api.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ffl-api/trunk/README.txt
r3420135 r3420147 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.6. 27 Stable tag: 1.6.3 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 135 135 == Changelog == 136 136 137 = 1.6.3 = 138 * Documentation and packaging fixes 139 137 140 = 1.6.2 = 138 141 * Plugin name and documentation updates to comply with WordPress.org guidelines -
ffl-api/trunk/ffl-api.php
r3420119 r3420147 17 17 * Plugin URI: fflapi.com 18 18 * Description: FFL API Integration for WooCommerce 19 * Version: 1.6. 219 * Version: 1.6.3 20 20 * WC requires at least: 3.0.0 21 21 * WC tested up to: 6.1 … … 48 48 * Rename this for your plugin and update it as you release new versions. 49 49 */ 50 define('FFL_API_VERSION', '1.6. 2');50 define('FFL_API_VERSION', '1.6.3'); 51 51 52 52 /**
Note: See TracChangeset
for help on using the changeset viewer.