Plugin Directory

Changeset 2695532


Ignore:
Timestamp:
03/17/2022 04:45:16 PM (4 years ago)
Author:
mgibbs189
Message:

Tagged CFS 2.6.2

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

Legend:

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

    r2632096 r2695532  
    22/*
    33Plugin Name: Custom Field Suite
    4 Plugin URI: http://customfieldsuite.com/
    54Description: Visually add custom fields to your WordPress edit pages.
    6 Version: 2.6.1
     5Version: 2.6.2
    76Author: Matt Gibbs
    87Text Domain: cfs
     
    2322
    2423        // setup variables
    25         define( 'CFS_VERSION', '2.6.1' );
     24        define( 'CFS_VERSION', '2.6.2' );
    2625        define( 'CFS_DIR', dirname( __FILE__ ) );
    2726        define( 'CFS_URL', plugins_url( '', __FILE__ ) );
  • custom-field-suite/trunk/composer.json

    r1646166 r2695532  
    33  "description": "Lightweight Custom Fields Plugin for WordPress",
    44  "keywords": ["wordpress", "plugin"],
    5   "homepage": "http://customfieldsuite.com/",
     5  "homepage": "https://wordpress.org/plugins/custom-field-suite/",
    66  "license": "GPL-2.0",
    77  "authors": [
Note: See TracChangeset for help on using the changeset viewer.