Skip to content

Commit

Permalink
[v2.4.8] add version parameters on assets requests
Browse files Browse the repository at this point in the history
  • Loading branch information
epoundor committed Jun 24, 2024
1 parent 803dea4 commit bfdeb42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kkiapay-woocommerce-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author: Kkiapay Developer Team ❤️
* Author URI: https://kkiapay.me/
* License: GPLv2
* Version: 2.4.7
* Version: 2.4.8
* Requires at least: 6.0
* Tested up to: 6.4.3
* WC requires at least: 6.0
Expand All @@ -17,7 +17,7 @@
*/

define('WC_KKIAPAY_MAIN_FILE', __FILE__);
define('WC_KKIAPAY_VERSION', '2.4.7');
define('WC_KKIAPAY_VERSION', '2.4.8');

// Make sure WooCommerce is active
if (!in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins'))))
Expand Down

0 comments on commit bfdeb42

Please sign in to comment.