Plugin Directory

Changeset 3031351


Ignore:
Timestamp:
02/05/2024 06:23:56 AM (2 years ago)
Author:
proloybhaduri
Message:

Compatibility enhancements

Location:
payment-gateway-for-swish-givewp
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • payment-gateway-for-swish-givewp/tags/1.0.2/givewp-swish-addon.php

    r2863920 r3031351  
    55 * Plugin URI:        https://proloybhaduri.com/
    66 * Description:       Allows accepting donations on <strong> GiveWP</strong> WordPress donation plugin. using <strong>Swish App</strong>.
    7  * Version:           1.0.1
     7 * Version:           1.0.2
    88 * Requires at least: 5.2
    99 * Requires PHP:      8.1
     
    2222define('GIVESWISH_PLUGIN_BASENAME', plugin_basename(GIVESWISH_PLUGIN_FILE));
    2323
    24 define('GIVESWISH_PLUGIN_VERSION', '1.0.1');
     24define('GIVESWISH_PLUGIN_VERSION', '1.0.2');
    2525
    2626require_once  GIVESWISH_PLUGIN_DIR . 'vendor/autoload.php';
  • payment-gateway-for-swish-givewp/tags/1.0.2/init.php

    r2862708 r3031351  
    77       
    88    }
    9 
    10      // write a public static function to calculate the age of a person
    119     
    1210}
  • payment-gateway-for-swish-givewp/tags/1.0.2/readme.txt

    r2863648 r3031351  
    55Tags: givewp,payment, gateway,give , swish ,donation
    66Requires at least: 5.2
    7 Tested up to: 6.1
    8 Stable tag: 1.0.1
     7Tested up to: 6.4.3
     8Stable tag: 1.0.2
    99Requires PHP: 8.1
    1010License: GPLv2 or later
     
    1919### Features
    2020
    21 1. Seamless payment through swish app
     211. Seamless payment through Swish app in GiveWP
    22222. Well maintained clean code
    23233. Automatically redirect to donation confirmation or donation falied page based on payment status.
     
    4444== Changelog ==
    4545
     46= 1.0.2 =
     47
     48* Enhancement: Simplified logic and removed unwanted code
     49
    4650= 1.0.1 =
    4751
  • payment-gateway-for-swish-givewp/trunk/givewp-swish-addon.php

    r2863920 r3031351  
    55 * Plugin URI:        https://proloybhaduri.com/
    66 * Description:       Allows accepting donations on <strong> GiveWP</strong> WordPress donation plugin. using <strong>Swish App</strong>.
    7  * Version:           1.0.1
     7 * Version:           1.0.2
    88 * Requires at least: 5.2
    99 * Requires PHP:      8.1
     
    2222define('GIVESWISH_PLUGIN_BASENAME', plugin_basename(GIVESWISH_PLUGIN_FILE));
    2323
    24 define('GIVESWISH_PLUGIN_VERSION', '1.0.1');
     24define('GIVESWISH_PLUGIN_VERSION', '1.0.2');
    2525
    2626require_once  GIVESWISH_PLUGIN_DIR . 'vendor/autoload.php';
  • payment-gateway-for-swish-givewp/trunk/init.php

    r2862708 r3031351  
    77       
    88    }
    9 
    10      // write a public static function to calculate the age of a person
    119     
    1210}
  • payment-gateway-for-swish-givewp/trunk/readme.txt

    r2863648 r3031351  
    55Tags: givewp,payment, gateway,give , swish ,donation
    66Requires at least: 5.2
    7 Tested up to: 6.1
    8 Stable tag: 1.0.1
     7Tested up to: 6.4.3
     8Stable tag: 1.0.2
    99Requires PHP: 8.1
    1010License: GPLv2 or later
     
    1919### Features
    2020
    21 1. Seamless payment through swish app
     211. Seamless payment through Swish app in GiveWP
    22222. Well maintained clean code
    23233. Automatically redirect to donation confirmation or donation falied page based on payment status.
     
    4444== Changelog ==
    4545
     46= 1.0.2 =
     47
     48* Enhancement: Simplified logic and removed unwanted code
     49
    4650= 1.0.1 =
    4751
Note: See TracChangeset for help on using the changeset viewer.