Plugin Directory

Changeset 3074247


Ignore:
Timestamp:
04/20/2024 03:01:55 PM (11 months ago)
Author:
keesiemeijer
Message:

tagging version 1.3.2

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  
    22/*
    33Plugin Name: Custom Post Type Cleanup
    4 Version: 1.3.0
     4Version: 1.3.2
    55Plugin URI:
    66Description: 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) 2019 keesiemeijer
     1# Copyright (C) 2024 keesiemeijer
    22# This file is distributed under the GPL v2+.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Custom Post Type Cleanup 1.3.0\n"
     5"Project-Id-Version: Custom Post Type Cleanup 1.3.2\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/custom-post-type-cleanup\n"
    8 "POT-Creation-Date: 2019-05-29 11:31:35+00:00\n"
     8"POT-Creation-Date: 2024-04-20 14:47:19+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
     12"PO-Revision-Date: 2024-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1414"Language-Team: LANGUAGE <[email protected]>\n"
  • custom-post-type-cleanup/tags/1.3.2/readme.txt

    r2370953 r3074247  
    11=== Custom Post Type Cleanup ===
    22Contributors: keesiemeijer
    3 Requires at least: 4.2
    4 Tested up to: 5.5
    5 Stable tag: 1.3.0
     3Requires at least: 5.9
     4Tested up to: 6.5
     5Stable tag: 1.3.2
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3232
    3333== Changelog ==
     34= 1.3.2 =
     35* Tested plugin to WP 6.5 on newer PHP versions.
    3436= 1.3.0 =
    3537* Add batch size option to admin form.
     
    4446
    4547== Upgrade Notice ==
    46 = 1.3.0 =
    47 This upgrade adds a batch size option to the admin form.
     48= 1.3.2 =
     49Tested plugin to WP 6.5 on newer PHP versions
  • custom-post-type-cleanup/trunk/custom-post-type-cleanup.php

    r2097207 r3074247  
    22/*
    33Plugin Name: Custom Post Type Cleanup
    4 Version: 1.3.0
     4Version: 1.3.2
    55Plugin URI:
    66Description: 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) 2019 keesiemeijer
     1# Copyright (C) 2024 keesiemeijer
    22# This file is distributed under the GPL v2+.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Custom Post Type Cleanup 1.3.0\n"
     5"Project-Id-Version: Custom Post Type Cleanup 1.3.2\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/custom-post-type-cleanup\n"
    8 "POT-Creation-Date: 2019-05-29 11:31:35+00:00\n"
     8"POT-Creation-Date: 2024-04-20 14:47:19+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
     12"PO-Revision-Date: 2024-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1414"Language-Team: LANGUAGE <[email protected]>\n"
  • custom-post-type-cleanup/trunk/readme.txt

    r2370953 r3074247  
    11=== Custom Post Type Cleanup ===
    22Contributors: keesiemeijer
    3 Requires at least: 4.2
    4 Tested up to: 5.5
    5 Stable tag: 1.3.0
     3Requires at least: 5.9
     4Tested up to: 6.5
     5Stable tag: 1.3.2
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3232
    3333== Changelog ==
     34= 1.3.2 =
     35* Tested plugin to WP 6.5 on newer PHP versions.
    3436= 1.3.0 =
    3537* Add batch size option to admin form.
     
    4446
    4547== Upgrade Notice ==
    46 = 1.3.0 =
    47 This upgrade adds a batch size option to the admin form.
     48= 1.3.2 =
     49Tested plugin to WP 6.5 on newer PHP versions
Note: See TracChangeset for help on using the changeset viewer.