Plugin Directory

Changeset 3174654


Ignore:
Timestamp:
10/23/2024 11:32:43 PM (18 months ago)
Author:
paysquad
Message:

1.0.4

Location:
paysquad
Files:
23 added
4 edited

Legend:

Unmodified
Added
Removed
  • paysquad/trunk/changelog.txt

    r3174651 r3174654  
    1111= 1.0.3 - 2024-10-24 =
    1212* 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  
    425425    public function get_configuration( $environment ): Paysquad_Configuration {
    426426
    427         if ( strcasecmp($environment, 'Production') ) {
     427        if ( strcasecmp($environment, 'Production') === 0 ) {
    428428
    429429            return new Paysquad_Configuration(
  • paysquad/trunk/paysquad.php

    r3174651 r3174654  
    33Plugin Name: Paysquad
    44Description: Buy now, pay together with Paysquad, the easiest way to share the cost with others, and avoid the IOUs.
    5 Version: 1.0.2
     5Version: 1.0.4
    66Author: Paysquad Development Team
    77Author URI: https://paysquad.co
  • paysquad/trunk/readme.txt

    r3174651 r3174654  
    3939= 1.0.3 =
    4040* 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.