Plugin Directory

Changeset 2374932


Ignore:
Timestamp:
09/04/2020 04:05:16 AM (6 years ago)
Author:
om4
Message:

Update to version 1.4.2 from GitHub

Location:
cpt-editor
Files:
2 added
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • cpt-editor/tags/1.4.2/cpt-editor.php

    r2088893 r2374932  
    22/*
    33Plugin Name: Custom Post Type Editor
    4 Plugin URI: https://om4.com.au/plugins/custom-post-type-editor/
     4Plugin URI: https://om4.io/plugins/custom-post-type-editor/
    55Description: Customize the text labels, menu names or description for any registered custom post type using a simple Dashboard user interface.
    6 Version: 1.4.1
     6Version: 1.4.2
    77Author: OM4
    8 Author URI: https://om4.com.au/plugins/
     8Author URI: https://om4.io/
    99Text Domain: cpt-editor
    1010License: GPLv2 or later
  • cpt-editor/tags/1.4.2/languages/cpt-editor.pot

    r1546212 r2374932  
    1 # Copyright (C) 2016 Custom Post Type Editor
    2 # This file is distributed under the same license as the Custom Post Type Editor package.
     1# Copyright (C) 2020 OM4
     2# This file is distributed under the GPLv2 or later.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Custom Post Type Editor 1.4\n"
     5"Project-Id-Version: Custom Post Type Editor 1.4.2\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cpt-editor\n"
    7 "POT-Creation-Date: 2016-12-06 03:16:44+00:00\n"
     7"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     8"Language-Team: LANGUAGE <LL@li.org>\n"
    89"MIME-Version: 1.0\n"
    910"Content-Type: text/plain; charset=UTF-8\n"
    1011"Content-Transfer-Encoding: 8bit\n"
    11 "PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
    12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    13 "Language-Team: LANGUAGE <LL@li.org>\n"
     12"POT-Creation-Date: 2020-09-04T04:01:08+00:00\n"
     13"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
     14"X-Generator: WP-CLI 2.4.0\n"
     15"X-Domain: cpt-editor\n"
     16
     17#. Plugin Name of the plugin
     18msgid "Custom Post Type Editor"
     19msgstr ""
     20
     21#. Plugin URI of the plugin
     22msgid "https://om4.io/plugins/custom-post-type-editor/"
     23msgstr ""
     24
     25#. Description of the plugin
     26msgid "Customize the text labels, menu names or description for any registered custom post type using a simple Dashboard user interface."
     27msgstr ""
     28
     29#. Author of the plugin
     30msgid "OM4"
     31msgstr ""
     32
     33#. Author URI of the plugin
     34msgid "https://om4.io/"
     35msgstr ""
    1436
    1537#: cpt-editor.php:178
     
    281303msgstr ""
    282304
    283 #: cpt-editor.php:548 cpt-editor.php:550
     305#: cpt-editor.php:548
     306#: cpt-editor.php:550
    284307msgid "[Empty]"
    285308msgstr ""
     
    316339msgid "Default"
    317340msgstr ""
    318 #. Plugin Name of the plugin/theme
    319 msgid "Custom Post Type Editor"
    320 msgstr ""
    321 
    322 #. Plugin URI of the plugin/theme
    323 msgid "https://om4.com.au/plugins/custom-post-type-editor/"
    324 msgstr ""
    325 
    326 #. Description of the plugin/theme
    327 msgid "Customize the text labels, menu names or description for any registered custom post type using a simple Dashboard user interface."
    328 msgstr ""
    329 
    330 #. Author of the plugin/theme
    331 msgid "OM4"
    332 msgstr ""
    333 
    334 #. Author URI of the plugin/theme
    335 msgid "https://om4.com.au/plugins/"
    336 msgstr ""
  • cpt-editor/tags/1.4.2/readme.txt

    r2088891 r2374932  
    11=== Custom Post Type Editor ===
    22Contributors: jamescollins, glenn-om4
    3 Donate link: https://om4.com.au/plugins/#donate
    43Tags: custom post type, cpt, post type, label, description, editor
    54Requires at least: 3.6
    6 Tested up to: 5.2
    7 Stable tag: 1.4.1
     5Tested up to: 5.5
     6Stable tag: 1.4.2
    87License: GPLv2 or later
    98License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2928* Any Custom Post Type that is created by a WordPress theme
    3029
    31 This means that you no longer have to modify PHP files in order to rename a Custom Post Type! 
     30This means that you no longer have to modify PHP files in order to rename a Custom Post Type!
    3231
    33 See the [screenshots](https://wordpress.org/plugins/cpt-editor/screenshots/) and [Custom Post Type Editor Plugin home page](https://om4.com.au/plugins/custom-post-type-editor/) for further information.
     32See the [screenshots](https://wordpress.org/plugins/cpt-editor/screenshots/) and [Custom Post Type Editor Plugin home page](https://om4.io/plugins/custom-post-type-editor/) for further information.
    3433
    3534== Installation ==
     
    7675
    7776== Changelog ==
     77
     78= 1.4.2 =
     79* Mark WordPress 5.5 compatible.
    7880
    7981= 1.4.1 =
  • cpt-editor/trunk/cpt-editor.php

    r2088893 r2374932  
    22/*
    33Plugin Name: Custom Post Type Editor
    4 Plugin URI: https://om4.com.au/plugins/custom-post-type-editor/
     4Plugin URI: https://om4.io/plugins/custom-post-type-editor/
    55Description: Customize the text labels, menu names or description for any registered custom post type using a simple Dashboard user interface.
    6 Version: 1.4.1
     6Version: 1.4.2
    77Author: OM4
    8 Author URI: https://om4.com.au/plugins/
     8Author URI: https://om4.io/
    99Text Domain: cpt-editor
    1010License: GPLv2 or later
  • cpt-editor/trunk/languages/cpt-editor.pot

    r1546212 r2374932  
    1 # Copyright (C) 2016 Custom Post Type Editor
    2 # This file is distributed under the same license as the Custom Post Type Editor package.
     1# Copyright (C) 2020 OM4
     2# This file is distributed under the GPLv2 or later.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Custom Post Type Editor 1.4\n"
     5"Project-Id-Version: Custom Post Type Editor 1.4.2\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cpt-editor\n"
    7 "POT-Creation-Date: 2016-12-06 03:16:44+00:00\n"
     7"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     8"Language-Team: LANGUAGE <LL@li.org>\n"
    89"MIME-Version: 1.0\n"
    910"Content-Type: text/plain; charset=UTF-8\n"
    1011"Content-Transfer-Encoding: 8bit\n"
    11 "PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
    12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    13 "Language-Team: LANGUAGE <LL@li.org>\n"
     12"POT-Creation-Date: 2020-09-04T04:01:08+00:00\n"
     13"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
     14"X-Generator: WP-CLI 2.4.0\n"
     15"X-Domain: cpt-editor\n"
     16
     17#. Plugin Name of the plugin
     18msgid "Custom Post Type Editor"
     19msgstr ""
     20
     21#. Plugin URI of the plugin
     22msgid "https://om4.io/plugins/custom-post-type-editor/"
     23msgstr ""
     24
     25#. Description of the plugin
     26msgid "Customize the text labels, menu names or description for any registered custom post type using a simple Dashboard user interface."
     27msgstr ""
     28
     29#. Author of the plugin
     30msgid "OM4"
     31msgstr ""
     32
     33#. Author URI of the plugin
     34msgid "https://om4.io/"
     35msgstr ""
    1436
    1537#: cpt-editor.php:178
     
    281303msgstr ""
    282304
    283 #: cpt-editor.php:548 cpt-editor.php:550
     305#: cpt-editor.php:548
     306#: cpt-editor.php:550
    284307msgid "[Empty]"
    285308msgstr ""
     
    316339msgid "Default"
    317340msgstr ""
    318 #. Plugin Name of the plugin/theme
    319 msgid "Custom Post Type Editor"
    320 msgstr ""
    321 
    322 #. Plugin URI of the plugin/theme
    323 msgid "https://om4.com.au/plugins/custom-post-type-editor/"
    324 msgstr ""
    325 
    326 #. Description of the plugin/theme
    327 msgid "Customize the text labels, menu names or description for any registered custom post type using a simple Dashboard user interface."
    328 msgstr ""
    329 
    330 #. Author of the plugin/theme
    331 msgid "OM4"
    332 msgstr ""
    333 
    334 #. Author URI of the plugin/theme
    335 msgid "https://om4.com.au/plugins/"
    336 msgstr ""
  • cpt-editor/trunk/readme.txt

    r2088891 r2374932  
    11=== Custom Post Type Editor ===
    22Contributors: jamescollins, glenn-om4
    3 Donate link: https://om4.com.au/plugins/#donate
    43Tags: custom post type, cpt, post type, label, description, editor
    54Requires at least: 3.6
    6 Tested up to: 5.2
    7 Stable tag: 1.4.1
     5Tested up to: 5.5
     6Stable tag: 1.4.2
    87License: GPLv2 or later
    98License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2928* Any Custom Post Type that is created by a WordPress theme
    3029
    31 This means that you no longer have to modify PHP files in order to rename a Custom Post Type! 
     30This means that you no longer have to modify PHP files in order to rename a Custom Post Type!
    3231
    33 See the [screenshots](https://wordpress.org/plugins/cpt-editor/screenshots/) and [Custom Post Type Editor Plugin home page](https://om4.com.au/plugins/custom-post-type-editor/) for further information.
     32See the [screenshots](https://wordpress.org/plugins/cpt-editor/screenshots/) and [Custom Post Type Editor Plugin home page](https://om4.io/plugins/custom-post-type-editor/) for further information.
    3433
    3534== Installation ==
     
    7675
    7776== Changelog ==
     77
     78= 1.4.2 =
     79* Mark WordPress 5.5 compatible.
    7880
    7981= 1.4.1 =
Note: See TracChangeset for help on using the changeset viewer.