Plugin Directory

Changeset 3065923


Ignore:
Timestamp:
04/06/2024 09:16:43 AM (2 years ago)
Author:
camoo
Message:

Files update

Location:
e-nkap-woocommerce-gateway/tags/1.0.8
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • e-nkap-woocommerce-gateway/tags/1.0.8/composer.json

    r2994750 r3065923  
    1111    "license": "GPL-2.0-or-later",
    1212    "prefer-stable" : true,
    13     "version": "1.0.7",
     13    "version": "1.0.8",
    1414    "authors": [
    1515        {
  • e-nkap-woocommerce-gateway/tags/1.0.8/e-nkap-woocommerce-gateway.php

    r3063561 r3065923  
    66 * Plugin URI: https://enkap.cm/
    77 * Description: Receive Mobile Money payments on your store using SmobilPay for e-commerce.
    8  * Version: 1.0.7
    9  * Tested up to: 6.4.1
     8 * Version: 1.0.8
     9 * Tested up to: 6.5
    1010 * WC requires at least: 3.2
    11  * WC tested up to: 8.2.2
     11 * WC tested up to: 8.7.0
    1212 * Author: Camoo Sarl
    1313 * Author URI: https://www.camoo.cm/
     
    4343        __('Do you like our plugin and can recommend to others.', Plugin::DOMAIN_TEXT)
    4444    ),
    45     '1.0.7'
     45    '1.0.8'
    4646)
    4747)->register();
  • e-nkap-woocommerce-gateway/tags/1.0.8/includes/Plugin.php

    r2994750 r3065923  
    1919    class Plugin
    2020    {
    21         public const WP_WC_ENKAP_DB_VERSION = '1.0.7';
     21        public const WP_WC_ENKAP_DB_VERSION = '1.0.8';
    2222
    2323        public const DOMAIN_TEXT = 'wc-wp-enkap';
  • e-nkap-woocommerce-gateway/tags/1.0.8/readme.txt

    r3063561 r3065923  
    66Tested up to: 6.5
    77Requires PHP: 7.3
    8 Stable tag: 1.0.7
     8Stable tag: 1.0.8
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1919We 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.
    2020
    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!
     21This 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!
    2222
    2323It works in both Sandbox (development mode) and Live (production mode)
     
    5151All you need is just to [create an account](https://enkap.cm/) and then ask our team for consumer key pairs.
    5252
    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? =
     54Yes! You can receive SmobilPay cash if your buyer has an account with Smobilpay.
    5555
    5656= What is the cost for the gateway plugin? =
     
    5959== Installation ==
    6060= Installation =
    61 1. In your WordPress Dashboard go to "Plugins" -> "Add Plugin".
    62 2. Search for "SmobilPay".
     611. In your WordPress Dashboard, go to "Plugins" -> "Add Plugin."
     622. Search for "SmobilPay."
    63633. Install the plugin by pressing the "Install" button.
    64644. Activate the plugin by pressing the "Activate" button.
    65655. Open the settings page for WooCommerce and click the "Payments" tab.
    66 6. Click on the line for "SmobilPay for e-commerce Payment".
     666. Click on the line for "SmobilPay for e-commerce Payment."
    67677. Configure your SmobilPay for e-commerce Gateway settings.
    6868
     
    9494== Changelog ==
    9595
    96 = 1.0.8: 03 Apr, 2024 =
     96= 1.0.8: 06 Apr, 2024 =
    9797* Tweak: tag requires plugins added
    9898* Tweak: code readability improved
Note: See TracChangeset for help on using the changeset viewer.