Changeset 3101593
- Timestamp:
- 06/12/2024 07:22:16 AM (10 months ago)
- Location:
- content-update-scheduler
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
content-update-scheduler/tags/1.8/readme.txt
r3100906 r3101593 4 4 Requires at least: 3.7.0 5 5 Tested up to: 6.5.4 6 Stable tag: 1. 86 Stable tag: 1.7 7 7 Requires PHP: 5.3 8 8 License: GPLv3 … … 51 51 == Changelog == 52 52 53 = == 1.8 ===53 = 1.8 = 54 54 * Various bug fixes 55 55 56 = == 1.7 ===56 = 1.7 = 57 57 * Fixed fatal error when class definition of metadata is missing and skip copying over metadata entries that fail to unserialize 58 58 59 = == 1.6 ===59 = 1.6 = 60 60 * Updated functions to handle post ID references correctly and ensure "Republication Date" column appears for all post types 61 61 * Corrected nonce verification, function call, and meta data deletion for scheduled date handling 62 62 63 = == 1.5 ===63 = 1.5 = 64 64 * Updated meta field references during republication to handle original post ID correctly 65 65 66 = == 1.4 ===66 = 1.4 = 67 67 * Copy all meta fields dynamically for maximum compatibility with custom fields, WooCommerce products, etc. 68 68 69 = == 1.3 ===69 = 1.3 = 70 70 * Elementor compatibility: Updated handling of Elementor CSS and added meta data copying 71 71 72 = == 1.2 ===72 = 1.2 = 73 73 * Fixed the incorrect usage of action and filter hooks 74 74 * Moved CSS output to admin_head action to avoid 'header already sent' error 75 75 * Ensured all meta fields are correctly copied when creating the republication draft for WooCommerce variable products 76 76 77 = == 1.1 ===77 = 1.1 = 78 78 * Pull request #4 from Immediate Media merged (Github) 79 79 * Use local WordPress time zone instead of UTC+1 … … 85 85 * Wrapped wp_get_current_user() call in a conditional to check if the user is logged in 86 86 87 = == 1.0 ===87 = 1.0 = 88 88 * First version. -
content-update-scheduler/trunk/readme.txt
r3100904 r3101593 4 4 Requires at least: 3.7.0 5 5 Tested up to: 6.5.4 6 Stable tag: 1. 86 Stable tag: 1.7 7 7 Requires PHP: 5.3 8 8 License: GPLv3 … … 51 51 == Changelog == 52 52 53 = == 1.8 ===53 = 1.8 = 54 54 * Various bug fixes 55 55 56 = == 1.7 ===56 = 1.7 = 57 57 * Fixed fatal error when class definition of metadata is missing and skip copying over metadata entries that fail to unserialize 58 58 59 = == 1.6 ===59 = 1.6 = 60 60 * Updated functions to handle post ID references correctly and ensure "Republication Date" column appears for all post types 61 61 * Corrected nonce verification, function call, and meta data deletion for scheduled date handling 62 62 63 = == 1.5 ===63 = 1.5 = 64 64 * Updated meta field references during republication to handle original post ID correctly 65 65 66 = == 1.4 ===66 = 1.4 = 67 67 * Copy all meta fields dynamically for maximum compatibility with custom fields, WooCommerce products, etc. 68 68 69 = == 1.3 ===69 = 1.3 = 70 70 * Elementor compatibility: Updated handling of Elementor CSS and added meta data copying 71 71 72 = == 1.2 ===72 = 1.2 = 73 73 * Fixed the incorrect usage of action and filter hooks 74 74 * Moved CSS output to admin_head action to avoid 'header already sent' error 75 75 * Ensured all meta fields are correctly copied when creating the republication draft for WooCommerce variable products 76 76 77 = == 1.1 ===77 = 1.1 = 78 78 * Pull request #4 from Immediate Media merged (Github) 79 79 * Use local WordPress time zone instead of UTC+1 … … 85 85 * Wrapped wp_get_current_user() call in a conditional to check if the user is logged in 86 86 87 = == 1.0 ===87 = 1.0 = 88 88 * First version.
Note: See TracChangeset
for help on using the changeset viewer.