Changeset 2777448
- Timestamp:
- 08/29/2022 10:23:17 PM (3 years ago)
- Location:
- custom-post-types
- Files:
-
- 22 added
- 2 edited
-
tags/3.0.15 (added)
-
tags/3.0.15/assets (added)
-
tags/3.0.15/assets/css (added)
-
tags/3.0.15/assets/css/backend.css (added)
-
tags/3.0.15/assets/icon-256x256.png (added)
-
tags/3.0.15/assets/icon.svg (added)
-
tags/3.0.15/assets/js (added)
-
tags/3.0.15/assets/js/backend.js (added)
-
tags/3.0.15/inc (added)
-
tags/3.0.15/inc/Column.class.php (added)
-
tags/3.0.15/inc/Fields.class.php (added)
-
tags/3.0.15/inc/MetaBox.class.php (added)
-
tags/3.0.15/inc/Notice.class.php (added)
-
tags/3.0.15/inc/PostType.class.php (added)
-
tags/3.0.15/inc/Taxonomy.class.php (added)
-
tags/3.0.15/inc/Template.class.php (added)
-
tags/3.0.15/inc/functions.php (added)
-
tags/3.0.15/inc/loader-fields.php (added)
-
tags/3.0.15/inc/theme-supports-rules.php (added)
-
tags/3.0.15/languages (added)
-
tags/3.0.15/languages/custom-post-types.mo (added)
-
tags/3.0.15/languages/custom-post-types.pot (added)
-
trunk/custom-post-types.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-post-types/trunk/custom-post-types.php
r2776029 r2777448 2 2 /* 3 3 Plugin Name: Custom post types 4 Plugin URI: https://totalpress.org/plugins/custom-post-types 4 Plugin URI: https://totalpress.org/plugins/custom-post-types?utm_source=wp-dashboard&utm_medium=installed-plugin&utm_campaign=custom-post-types 5 5 Description: Create / manage custom post types, custom taxonomies, custom fields and custom templates easily, directly from the WordPress dashboard without writing code. 6 6 Author: TotalPress.org 7 Author URI: https://totalpress.org/ 7 Author URI: https://totalpress.org/?utm_source=wp-dashboard&utm_medium=installed-plugin&utm_campaign=custom-post-types 8 8 Text Domain: custom-post-types 9 9 Domain Path: /languages/ 10 Version: 3.0.1 410 Version: 3.0.15 11 11 */ 12 12 … … 18 18 define('CPT_PATH', plugin_dir_path(__FILE__)); 19 19 define('CPT_URL', plugin_dir_url(__FILE__)); 20 define('CPT_PLUGIN_URL', 'https://totalpress.org/plugins/custom-post-types ');21 define('CPT_PLUGIN_DEV_URL', 'https://www.andreadegiovine.it/ ');22 define('CPT_PLUGIN_DOC_URL', 'https://totalpress.org/docs/custom-post-types.html ');23 define('CPT_PLUGIN_DONATE_URL', 'https://totalpress.org/donate ');20 define('CPT_PLUGIN_URL', 'https://totalpress.org/plugins/custom-post-types?utm_source=wp-dashboard&utm_medium=installed-plugin&utm_campaign=custom-post-types'); 21 define('CPT_PLUGIN_DEV_URL', 'https://www.andreadegiovine.it/?utm_source=wp-dashboard&utm_medium=installed-plugin&utm_campaign=custom-post-types'); 22 define('CPT_PLUGIN_DOC_URL', 'https://totalpress.org/docs/custom-post-types.html?utm_source=wp-dashboard&utm_medium=installed-plugin&utm_campaign=custom-post-types'); 23 define('CPT_PLUGIN_DONATE_URL', 'https://totalpress.org/donate?utm_source=wp-dashboard&utm_medium=installed-plugin&utm_campaign=custom-post-types'); 24 24 define('CPT_PLUGIN_WP_URL', 'https://wordpress.org/plugin/custom-post-types'); 25 25 define('CPT_PLUGIN_SUPPORT_URL', 'https://wordpress.org/support/plugin/custom-post-types'); -
custom-post-types/trunk/readme.txt
r2776029 r2777448 5 5 Requires at least: 4.0 6 6 Tested up to: 6.0 7 Stable tag: 3.0.1 47 Stable tag: 3.0.15 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 206 206 == Changelog == 207 207 208 = 3.0.15 = 209 * Restore UTM url params; 210 208 211 = 3.0.14 = 209 212 * Fixed wp-admin notices bug; … … 459 462 == Upgrade Notice == 460 463 464 = 3.0.15 = 465 Restore UTM url params; 466 461 467 = 3.0.14 = 462 468 Fixed wp-admin notices bug;
Note: See TracChangeset
for help on using the changeset viewer.