Skip to content

Commit

Permalink
Actualizada URL de la entrada
Browse files Browse the repository at this point in the history
  • Loading branch information
joseconti committed Jun 7, 2023
1 parent d9d8765 commit 5eb407e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.DS_Store
.VSCodeCounter
# Coverage directory used by tools like istanbul
coverage

Expand Down Expand Up @@ -30,4 +32,4 @@ build/Release

# dotenv environment variables file
.env
.DS_Store
.vscode
2 changes: 1 addition & 1 deletion woocommerce-redsys.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
if ( ! defined( 'REDSYS_PLUGIN_PATH' ) ) {
define( 'REDSYS_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
}
define( 'REDSYS_POST_UPDATE_URL', 'https://redsys.joseconti.com/2022/11/09/woocommerce-redsys-gateway-lite-5-0-x/' );
define( 'REDSYS_POST_UPDATE_URL', 'https://redsys.joseconti.com/2023/06/07/woocommerce-redsys-gateway-lite-5-2-x/' );
define( 'REDSYS_TELEGRAM_URL', 'https://t.me/wooredsys' );
define( 'REDSYS_REVIEW', 'https://wordpress.org/support/plugin/woo-redsys-gateway-light/reviews/?rate=5#new-post' );
define( 'REDSYS_DONATION', 'https://www.joseconti.com/cursos-online/micropatrocinio/' );
Expand Down

0 comments on commit 5eb407e

Please sign in to comment.