Changeset 3065923
- Timestamp:
- 04/06/2024 09:16:43 AM (2 years ago)
- Location:
- e-nkap-woocommerce-gateway/tags/1.0.8
- Files:
-
- 4 edited
-
composer.json (modified) (1 diff)
-
e-nkap-woocommerce-gateway.php (modified) (2 diffs)
-
includes/Plugin.php (modified) (1 diff)
-
readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
e-nkap-woocommerce-gateway/tags/1.0.8/composer.json
r2994750 r3065923 11 11 "license": "GPL-2.0-or-later", 12 12 "prefer-stable" : true, 13 "version": "1.0. 7",13 "version": "1.0.8", 14 14 "authors": [ 15 15 { -
e-nkap-woocommerce-gateway/tags/1.0.8/e-nkap-woocommerce-gateway.php
r3063561 r3065923 6 6 * Plugin URI: https://enkap.cm/ 7 7 * Description: Receive Mobile Money payments on your store using SmobilPay for e-commerce. 8 * Version: 1.0. 79 * Tested up to: 6. 4.18 * Version: 1.0.8 9 * Tested up to: 6.5 10 10 * WC requires at least: 3.2 11 * WC tested up to: 8. 2.211 * WC tested up to: 8.7.0 12 12 * Author: Camoo Sarl 13 13 * Author URI: https://www.camoo.cm/ … … 43 43 __('Do you like our plugin and can recommend to others.', Plugin::DOMAIN_TEXT) 44 44 ), 45 '1.0. 7'45 '1.0.8' 46 46 ) 47 47 )->register(); -
e-nkap-woocommerce-gateway/tags/1.0.8/includes/Plugin.php
r2994750 r3065923 19 19 class Plugin 20 20 { 21 public const WP_WC_ENKAP_DB_VERSION = '1.0. 7';21 public const WP_WC_ENKAP_DB_VERSION = '1.0.8'; 22 22 23 23 public const DOMAIN_TEXT = 'wc-wp-enkap'; -
e-nkap-woocommerce-gateway/tags/1.0.8/readme.txt
r3063561 r3065923 6 6 Tested up to: 6.5 7 7 Requires PHP: 7.3 8 Stable tag: 1.0. 78 Stable tag: 1.0.8 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 19 19 We enable digital organizations to accept cash, Mobile Money, or card payment via a simple, unique API permitting local businesses to participate in the vast digital economy by transforming their service offerings into the world of e-commerce sites. 20 20 21 This fully functional plugin has been developed for WooCommerce , to help merchants diminish payment friction for their customers by meeting customers where they spend more and more time –online!21 This fully functional plugin has been developed for WooCommerce to help merchants diminish payment friction for their customers by meeting customers where they spend more and more time online! 22 22 23 23 It works in both Sandbox (development mode) and Live (production mode) … … 51 51 All you need is just to [create an account](https://enkap.cm/) and then ask our team for consumer key pairs. 52 52 53 = Can I receive cash payment? =54 Yes! you can receive SmobilPay cash,if your buyer has an account with Smobilpay.53 = Can I receive a cash payment? = 54 Yes! You can receive SmobilPay cash if your buyer has an account with Smobilpay. 55 55 56 56 = What is the cost for the gateway plugin? = … … 59 59 == Installation == 60 60 = Installation = 61 1. In your WordPress Dashboard go to "Plugins" -> "Add Plugin".62 2. Search for "SmobilPay ".61 1. In your WordPress Dashboard, go to "Plugins" -> "Add Plugin." 62 2. Search for "SmobilPay." 63 63 3. Install the plugin by pressing the "Install" button. 64 64 4. Activate the plugin by pressing the "Activate" button. 65 65 5. Open the settings page for WooCommerce and click the "Payments" tab. 66 6. Click on the line for "SmobilPay for e-commerce Payment ".66 6. Click on the line for "SmobilPay for e-commerce Payment." 67 67 7. Configure your SmobilPay for e-commerce Gateway settings. 68 68 … … 94 94 == Changelog == 95 95 96 = 1.0.8: 0 3Apr, 2024 =96 = 1.0.8: 06 Apr, 2024 = 97 97 * Tweak: tag requires plugins added 98 98 * Tweak: code readability improved
Note: See TracChangeset
for help on using the changeset viewer.