Changeset 3074247
- Timestamp:
- 04/20/2024 03:01:55 PM (11 months ago)
- Location:
- custom-post-type-cleanup
- Files:
-
- 6 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
custom-post-type-cleanup/tags/1.3.2/custom-post-type-cleanup.php
r2097207 r3074247 2 2 /* 3 3 Plugin Name: Custom Post Type Cleanup 4 Version: 1.3. 04 Version: 1.3.2 5 5 Plugin URI: 6 6 Description: Detect and delete posts from custom post types that are no longer in use. -
custom-post-type-cleanup/tags/1.3.2/languages/custom-post-type-cleanup.pot
r2097207 r3074247 1 # Copyright (C) 20 19keesiemeijer1 # Copyright (C) 2024 keesiemeijer 2 2 # This file is distributed under the GPL v2+. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Custom Post Type Cleanup 1.3. 0\n"5 "Project-Id-Version: Custom Post Type Cleanup 1.3.2\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/custom-post-type-cleanup\n" 8 "POT-Creation-Date: 20 19-05-29 11:31:35+00:00\n"8 "POT-Creation-Date: 2024-04-20 14:47:19+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "PO-Revision-Date: 20 19-MO-DA HO:MI+ZONE\n"12 "PO-Revision-Date: 2024-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 14 "Language-Team: LANGUAGE <[email protected]>\n" -
custom-post-type-cleanup/tags/1.3.2/readme.txt
r2370953 r3074247 1 1 === Custom Post Type Cleanup === 2 2 Contributors: keesiemeijer 3 Requires at least: 4.24 Tested up to: 5.55 Stable tag: 1.3. 03 Requires at least: 5.9 4 Tested up to: 6.5 5 Stable tag: 1.3.2 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 32 32 33 33 == Changelog == 34 = 1.3.2 = 35 * Tested plugin to WP 6.5 on newer PHP versions. 34 36 = 1.3.0 = 35 37 * Add batch size option to admin form. … … 44 46 45 47 == Upgrade Notice == 46 = 1.3. 0=47 T his upgrade adds a batch size option to the admin form.48 = 1.3.2 = 49 Tested plugin to WP 6.5 on newer PHP versions -
custom-post-type-cleanup/trunk/custom-post-type-cleanup.php
r2097207 r3074247 2 2 /* 3 3 Plugin Name: Custom Post Type Cleanup 4 Version: 1.3. 04 Version: 1.3.2 5 5 Plugin URI: 6 6 Description: Detect and delete posts from custom post types that are no longer in use. -
custom-post-type-cleanup/trunk/languages/custom-post-type-cleanup.pot
r2097207 r3074247 1 # Copyright (C) 20 19keesiemeijer1 # Copyright (C) 2024 keesiemeijer 2 2 # This file is distributed under the GPL v2+. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Custom Post Type Cleanup 1.3. 0\n"5 "Project-Id-Version: Custom Post Type Cleanup 1.3.2\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/custom-post-type-cleanup\n" 8 "POT-Creation-Date: 20 19-05-29 11:31:35+00:00\n"8 "POT-Creation-Date: 2024-04-20 14:47:19+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "PO-Revision-Date: 20 19-MO-DA HO:MI+ZONE\n"12 "PO-Revision-Date: 2024-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 14 "Language-Team: LANGUAGE <[email protected]>\n" -
custom-post-type-cleanup/trunk/readme.txt
r2370953 r3074247 1 1 === Custom Post Type Cleanup === 2 2 Contributors: keesiemeijer 3 Requires at least: 4.24 Tested up to: 5.55 Stable tag: 1.3. 03 Requires at least: 5.9 4 Tested up to: 6.5 5 Stable tag: 1.3.2 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 32 32 33 33 == Changelog == 34 = 1.3.2 = 35 * Tested plugin to WP 6.5 on newer PHP versions. 34 36 = 1.3.0 = 35 37 * Add batch size option to admin form. … … 44 46 45 47 == Upgrade Notice == 46 = 1.3. 0=47 T his upgrade adds a batch size option to the admin form.48 = 1.3.2 = 49 Tested plugin to WP 6.5 on newer PHP versions
Note: See TracChangeset
for help on using the changeset viewer.