Plugin Directory

Changeset 3384497


Ignore:
Timestamp:
10/25/2025 02:59:49 PM (5 months ago)
Author:
tlloancy
Message:

cron tasks were broken by wp flush cache

Location:
slide-crafter-reborn
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • slide-crafter-reborn/tags/1.0.5/includes/cpt.php

    r3345309 r3384497  
    3939        slidecrafterreborn_log('CPT slcr_reborn_slide successfully registered on hook: ' . $hook, 'DEBUG');
    4040    }
    41     wp_cache_flush();
    4241    flush_rewrite_rules(false);
    4342}
  • slide-crafter-reborn/tags/1.0.5/readme.txt

    r3345309 r3384497  
    55Requires at least: 5.0
    66Tested up to: 6.8
    7 Stable tag: 1.0.4
     7Stable tag: 1.0.5
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    3333
    3434== Changelog ==
     35= 1.0.5 =
     36* Removed or commented `wp_cache_flush()` in `includes/cpt.php` to prevent interference with WordPress cron tasks, improving reliability of scheduled tasks.
     37
    3538= 1.0.4 =
    3639* Fixed debug log pollution by restricting logging to ERROR level by default, downgrading non-critical logs to DEBUG.
  • slide-crafter-reborn/tags/1.0.5/slide-crafter-reborn.php

    r3345309 r3384497  
    44 * Plugin URI: https://github.com/tlloancy/slide-crafter-reborn
    55 * Description: Create responsive slider carousels with dynamic cards, real-time preview, and shortcode output.
    6  * Version: 1.0.4
     6 * Version: 1.0.5
    77 * Author: Thomas Lloancy
    88 * Author URI: https://github.com/tlloancy
  • slide-crafter-reborn/trunk/includes/cpt.php

    r3345309 r3384497  
    3939        slidecrafterreborn_log('CPT slcr_reborn_slide successfully registered on hook: ' . $hook, 'DEBUG');
    4040    }
    41     wp_cache_flush();
    4241    flush_rewrite_rules(false);
    4342}
  • slide-crafter-reborn/trunk/readme.txt

    r3345309 r3384497  
    55Requires at least: 5.0
    66Tested up to: 6.8
    7 Stable tag: 1.0.4
     7Stable tag: 1.0.5
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    3333
    3434== Changelog ==
     35= 1.0.5 =
     36* Removed or commented `wp_cache_flush()` in `includes/cpt.php` to prevent interference with WordPress cron tasks, improving reliability of scheduled tasks.
     37
    3538= 1.0.4 =
    3639* Fixed debug log pollution by restricting logging to ERROR level by default, downgrading non-critical logs to DEBUG.
  • slide-crafter-reborn/trunk/slide-crafter-reborn.php

    r3345309 r3384497  
    44 * Plugin URI: https://github.com/tlloancy/slide-crafter-reborn
    55 * Description: Create responsive slider carousels with dynamic cards, real-time preview, and shortcode output.
    6  * Version: 1.0.4
     6 * Version: 1.0.5
    77 * Author: Thomas Lloancy
    88 * Author URI: https://github.com/tlloancy
Note: See TracChangeset for help on using the changeset viewer.