Plugin Directory

Changeset 3240559


Ignore:
Timestamp:
02/14/2025 10:53:45 AM (13 months ago)
Author:
floattechnologies
Message:

Fix uncaught error

Location:
float-gateway
Files:
45 added
3 edited

Legend:

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

    r3239416 r3240559  
    66     * Author: © FLOAT TECHNOLOGIES (PTY) LTD
    77     * Author URI: http://float.co.za
    8      * Version: 1.0.18
     8     * Version: 1.0.19
    99    */
    1010
     
    3636}
    3737
    38 $plugin_data = get_plugin_data( __FILE__ ,true, false);
    39 
    40 define( 'WC_FLOAT_VER', $plugin_data['Version'] );
     38
     39define( 'WC_FLOAT_VER', '1.0.19' );
    4140define( 'WC_FLOAT_PLUGIN_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
    4241
  • float-gateway/trunk/readme.md

    r3239416 r3240559  
    72721.0.17 - Deployment fix
    73731.0.18 - Fix for isolated issue relating to cart display
     741.0.18 - Fix for Uncaught error
  • float-gateway/trunk/readme.txt

    r3239416 r3240559  
    72721.0.17 - Deployment fix
    73731.0.18 - Fix for isolated issue relating to cart display
     741.0.18 - Fix for Uncaught error
Note: See TracChangeset for help on using the changeset viewer.