Changeset 3174654
- Timestamp:
- 10/23/2024 11:32:43 PM (18 months ago)
- Location:
- paysquad
- Files:
-
- 23 added
- 4 edited
-
tags/1.0.4 (added)
-
tags/1.0.4/assets (added)
-
tags/1.0.4/assets/img (added)
-
tags/1.0.4/assets/img/paysquad_logo.png (added)
-
tags/1.0.4/assets/js (added)
-
tags/1.0.4/assets/js/frontend (added)
-
tags/1.0.4/assets/js/frontend/checkout.asset.php (added)
-
tags/1.0.4/assets/js/frontend/checkout.js (added)
-
tags/1.0.4/changelog.txt (added)
-
tags/1.0.4/css (added)
-
tags/1.0.4/css/paysquad-admin.css (added)
-
tags/1.0.4/includes (added)
-
tags/1.0.4/includes/class-configuration.php (added)
-
tags/1.0.4/includes/classes (added)
-
tags/1.0.4/includes/orders-scheduled-action.php (added)
-
tags/1.0.4/includes/paysquad-block-checkout.php (added)
-
tags/1.0.4/includes/paysquad-gateway.php (added)
-
tags/1.0.4/includes/paysquad-helper.php (added)
-
tags/1.0.4/includes/webhooks.php (added)
-
tags/1.0.4/js (added)
-
tags/1.0.4/js/paysquad-admin.js (added)
-
tags/1.0.4/paysquad.php (added)
-
tags/1.0.4/readme.txt (added)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/includes/paysquad-gateway.php (modified) (1 diff)
-
trunk/paysquad.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
paysquad/trunk/changelog.txt
r3174651 r3174654 11 11 = 1.0.3 - 2024-10-24 = 12 12 * Fix version inside plugin PHP. 13 14 = 1.0.4 - 2024-10-24 = 15 * Try production environment check again. -
paysquad/trunk/includes/paysquad-gateway.php
r3174649 r3174654 425 425 public function get_configuration( $environment ): Paysquad_Configuration { 426 426 427 if ( strcasecmp($environment, 'Production') ) {427 if ( strcasecmp($environment, 'Production') === 0 ) { 428 428 429 429 return new Paysquad_Configuration( -
paysquad/trunk/paysquad.php
r3174651 r3174654 3 3 Plugin Name: Paysquad 4 4 Description: Buy now, pay together with Paysquad, the easiest way to share the cost with others, and avoid the IOUs. 5 Version: 1.0. 25 Version: 1.0.4 6 6 Author: Paysquad Development Team 7 7 Author URI: https://paysquad.co -
paysquad/trunk/readme.txt
r3174651 r3174654 39 39 = 1.0.3 = 40 40 * Fix version inside plugin PHP. 41 42 = 1.0.4 = 43 * Try production environment check again.
Note: See TracChangeset
for help on using the changeset viewer.