Plugin Directory

Changeset 2777891


Ignore:
Timestamp:
08/30/2022 06:11:38 PM (4 years ago)
Author:
mgibbs189
Message:

CFS 2.6.2.1

Location:
custom-field-suite/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • custom-field-suite/trunk/cfs.php

    r2695532 r2777891  
    33Plugin Name: Custom Field Suite
    44Description: Visually add custom fields to your WordPress edit pages.
    5 Version: 2.6.2
     5Version: 2.6.2.1
    66Author: Matt Gibbs
    77Text Domain: cfs
     
    2222
    2323        // setup variables
    24         define( 'CFS_VERSION', '2.6.2' );
     24        define( 'CFS_VERSION', '2.6.2.1' );
    2525        define( 'CFS_DIR', dirname( __FILE__ ) );
    2626        define( 'CFS_URL', plugins_url( '', __FILE__ ) );
  • custom-field-suite/trunk/readme.txt

    r2695534 r2777891  
    22Contributors: mgibbs189
    33Tags: custom fields, fields, postmeta, relationship, repeater, file upload
    4 Requires at least: 4.9
    5 Tested up to: 5.9
     4Requires at least: 5.0
     5Tested up to: 6.0.1
    66Stable tag: trunk
    77License: GPLv2
     
    4747== Changelog ==
    4848
     49= 2.6.2.1 =
     50* Confirmed 6.0.1 compatibility
     51
    4952= 2.6.2 =
    5053* Removed broken links, confirmed 5.9 compatibility
Note: See TracChangeset for help on using the changeset viewer.