Plugin Directory

Changeset 2966778


Ignore:
Timestamp:
09/13/2023 10:35:47 PM (3 years ago)
Author:
breadintegrations
Message:

Version 3.4.1 changes

Location:
bread-finance/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bread-finance/trunk/README.md

    r2966099 r2966778  
    7373== Changelog ==
    7474
    75 = 3.4.0
     75= 3.4.1
     76* Unified codebase
     77
     78= 3.3.5
    7679* Current release
    77 * Unified codebase
    78 
    79 = 3.3.5
    8080* Added unit tests
    8181* Added Embedded Checkout feature to display on same page instead of modal
  • bread-finance/trunk/bread-finance.php

    r2966099 r2966778  
    44 * Plugin Name: Bread Pay
    55 * Description: Adds the Bread Pay Gateway to your WooCommerce site.
    6  * Author: Bread Financial
     6 * Author: Bread Pay
    77 * Author URI: https://payments.breadfinancial.com/
    8  * Version: 3.4.0
    9  * Text Domain: bread_finance
     8 * Version: 3.4.1
     9 * Text Domain: bread-finance
    1010 * Domain Path: /i18n/languages/
    1111 * WC requires at least: 3.0.0
     
    2323
    2424//Require minimums and constants
    25 define('WC_BREAD_FINANCE_VERSION', '3.4.0');
     25define('WC_BREAD_FINANCE_VERSION', '3.4.1');
    2626define('WC_BREAD_FINANCE_MIN_PHP_VER', '5.6.0');
    27 define('WC_BREAD_FINANCE_MIN_WC_VER', '3.4.0');
     27define('WC_BREAD_FINANCE_MIN_WC_VER', '3.4.1');
    2828define('WC_BREAD_FINANCE_MAIN_FILE', __FILE__);
    2929define('WC_BREAD_FINANCE_PLUGIN_PATH', untrailingslashit(plugin_dir_path(__FILE__)));
Note: See TracChangeset for help on using the changeset viewer.