Changeset 3200000 for simple-cpt/trunk/simple-cpt.php
- Timestamp:
- 11/30/2024 05:19:06 PM (16 months ago)
- File:
-
- 1 edited
-
simple-cpt/trunk/simple-cpt.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-cpt/trunk/simple-cpt.php
r3117278 r3200000 14 14 * Plugin URI: https://wordpress.org/plugins/simple-cpt/ 15 15 * Description: Simple CPT provides an easy to use interface for registering and managing Custom Post Types and Custom Taxonomies. 16 * Version: 1.0. 516 * Version: 1.0.6 17 17 * Requires at least: 5.3.0 18 * Tested up to: 6. 5.518 * Tested up to: 6.7.1 19 19 * Requires PHP: 7.0 20 20 * Author: George Pattichis … … 35 35 * Currently plugin version. 36 36 */ 37 define( 'SIMPLE_CPT_VERSION', '1.0. 5' );37 define( 'SIMPLE_CPT_VERSION', '1.0.6' ); 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.