Plugin Directory

Changeset 3340435


Ignore:
Timestamp:
08/06/2025 02:23:38 PM (5 months ago)
Author:
sitewit
Message:

Update to declare support for WooCommerce 10.0

Location:
kliken-ads-pixel-for-meta
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kliken-ads-pixel-for-meta/tags/1.2.1/kliken-ads-pixel-for-meta.php

    r3309375 r3340435  
    1717 * Requires Plugins: woocommerce
    1818 * WC requires at least: 6.0
    19  * WC tested up to: 9.8
     19 * WC tested up to: 10.0
    2020 *
    2121 * License: GNU General Public License v3.0
     
    2727defined( 'ABSPATH' ) || exit;
    2828
    29 define( 'KK_FB_WC_PLUGIN_VERSION', '1.2.0' ); // Must be the same version as the "Version" at the top.
     29define( 'KK_FB_WC_PLUGIN_VERSION', '1.2.1' ); // Must be the same version as the "Version" at the top.
    3030define( 'KK_FB_WC_PLUGIN_FILE', __FILE__ );
    3131define( 'KK_FB_WC_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • kliken-ads-pixel-for-meta/trunk/kliken-ads-pixel-for-meta.php

    r3309375 r3340435  
    1717 * Requires Plugins: woocommerce
    1818 * WC requires at least: 6.0
    19  * WC tested up to: 9.8
     19 * WC tested up to: 10.0
    2020 *
    2121 * License: GNU General Public License v3.0
     
    2727defined( 'ABSPATH' ) || exit;
    2828
    29 define( 'KK_FB_WC_PLUGIN_VERSION', '1.2.0' ); // Must be the same version as the "Version" at the top.
     29define( 'KK_FB_WC_PLUGIN_VERSION', '1.2.1' ); // Must be the same version as the "Version" at the top.
    3030define( 'KK_FB_WC_PLUGIN_FILE', __FILE__ );
    3131define( 'KK_FB_WC_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.