Changeset 2695532
- Timestamp:
- 03/17/2022 04:45:16 PM (4 years ago)
- Location:
- custom-field-suite/trunk
- Files:
-
- 2 edited
-
cfs.php (modified) (2 diffs)
-
composer.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
custom-field-suite/trunk/cfs.php
r2632096 r2695532 2 2 /* 3 3 Plugin Name: Custom Field Suite 4 Plugin URI: http://customfieldsuite.com/5 4 Description: Visually add custom fields to your WordPress edit pages. 6 Version: 2.6. 15 Version: 2.6.2 7 6 Author: Matt Gibbs 8 7 Text Domain: cfs … … 23 22 24 23 // setup variables 25 define( 'CFS_VERSION', '2.6. 1' );24 define( 'CFS_VERSION', '2.6.2' ); 26 25 define( 'CFS_DIR', dirname( __FILE__ ) ); 27 26 define( 'CFS_URL', plugins_url( '', __FILE__ ) ); -
custom-field-suite/trunk/composer.json
r1646166 r2695532 3 3 "description": "Lightweight Custom Fields Plugin for WordPress", 4 4 "keywords": ["wordpress", "plugin"], 5 "homepage": "http ://customfieldsuite.com/",5 "homepage": "https://wordpress.org/plugins/custom-field-suite/", 6 6 "license": "GPL-2.0", 7 7 "authors": [
Note: See TracChangeset
for help on using the changeset viewer.