Changeset 2900231
- Timestamp:
- 04/17/2023 02:28:45 PM (3 years ago)
- Location:
- custom-post-types
- Files:
-
- 24 added
- 2 edited
-
tags/3.1.2 (added)
-
tags/3.1.2/assets (added)
-
tags/3.1.2/assets/css (added)
-
tags/3.1.2/assets/css/backend.css (added)
-
tags/3.1.2/assets/icon-256x256.png (added)
-
tags/3.1.2/assets/icon.svg (added)
-
tags/3.1.2/assets/js (added)
-
tags/3.1.2/assets/js/backend.js (added)
-
tags/3.1.2/custom-post-types.php (added)
-
tags/3.1.2/inc (added)
-
tags/3.1.2/inc/Column.class.php (added)
-
tags/3.1.2/inc/Fields.class.php (added)
-
tags/3.1.2/inc/MetaBox.class.php (added)
-
tags/3.1.2/inc/Notice.class.php (added)
-
tags/3.1.2/inc/PostType.class.php (added)
-
tags/3.1.2/inc/Taxonomy.class.php (added)
-
tags/3.1.2/inc/Template.class.php (added)
-
tags/3.1.2/inc/functions.php (added)
-
tags/3.1.2/inc/loader-fields.php (added)
-
tags/3.1.2/inc/theme-supports-rules.php (added)
-
tags/3.1.2/languages (added)
-
tags/3.1.2/languages/custom-post-types.mo (added)
-
tags/3.1.2/languages/custom-post-types.pot (added)
-
tags/3.1.2/readme.txt (added)
-
trunk/custom-post-types.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-post-types/trunk/custom-post-types.php
r2784149 r2900231 8 8 Text Domain: custom-post-types 9 9 Domain Path: /languages/ 10 Version: 3.1. 110 Version: 3.1.2 11 11 */ 12 12 … … 602 602 ); 603 603 } 604 605 606 (new CPT\Notice)->add( 607 'version_4_notice', 608 "<strong><u>Version 4.x.x will be released on May 1, 2023. This version contains important changes.</u></strong><br><br> 609 Thanks to the support of the <strong>thousands of users who use this amazing plugin</strong>, we have worked to improve and make this the best plugin for customizing WordPress.<br> 610 The new version makes the plugin a real framework, it will make it easy to extend WordPress with post types, taxonomies, field groups, templates and <strong>settings pages</strong> directly from the WordPress dashboard.<br> 611 The same customizations will be possible via PHP code using specific hooks, also allowing you to add <strong>administrative notices</strong>.<br> 612 We are sure that this will make your experience with the plugin much better.<br> 613 As with all major releases that include major changes to avoid problems or data loss, <strong>we encourage all users using versions prior to 4.x.x to backup the database or turn off automatic updates</strong>.<br><br> 614 <strong><u>We are not responsible for any problems or loss of data.</u></strong><br><br> 615 The previous FREE version is always available, to download previous versions visit the <strong>PREVIOUS VERSIONS</strong> section on the Advanced View page.<br> 616 After the release, for all users who report bugs or malfunctions we will offer <strong>special discount coupons</strong>.<br><br> 617 Thank you all for the support ❤", 618 'warning', 619 false, 620 -1 621 ); 604 622 605 623 -
custom-post-types/trunk/readme.txt
r2856438 r2900231 5 5 Requires at least: 4.0 6 6 Tested up to: 6.1 7 Stable tag: 3.1. 17 Stable tag: 3.1.2 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 39 39 40 40 Do you like the **Custom post types** plugin? Leave a [5-Star Review](https://wordpress.org/support/plugin/custom-post-types/reviews/?filter=5 "Write Review") to recommend it to other users. 41 42 == ⚠⚠ NEW MAJOR VERSION COOMING SOON ⚠⚠ == 43 44 **Version 4.x.x will be released on May 1, 2023. This version contains important changes.** 45 46 Thanks to the support of the **thousands of users who use this amazing plugin**, we have worked to improve and make this the best plugin for customizing WordPress. 47 48 The new version makes the plugin a real framework, it will make it easy to extend WordPress with post types, taxonomies, field groups, templates and **settings pages** directly from the WordPress dashboard. 49 50 The same customizations will be possible via PHP code using specific hooks, also allowing you to add **administrative notices**. 51 52 We are sure that this will make your experience with the plugin much better. 53 54 As with all major releases that include major changes to avoid problems or data loss, **we encourage all users using versions prior to 4.x.x to backup the database or turn off automatic updates**. 55 56 **We are not responsible for any problems or loss of data.** 57 58 The previous FREE version is always available, to download previous versions visit the **PREVIOUS VERSIONS** section on the [Advanced View](https://wordpress.org/plugins/custom-post-types/advanced/ "Advanced View") page. 59 60 After the release, for all users who report bugs or malfunctions we will offer **special discount coupons**. 61 62 Thank you all for the support ❤ 41 63 42 64 == SUPPORT THE PROJECT == … … 212 234 == Changelog == 213 235 236 = 3.1.2 = 237 * Announcement of version 4.x.x 238 214 239 = 3.1.0 = 215 240 * Add terms shortcodes to ajax loader after custom template post type changes; … … 474 499 == Upgrade Notice == 475 500 501 = 3.1.2 = 502 Announcement of version 4.x.x 503 476 504 = 3.1.0 = 477 505 Add terms shortcodes to ajax loader after custom template post type changes;
Note: See TracChangeset
for help on using the changeset viewer.