Skip to content

Commit 3c91a2a

Browse files
authored
Update chargily.php
1 parent 252bed9 commit 3c91a2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

chargily.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*Description: The easiest and free way to integrate e-payment API through EDAHABIA of Algerie Poste and CIB of SATIM into your Wordpress/WooCommerce platform.
66
*Author: Chargily
77
Author URI: https://chargily.com
8-
*Version: 2.1.3
8+
*Version: 2.1.4
99
*Text Domain: chargilytextdomain
1010
*Domain Path: /languages
1111
*/
@@ -37,15 +37,15 @@ function wc_chargily_gateway_plugin_action_links( $links ) {
3737
add_action('wp_enqueue_scripts', 'chargily_css_loader_front');
3838
function chargily_css_loader_front() {
3939
if ( is_checkout() ) {
40-
wp_enqueue_style('chargily-style-front', plugins_url('/assets/css/css-front.css?v=102', __FILE__));
40+
wp_enqueue_style('chargily-style-front', plugins_url('/assets/css/css-front.css?v=114', __FILE__));
4141
if (is_rtl()) {
42-
wp_enqueue_style('rtl-style', plugins_url('/assets/css/css-front-rtl.css?v=102', __FILE__));
42+
wp_enqueue_style('rtl-style', plugins_url('/assets/css/css-front-rtl.css?v=114', __FILE__));
4343
}
4444
}
4545
}
4646

4747
function chargily_js_loader_front() {
48-
wp_enqueue_script( 'chargily-script-front', plugins_url('/assets/js/js-front.js?v=102', __FILE__), array('jquery'), null, true );
48+
wp_enqueue_script( 'chargily-script-front', plugins_url('/assets/js/js-front.js?v=114', __FILE__), array('jquery'), null, true );
4949
}
5050
add_action( 'wp_enqueue_scripts', 'chargily_js_loader_front' );
5151

0 commit comments

Comments
 (0)