Changeset 3357828
- Timestamp:
- 09/08/2025 11:17:54 AM (7 months ago)
- Location:
- bob-pay/trunk
- Files:
-
- 2 edited
-
bobpay-plugin.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bob-pay/trunk/bobpay-plugin.php
r3356597 r3357828 8 8 * Requires at least: 5.0 9 9 * Requires PHP: 7.0 10 * Version: 2.1.4 810 * Version: 2.1.49 11 11 * License: GPLv2 or later 12 12 * Tested up to: 6.8.1 … … 16 16 defined('ABSPATH') || exit; 17 17 18 define('WC_BOBPAY_PLUGIN_VERSION', '2.1.4 8');18 define('WC_BOBPAY_PLUGIN_VERSION', '2.1.49'); 19 19 define('WC_BOBPAY_PLUGIN_URL', untrailingslashit(plugins_url(basename(plugin_dir_path(__FILE__)), basename(__FILE__)))); 20 20 define('WC_BOBPAY_PLUGIN_PATH', untrailingslashit(plugin_dir_path(__FILE__))); -
bob-pay/trunk/readme.txt
r3356597 r3357828 5 5 Tested up to: 6.8.1 6 6 Requires PHP: 7.0.0 7 Stable tag: 2.1.4 87 Stable tag: 2.1.49 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 25 25 26 26 #__Transaction fees:__ 27 Credit and debit cards---------------------2.70% 28 American Express---------------------------2.70% 29 Foreign cards---------------------------------3.10% 30 Scan to Pay------------------------------------2.70% 31 Instant and manual EFT-------------------1.50% 32 Capitec Pay------------------------------------1.50% 33 PayShap----------------------------------------1.50% 34 Nedbank Direct EFT -----------------1.50% 35 Absa Pay --------------------------------1.50% 27 Please see our [Bob Pay pricing page](https://www.bobpay.co.za/pricing/) for the latest rates. 36 28 37 29 Receive discounted pricing if you process more than R500,000 per month, or if you’re a Bob Go merchant*. … … 65 57 == Changelog == 66 58 67 = 2.1.4 859 = 2.1.49 = 68 60 * Bug fixes 69 61 70 = 2.1.31 62 = 2.1.31 = 71 63 * Add download logs functionality 72 64 * Version update
Note: See TracChangeset
for help on using the changeset viewer.