Changeset 3384497
- Timestamp:
- 10/25/2025 02:59:49 PM (5 months ago)
- Location:
- slide-crafter-reborn
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.5 (copied) (copied from slide-crafter-reborn/trunk)
-
tags/1.0.5/includes/cpt.php (modified) (1 diff)
-
tags/1.0.5/readme.txt (modified) (2 diffs)
-
tags/1.0.5/slide-crafter-reborn.php (modified) (1 diff)
-
trunk/includes/cpt.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/slide-crafter-reborn.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
slide-crafter-reborn/tags/1.0.5/includes/cpt.php
r3345309 r3384497 39 39 slidecrafterreborn_log('CPT slcr_reborn_slide successfully registered on hook: ' . $hook, 'DEBUG'); 40 40 } 41 wp_cache_flush();42 41 flush_rewrite_rules(false); 43 42 } -
slide-crafter-reborn/tags/1.0.5/readme.txt
r3345309 r3384497 5 5 Requires at least: 5.0 6 6 Tested up to: 6.8 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 33 33 34 34 == 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 35 38 = 1.0.4 = 36 39 * 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 4 4 * Plugin URI: https://github.com/tlloancy/slide-crafter-reborn 5 5 * Description: Create responsive slider carousels with dynamic cards, real-time preview, and shortcode output. 6 * Version: 1.0. 46 * Version: 1.0.5 7 7 * Author: Thomas Lloancy 8 8 * Author URI: https://github.com/tlloancy -
slide-crafter-reborn/trunk/includes/cpt.php
r3345309 r3384497 39 39 slidecrafterreborn_log('CPT slcr_reborn_slide successfully registered on hook: ' . $hook, 'DEBUG'); 40 40 } 41 wp_cache_flush();42 41 flush_rewrite_rules(false); 43 42 } -
slide-crafter-reborn/trunk/readme.txt
r3345309 r3384497 5 5 Requires at least: 5.0 6 6 Tested up to: 6.8 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 33 33 34 34 == 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 35 38 = 1.0.4 = 36 39 * 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 4 4 * Plugin URI: https://github.com/tlloancy/slide-crafter-reborn 5 5 * Description: Create responsive slider carousels with dynamic cards, real-time preview, and shortcode output. 6 * Version: 1.0. 46 * Version: 1.0.5 7 7 * Author: Thomas Lloancy 8 8 * Author URI: https://github.com/tlloancy
Note: See TracChangeset
for help on using the changeset viewer.