Changeset 2777891
- Timestamp:
- 08/30/2022 06:11:38 PM (4 years ago)
- Location:
- custom-field-suite/trunk
- Files:
-
- 2 edited
-
cfs.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-field-suite/trunk/cfs.php
r2695532 r2777891 3 3 Plugin Name: Custom Field Suite 4 4 Description: Visually add custom fields to your WordPress edit pages. 5 Version: 2.6.2 5 Version: 2.6.2.1 6 6 Author: Matt Gibbs 7 7 Text Domain: cfs … … 22 22 23 23 // setup variables 24 define( 'CFS_VERSION', '2.6.2 ' );24 define( 'CFS_VERSION', '2.6.2.1' ); 25 25 define( 'CFS_DIR', dirname( __FILE__ ) ); 26 26 define( 'CFS_URL', plugins_url( '', __FILE__ ) ); -
custom-field-suite/trunk/readme.txt
r2695534 r2777891 2 2 Contributors: mgibbs189 3 3 Tags: custom fields, fields, postmeta, relationship, repeater, file upload 4 Requires at least: 4.95 Tested up to: 5.94 Requires at least: 5.0 5 Tested up to: 6.0.1 6 6 Stable tag: trunk 7 7 License: GPLv2 … … 47 47 == Changelog == 48 48 49 = 2.6.2.1 = 50 * Confirmed 6.0.1 compatibility 51 49 52 = 2.6.2 = 50 53 * Removed broken links, confirmed 5.9 compatibility
Note: See TracChangeset
for help on using the changeset viewer.