Plugin Directory

Changeset 2710256


Ignore:
Timestamp:
04/15/2022 03:08:50 PM (4 years ago)
Author:
transact
Message:

fix currency selection

Location:
transact
Files:
2 edited
19 copied

Legend:

Unmodified
Added
Removed
  • transact/tags/5.8.1/readme.txt

    r2710252 r2710256  
    66Requires PHP: 5.6
    77Tested up to: 5.9.3
    8 Stable tag: 5.8.0
     8Stable tag: 5.8.1
    99License: APACHE-2.0
    1010License URI: https://www.apache.org/licenses/LICENSE-2.0
     
    8282== Changelog ==
    8383
     84= 5.8.1 =
     85* Fix currency selection
     86
    8487= 5.8.0 =
    8588* Primary currency selection for USD, GBP, EUR, CAD
  • transact/tags/5.8.1/transact-plugin.php

    r2710252 r2710256  
    33 * Plugin Name: transact.io
    44 * Description: Integrates transact.io services into WP
    5  * Version: 5.8.0
     5 * Version: 5.8.1
    66 * Author: transact.io
    77 * Author URI: https://transact.io
    88 * Plugin URI: https://wordpress.org/plugins/transact/
    99 */
    10 define('TRANSACT_VERSION', '5.8.0'); // Cache busting
     10define('TRANSACT_VERSION', '5.8.1'); // Cache busting
    1111
    1212/**
  • transact/trunk/readme.txt

    r2710252 r2710256  
    66Requires PHP: 5.6
    77Tested up to: 5.9.3
    8 Stable tag: 5.8.0
     8Stable tag: 5.8.1
    99License: APACHE-2.0
    1010License URI: https://www.apache.org/licenses/LICENSE-2.0
     
    8282== Changelog ==
    8383
     84= 5.8.1 =
     85* Fix currency selection
     86
    8487= 5.8.0 =
    8588* Primary currency selection for USD, GBP, EUR, CAD
  • transact/trunk/transact-plugin.php

    r2710252 r2710256  
    33 * Plugin Name: transact.io
    44 * Description: Integrates transact.io services into WP
    5  * Version: 5.8.0
     5 * Version: 5.8.1
    66 * Author: transact.io
    77 * Author URI: https://transact.io
    88 * Plugin URI: https://wordpress.org/plugins/transact/
    99 */
    10 define('TRANSACT_VERSION', '5.8.0'); // Cache busting
     10define('TRANSACT_VERSION', '5.8.1'); // Cache busting
    1111
    1212/**
Note: See TracChangeset for help on using the changeset viewer.