Changeset 3357761
- Timestamp:
- 09/08/2025 09:54:49 AM (7 months ago)
- Location:
- cpt-toggle-disable-custom-post-types
- Files:
-
- 12 added
- 3 edited
-
tags/1.5 (added)
-
tags/1.5/LICENSE (added)
-
tags/1.5/assets (added)
-
tags/1.5/assets/banner-1544x500.png (added)
-
tags/1.5/assets/icon-128x128.png (added)
-
tags/1.5/assets/screenshot-1.png (added)
-
tags/1.5/assets/screenshot-2.png (added)
-
tags/1.5/custom-post-type-toggle.php (added)
-
tags/1.5/languages (added)
-
tags/1.5/languages/cpt-toggle-disable-custom-post-types.pot (added)
-
tags/1.5/readme.txt (added)
-
tags/1.5/uninstall.php (added)
-
trunk/custom-post-type-toggle.php (modified) (1 diff)
-
trunk/languages/cpt-toggle-disable-custom-post-types.pot (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpt-toggle-disable-custom-post-types/trunk/custom-post-type-toggle.php
r3357752 r3357761 4 4 * Plugin URI: https://wordpress.org/plugins/cpt-toggle-disable-custom-post-types/ 5 5 * Description: Toggle any Post Type (built-in or custom). Groups CPTs by source (Core, WooCommerce, Theme, specific plugin) with a tabbed UI. 6 * Version: 1. 46 * Version: 1.5 7 7 * Author: Jay Kavanagh 8 8 * Author URI: https://designstack.co.uk -
cpt-toggle-disable-custom-post-types/trunk/languages/cpt-toggle-disable-custom-post-types.pot
r3357752 r3357761 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: CPT Toggle - Disable Custom Post Types 1. 4\n"3 "Project-Id-Version: CPT Toggle - Disable Custom Post Types 1.5\n" 4 4 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cpt-toggle-disable-custom-post-types\n" 5 5 "POT-Creation-Date: 2025-08-30 00:00+0000\n" -
cpt-toggle-disable-custom-post-types/trunk/readme.txt
r3357752 r3357761 1 1 === CPT Toggle - Disable Custom Post Types === 2 Contributors: designstack , jaykavanagh2 Contributors: designstack 3 3 Donate link: https://designstack.co.uk/ 4 4 Tags: custom post type, cpt, admin, disable, toggle … … 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.4 8 Stable tag: 1. 48 Stable tag: 1.5 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 58 58 == Changelog == 59 59 60 = 1.5 = 61 * Fixed contributors 62 60 63 = 1.4 = 61 64 * Prepared for public release
Note: See TracChangeset
for help on using the changeset viewer.