Changeset 2374932
- Timestamp:
- 09/04/2020 04:05:16 AM (6 years ago)
- Location:
- cpt-editor
- Files:
-
- 2 added
- 6 edited
- 1 copied
-
tags/1.4.2 (copied) (copied from cpt-editor/trunk)
-
tags/1.4.2/README.md (added)
-
tags/1.4.2/cpt-editor.php (modified) (1 diff)
-
tags/1.4.2/languages/cpt-editor.pot (modified) (3 diffs)
-
tags/1.4.2/readme.txt (modified) (3 diffs)
-
trunk/README.md (added)
-
trunk/cpt-editor.php (modified) (1 diff)
-
trunk/languages/cpt-editor.pot (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpt-editor/tags/1.4.2/cpt-editor.php
r2088893 r2374932 2 2 /* 3 3 Plugin Name: Custom Post Type Editor 4 Plugin URI: https://om4. com.au/plugins/custom-post-type-editor/4 Plugin URI: https://om4.io/plugins/custom-post-type-editor/ 5 5 Description: Customize the text labels, menu names or description for any registered custom post type using a simple Dashboard user interface. 6 Version: 1.4. 16 Version: 1.4.2 7 7 Author: OM4 8 Author URI: https://om4. com.au/plugins/8 Author URI: https://om4.io/ 9 9 Text Domain: cpt-editor 10 10 License: GPLv2 or later -
cpt-editor/tags/1.4.2/languages/cpt-editor.pot
r1546212 r2374932 1 # Copyright (C) 20 16 Custom Post Type Editor2 # 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. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Custom Post Type Editor 1.4 \n"5 "Project-Id-Version: Custom Post Type Editor 1.4.2\n" 6 6 "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" 8 9 "MIME-Version: 1.0\n" 9 10 "Content-Type: text/plain; charset=UTF-8\n" 10 11 "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 18 msgid "Custom Post Type Editor" 19 msgstr "" 20 21 #. Plugin URI of the plugin 22 msgid "https://om4.io/plugins/custom-post-type-editor/" 23 msgstr "" 24 25 #. Description of the plugin 26 msgid "Customize the text labels, menu names or description for any registered custom post type using a simple Dashboard user interface." 27 msgstr "" 28 29 #. Author of the plugin 30 msgid "OM4" 31 msgstr "" 32 33 #. Author URI of the plugin 34 msgid "https://om4.io/" 35 msgstr "" 14 36 15 37 #: cpt-editor.php:178 … … 281 303 msgstr "" 282 304 283 #: cpt-editor.php:548 cpt-editor.php:550 305 #: cpt-editor.php:548 306 #: cpt-editor.php:550 284 307 msgid "[Empty]" 285 308 msgstr "" … … 316 339 msgid "Default" 317 340 msgstr "" 318 #. Plugin Name of the plugin/theme319 msgid "Custom Post Type Editor"320 msgstr ""321 322 #. Plugin URI of the plugin/theme323 msgid "https://om4.com.au/plugins/custom-post-type-editor/"324 msgstr ""325 326 #. Description of the plugin/theme327 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/theme331 msgid "OM4"332 msgstr ""333 334 #. Author URI of the plugin/theme335 msgid "https://om4.com.au/plugins/"336 msgstr "" -
cpt-editor/tags/1.4.2/readme.txt
r2088891 r2374932 1 1 === Custom Post Type Editor === 2 2 Contributors: jamescollins, glenn-om4 3 Donate link: https://om4.com.au/plugins/#donate4 3 Tags: custom post type, cpt, post type, label, description, editor 5 4 Requires at least: 3.6 6 Tested up to: 5. 27 Stable tag: 1.4. 15 Tested up to: 5.5 6 Stable tag: 1.4.2 8 7 License: GPLv2 or later 9 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 29 28 * Any Custom Post Type that is created by a WordPress theme 30 29 31 This means that you no longer have to modify PHP files in order to rename a Custom Post Type! 30 This means that you no longer have to modify PHP files in order to rename a Custom Post Type! 32 31 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.32 See 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. 34 33 35 34 == Installation == … … 76 75 77 76 == Changelog == 77 78 = 1.4.2 = 79 * Mark WordPress 5.5 compatible. 78 80 79 81 = 1.4.1 = -
cpt-editor/trunk/cpt-editor.php
r2088893 r2374932 2 2 /* 3 3 Plugin Name: Custom Post Type Editor 4 Plugin URI: https://om4. com.au/plugins/custom-post-type-editor/4 Plugin URI: https://om4.io/plugins/custom-post-type-editor/ 5 5 Description: Customize the text labels, menu names or description for any registered custom post type using a simple Dashboard user interface. 6 Version: 1.4. 16 Version: 1.4.2 7 7 Author: OM4 8 Author URI: https://om4. com.au/plugins/8 Author URI: https://om4.io/ 9 9 Text Domain: cpt-editor 10 10 License: GPLv2 or later -
cpt-editor/trunk/languages/cpt-editor.pot
r1546212 r2374932 1 # Copyright (C) 20 16 Custom Post Type Editor2 # 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. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Custom Post Type Editor 1.4 \n"5 "Project-Id-Version: Custom Post Type Editor 1.4.2\n" 6 6 "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" 8 9 "MIME-Version: 1.0\n" 9 10 "Content-Type: text/plain; charset=UTF-8\n" 10 11 "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 18 msgid "Custom Post Type Editor" 19 msgstr "" 20 21 #. Plugin URI of the plugin 22 msgid "https://om4.io/plugins/custom-post-type-editor/" 23 msgstr "" 24 25 #. Description of the plugin 26 msgid "Customize the text labels, menu names or description for any registered custom post type using a simple Dashboard user interface." 27 msgstr "" 28 29 #. Author of the plugin 30 msgid "OM4" 31 msgstr "" 32 33 #. Author URI of the plugin 34 msgid "https://om4.io/" 35 msgstr "" 14 36 15 37 #: cpt-editor.php:178 … … 281 303 msgstr "" 282 304 283 #: cpt-editor.php:548 cpt-editor.php:550 305 #: cpt-editor.php:548 306 #: cpt-editor.php:550 284 307 msgid "[Empty]" 285 308 msgstr "" … … 316 339 msgid "Default" 317 340 msgstr "" 318 #. Plugin Name of the plugin/theme319 msgid "Custom Post Type Editor"320 msgstr ""321 322 #. Plugin URI of the plugin/theme323 msgid "https://om4.com.au/plugins/custom-post-type-editor/"324 msgstr ""325 326 #. Description of the plugin/theme327 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/theme331 msgid "OM4"332 msgstr ""333 334 #. Author URI of the plugin/theme335 msgid "https://om4.com.au/plugins/"336 msgstr "" -
cpt-editor/trunk/readme.txt
r2088891 r2374932 1 1 === Custom Post Type Editor === 2 2 Contributors: jamescollins, glenn-om4 3 Donate link: https://om4.com.au/plugins/#donate4 3 Tags: custom post type, cpt, post type, label, description, editor 5 4 Requires at least: 3.6 6 Tested up to: 5. 27 Stable tag: 1.4. 15 Tested up to: 5.5 6 Stable tag: 1.4.2 8 7 License: GPLv2 or later 9 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 29 28 * Any Custom Post Type that is created by a WordPress theme 30 29 31 This means that you no longer have to modify PHP files in order to rename a Custom Post Type! 30 This means that you no longer have to modify PHP files in order to rename a Custom Post Type! 32 31 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.32 See 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. 34 33 35 34 == Installation == … … 76 75 77 76 == Changelog == 77 78 = 1.4.2 = 79 * Mark WordPress 5.5 compatible. 78 80 79 81 = 1.4.1 =
Note: See TracChangeset
for help on using the changeset viewer.