Skip to content

Commit

Permalink
Updated to 6.7 and fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
adriacobo committed Nov 7, 2024
1 parent 2100e94 commit e51f4a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: grafreak, adriandegrafreak
Donate link: http://www.grafreak.net
Tags: tpv, ecommerce, redsys
Requires at least: 5.4
Tested up to: 6.6
Stable tag: 1.0.11
Tested up to: 6.7
Stable tag: 1.0.12
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
2 changes: 1 addition & 1 deletion includes/class-pago-redsys-grafreak.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ private function set_locale() {

$plugin_i18n = new Pago_Redsys_Grafreak_I18n();

$this->loader->add_action( 'plugins_loaded', $plugin_i18n, 'load_plugin_textdomain' );
$this->loader->add_action( 'init', $plugin_i18n, 'load_plugin_textdomain' );

}

Expand Down
2 changes: 1 addition & 1 deletion pago-redsys-grafreak.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: Pago por Redsys
* Plugin URI: http://www.grafreak.net
* Description: Plugin que permite colocar una pasarela de pago en tu web
* Version: 1.0.11
* Version: 1.0.12
* Author: Grafreak
* Author URI: http://www.grafreak.net
* License: GPL-2.0+
Expand Down

0 comments on commit e51f4a0

Please sign in to comment.