Plugin Directory

Changeset 3243711


Ignore:
Timestamp:
02/20/2025 08:35:12 AM (13 months ago)
Author:
floattechnologies
Message:

Update to description

Location:
float-gateway
Files:
45 added
3 edited

Legend:

Unmodified
Added
Removed
  • float-gateway/trunk/index.php

    r3240559 r3243711  
    66     * Author: © FLOAT TECHNOLOGIES (PTY) LTD
    77     * Author URI: http://float.co.za
    8      * Version: 1.0.19
     8     * Version: 1.0.20
    99    */
    1010
     
    3737
    3838
    39 define( 'WC_FLOAT_VER', '1.0.19' );
     39define( 'WC_FLOAT_VER', '1.0.20' );
    4040define( 'WC_FLOAT_PLUGIN_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
    4141
     
    117117            $this->init_settings();
    118118
    119             $this->title = 'Interest-free monthly payments using your credit card';
     119            $this->title = 'Float: Interest-free instalments for credit cards';
    120120
    121121            if (is_checkout()) {
  • float-gateway/trunk/readme.md

    r3240559 r3243711  
    72721.0.17 - Deployment fix
    73731.0.18 - Fix for isolated issue relating to cart display
    74 1.0.18 - Fix for Uncaught error
     741.0.19 - Fix for Uncaught error
     751.0.20 - Update to description
  • float-gateway/trunk/readme.txt

    r3240559 r3243711  
    72721.0.17 - Deployment fix
    73731.0.18 - Fix for isolated issue relating to cart display
    74 1.0.18 - Fix for Uncaught error
     741.0.19 - Fix for Uncaught error
     751.0.20 - Update to description
Note: See TracChangeset for help on using the changeset viewer.