HEX
Server: nginx/1.18.0
System: Linux mail.dakarash.co.id 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
User: www-data (33)
PHP: 8.1.2-1ubuntu2.23
Disabled: NONE
Upload Files
File: /home/dakarash.co.id/public_html/plugins/wp-carousel-free/includes/updates/update-2.7.5.php
<?php
/**
 * Update options for the version 2.7.5
 *
 * @link       https://shapedplugin.com
 *
 * @package    WP_Carousel_free
 * @subpackage WP_Carousel_free/includes/updates
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

update_option( 'wp_carousel_free_version', '2.7.5' );
update_option( 'wp_carousel_free_db_version', '2.7.5' );

// Clear transient cache for the data of rcommended plugins.
if ( get_transient( 'spwpcp_plugins' ) ) {
	delete_transient( 'spwpcp_plugins' );
}