Changeset 2966778
- Timestamp:
- 09/13/2023 10:35:47 PM (3 years ago)
- Location:
- bread-finance/trunk
- Files:
-
- 2 edited
-
README.md (modified) (1 diff)
-
bread-finance.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bread-finance/trunk/README.md
r2966099 r2966778 73 73 == Changelog == 74 74 75 = 3.4.0 75 = 3.4.1 76 * Unified codebase 77 78 = 3.3.5 76 79 * Current release 77 * Unified codebase78 79 = 3.3.580 80 * Added unit tests 81 81 * Added Embedded Checkout feature to display on same page instead of modal -
bread-finance/trunk/bread-finance.php
r2966099 r2966778 4 4 * Plugin Name: Bread Pay 5 5 * Description: Adds the Bread Pay Gateway to your WooCommerce site. 6 * Author: Bread Financial6 * Author: Bread Pay 7 7 * Author URI: https://payments.breadfinancial.com/ 8 * Version: 3.4. 09 * Text Domain: bread _finance8 * Version: 3.4.1 9 * Text Domain: bread-finance 10 10 * Domain Path: /i18n/languages/ 11 11 * WC requires at least: 3.0.0 … … 23 23 24 24 //Require minimums and constants 25 define('WC_BREAD_FINANCE_VERSION', '3.4. 0');25 define('WC_BREAD_FINANCE_VERSION', '3.4.1'); 26 26 define('WC_BREAD_FINANCE_MIN_PHP_VER', '5.6.0'); 27 define('WC_BREAD_FINANCE_MIN_WC_VER', '3.4. 0');27 define('WC_BREAD_FINANCE_MIN_WC_VER', '3.4.1'); 28 28 define('WC_BREAD_FINANCE_MAIN_FILE', __FILE__); 29 29 define('WC_BREAD_FINANCE_PLUGIN_PATH', untrailingslashit(plugin_dir_path(__FILE__)));
Note: See TracChangeset
for help on using the changeset viewer.