Plugin Directory

Changeset 3101593


Ignore:
Timestamp:
06/12/2024 07:22:16 AM (10 months ago)
Author:
infinitnet
Message:

readme syntax

Location:
content-update-scheduler
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • content-update-scheduler/tags/1.8/readme.txt

    r3100906 r3101593  
    44Requires at least: 3.7.0
    55Tested up to: 6.5.4
    6 Stable tag: 1.8
     6Stable tag: 1.7
    77Requires PHP: 5.3
    88License: GPLv3
     
    5151== Changelog ==
    5252
    53 === 1.8 ===
     53= 1.8 =
    5454* Various bug fixes
    5555
    56 === 1.7 ===
     56= 1.7 =
    5757* Fixed fatal error when class definition of metadata is missing and skip copying over metadata entries that fail to unserialize
    5858
    59 === 1.6 ===
     59= 1.6 =
    6060* Updated functions to handle post ID references correctly and ensure "Republication Date" column appears for all post types
    6161* Corrected nonce verification, function call, and meta data deletion for scheduled date handling
    6262
    63 === 1.5 ===
     63= 1.5 =
    6464* Updated meta field references during republication to handle original post ID correctly
    6565
    66 === 1.4 ===
     66= 1.4 =
    6767* Copy all meta fields dynamically for maximum compatibility with custom fields, WooCommerce products, etc.
    6868
    69 === 1.3 ===
     69= 1.3 =
    7070* Elementor compatibility: Updated handling of Elementor CSS and added meta data copying
    7171
    72 === 1.2 ===
     72= 1.2 =
    7373* Fixed the incorrect usage of action and filter hooks
    7474* Moved CSS output to admin_head action to avoid 'header already sent' error
    7575* Ensured all meta fields are correctly copied when creating the republication draft for WooCommerce variable products
    7676
    77 === 1.1 ===
     77= 1.1 =
    7878* Pull request #4 from Immediate Media merged (Github)
    7979* Use local WordPress time zone instead of UTC+1
     
    8585* Wrapped wp_get_current_user() call in a conditional to check if the user is logged in
    8686
    87 === 1.0 ===
     87= 1.0 =
    8888* First version.
  • content-update-scheduler/trunk/readme.txt

    r3100904 r3101593  
    44Requires at least: 3.7.0
    55Tested up to: 6.5.4
    6 Stable tag: 1.8
     6Stable tag: 1.7
    77Requires PHP: 5.3
    88License: GPLv3
     
    5151== Changelog ==
    5252
    53 === 1.8 ===
     53= 1.8 =
    5454* Various bug fixes
    5555
    56 === 1.7 ===
     56= 1.7 =
    5757* Fixed fatal error when class definition of metadata is missing and skip copying over metadata entries that fail to unserialize
    5858
    59 === 1.6 ===
     59= 1.6 =
    6060* Updated functions to handle post ID references correctly and ensure "Republication Date" column appears for all post types
    6161* Corrected nonce verification, function call, and meta data deletion for scheduled date handling
    6262
    63 === 1.5 ===
     63= 1.5 =
    6464* Updated meta field references during republication to handle original post ID correctly
    6565
    66 === 1.4 ===
     66= 1.4 =
    6767* Copy all meta fields dynamically for maximum compatibility with custom fields, WooCommerce products, etc.
    6868
    69 === 1.3 ===
     69= 1.3 =
    7070* Elementor compatibility: Updated handling of Elementor CSS and added meta data copying
    7171
    72 === 1.2 ===
     72= 1.2 =
    7373* Fixed the incorrect usage of action and filter hooks
    7474* Moved CSS output to admin_head action to avoid 'header already sent' error
    7575* Ensured all meta fields are correctly copied when creating the republication draft for WooCommerce variable products
    7676
    77 === 1.1 ===
     77= 1.1 =
    7878* Pull request #4 from Immediate Media merged (Github)
    7979* Use local WordPress time zone instead of UTC+1
     
    8585* Wrapped wp_get_current_user() call in a conditional to check if the user is logged in
    8686
    87 === 1.0 ===
     87= 1.0 =
    8888* First version.
Note: See TracChangeset for help on using the changeset viewer.