Changeset 3166239
- Timestamp:
- 10/10/2024 06:15:32 AM (18 months ago)
- Location:
- deema-payment-gateway
- Files:
-
- 13 added
- 2 edited
-
tags/1.0.3 (added)
-
tags/1.0.3/LICENSE.txt (added)
-
tags/1.0.3/README.txt (added)
-
tags/1.0.3/includes (added)
-
tags/1.0.3/includes/class-wc-gateway-deema.php (added)
-
tags/1.0.3/includes/crons (added)
-
tags/1.0.3/includes/crons/wc-deema-order-status-cron.php (added)
-
tags/1.0.3/includes/webhook (added)
-
tags/1.0.3/includes/webhook/class-wc-deema-webhook-handler.php (added)
-
tags/1.0.3/languages (added)
-
tags/1.0.3/languages/deema.pot (added)
-
tags/1.0.3/uninstall.php (added)
-
tags/1.0.3/woocommerce-gateway-deema.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/woocommerce-gateway-deema.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
deema-payment-gateway/trunk/README.txt
r3153687 r3166239 1 === Plugin Name===2 Contributors: (this should be a list of wordpress.org userid's)1 === Deema Payment Gateway === 2 Contributors: Deema 3 3 Donate link: https://www.deema.me/ 4 Tags: comments, spam4 Tags: woocommerce, payments 5 5 Requires at least: 3.0.1 6 Tested up to: 6.6.2 7 Stable tag: 4.3 6 Tested up to: 6.4 7 Stable tag: 1.0.3 8 Requires PHP: 7.4 8 9 License: GPLv2 or later 9 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 11 11 Here is a short description of the plugin. This should be no more than 150 characters. No markup here.12 A payment gateway integration between WooCommerce and Deema Payments. 12 13 13 14 == Description == 14 15 15 This is the long description. No limit, and you can use Markdown (as well as in the following sections). 16 17 For backwards compatibility, if this section is missing, the full length of the short description will be used, and 18 Markdown parsed. 19 20 A few notes about the sections above: 21 22 * "Contributors" is a comma separated list of wp.org/wp-plugins.org usernames 23 * "Tags" is a comma separated list of tags that apply to the plugin 24 * "Requires at least" is the lowest version that the plugin will work on 25 * "Tested up to" is the highest version that you've *successfully used to test the plugin*. Note that it might work on 26 higher versions... this is just the highest one you've verified. 27 * Stable tag should indicate the Subversion "tag" of the latest stable version, or "trunk," if you use `/trunk/` for 28 stable. 29 30 Note that the `readme.txt` of the stable tag is the one that is considered the defining one for the plugin, so 31 if the `/trunk/readme.txt` file says that the stable tag is `4.3`, then it is `/tags/4.3/readme.txt` that'll be used 32 for displaying information about the plugin. In this situation, the only thing considered from the trunk `readme.txt` 33 is the stable tag pointer. Thus, if you develop in trunk, you can update the trunk `readme.txt` to reflect changes in 34 your in-development version, without having that information incorrectly disclosed about the current stable version 35 that lacks those changes -- as long as the trunk's `readme.txt` points to the correct stable tag. 36 37 If no stable tag is provided, it is assumed that trunk is stable, but you should specify "trunk" if that's where 38 you put the stable version, in order to eliminate any doubt. 16 A payment gateway integration between WooCommerce and Deema Payments. Accept payments from customers using BNPL (buy now, pay later). This plugin is specifically designed to work with Kuwaiti Dinar (KWD) and Bahraini Dinar (BHD) currencies. 39 17 40 18 == Installation == … … 42 20 This section describes how to install the plugin and get it working. 43 21 44 e.g. 45 46 1. Upload `deema.php` to the `/wp-content/plugins/` directory 47 1. Activate the plugin through the 'Plugins' menu in WordPress 48 1. Place `<?php do_action('plugin_name_hook'); ?>` in your templates 22 1. Upload the plugin in '/wp-content/plugins/' directory 23 2. Activate the plugin through the 'Plugins' menu in WordPress 24 3. Set the plugin settings from payment section in wp admin 49 25 50 26 == Frequently Asked Questions == 27 No available questions 51 28 52 = A question that someone might have = 29 == Changelog == 30 This is the version 1.0.3 of this extension 31 Fixed README.txt 53 32 54 An answer to that question. 55 56 = What about foo bar? = 57 58 Answer to foo bar dilemma. 33 == Upgrade Notice == 34 No upgrade notice for now 59 35 60 36 == Screenshots == 37 1. No screenshots are available for now 61 38 62 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from 63 the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets 64 directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png` 65 (or jpg, jpeg, gif). 66 2. This is the second screen shot 39 == External Services == 67 40 68 == Changelog == 41 This plugin interacts with the following external services: 69 42 70 = 1.0 = 71 * A change since the previous version. 72 * Another change. 43 Service: Deema Payments 44 Link: [Deema Payments](https://deema.me) 73 45 74 = 0.5 = 75 * List versions from most recent at top to oldest at bottom.46 **API Documentation:** 47 For detailed information on how to integrate with Deema Payments, please refer to the [Deema Payments API Documentation](https://api-docs.deema.me/#get-started). 76 48 77 == Upgrade Notice == 78 79 = 1.0 = 80 Upgrade notices describe the reason a user should upgrade. No more than 300 characters. 81 82 = 0.5 = 83 This version fixes a security related bug. Upgrade immediately. 84 85 == Arbitrary section == 86 87 You may provide arbitrary sections, in the same format as the ones above. This may be of use for extremely complicated 88 plugins where more information needs to be conveyed that doesn't fit into the categories of "description" or 89 "installation." Arbitrary sections will be shown below the built-in sections outlined above. 90 91 == A brief Markdown Example == 92 93 Ordered list: 94 95 1. Some feature 96 1. Another feature 97 1. Something else about the plugin 98 99 Unordered list: 100 101 * something 102 * something else 103 * third thing 104 105 Here's a link to [WordPress](http://wordpress.org/ "Your favorite software") and one to [Markdown's Syntax Documentation][markdown syntax]. 106 Titles are optional, naturally. 107 108 [markdown syntax]: http://daringfireball.net/projects/markdown/syntax 109 "Markdown is what the parser uses to process much of the readme file" 110 111 Markdown uses email style notation for blockquotes and I've been told: 112 > Asterisks for *emphasis*. Double it up for **strong**. 113 114 `<?php code(); // goes in backticks ?>` 49 **API Endpoints:** 50 - Production Host: `https://api.deema.me/` 51 - Sandbox Host: `https://staging-api.deema.me/` -
deema-payment-gateway/trunk/woocommerce-gateway-deema.php
r3153687 r3166239 10 10 * 11 11 * @link https://www.deema.me/ 12 * @since 1.0. 012 * @since 1.0.3 13 13 * @package Deema 14 14 * … … 17 17 * Plugin URI: https://www.deema.me/ 18 18 * Description: Deema is a payment gateway created by E-Sparks. 19 * Version: 1.0. 019 * Version: 1.0.3 20 20 * Author: Deema BNPL 21 21 * Author URI: https://www.deema.me/ … … 35 35 * Required minimums and constants 36 36 */ 37 define( 'WC_DEEMA_VERSION', '1.0. 0' ); // WRCS: DEFINED_VERSION.37 define( 'WC_DEEMA_VERSION', '1.0.3' ); // WRCS: DEFINED_VERSION. 38 38 define( 'WC_DEEMA_MIN_PHP_VER', '7.3.0' ); 39 39 define( 'WC_DEEMA_MIN_WC_VER', '7.4' );
Note: See TracChangeset
for help on using the changeset viewer.