Plugin Directory

Changeset 3429111


Ignore:
Timestamp:
12/29/2025 01:14:09 PM (5 weeks ago)
Author:
amwalpay
Message:

Deploy version 1.0.10

Location:
amwalpay-for-woocommerce
Files:
1 deleted
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • amwalpay-for-woocommerce/tags/1.0.10/amwalpay-for-woocommerce.php

    r3424515 r3429111  
    44 *     Plugin Name: AmwalPay for WooCommerce
    55 *     Description: Amwal Credit Card Payment gateway for woocommerce.
    6  *     Version: 1.0.9
     6 *     Version: 1.0.10
    77 *     Author: AmwalPay
    88 *     Author URI: https://amwalpay.om/
     
    2626// Define constants
    2727if (!defined('AMPR_VERSION')) {
    28     define('AMPR_VERSION', '1.0.9');
     28    define('AMPR_VERSION', '1.0.10');
    2929}
    3030if (!defined('AMPR_PLUGIN_PATH')) {
  • amwalpay-for-woocommerce/tags/1.0.10/changelog.txt

    r3424515 r3429111  
    22
    33This file will contains only old changelogs. For newer versions, you can check readme.txt file.
     4
     52025-12-21 - version 1.0.9
     6- Incorporated order details into the Amwal checkout process, allowing users to enable or disable this feature through the configuration settings.
     7- Introduced an Apple Pay button in the WooCommerce checkout, which users can enable or disable via the configuration settings.
     8- Added a contact type option within the configuration, enabling users to manage Amwal's contact information according to their preferences.
    49
    5102025-08-19 - version 1.0.8
  • amwalpay-for-woocommerce/tags/1.0.10/includes/admin/settings.php

    r3424515 r3429111  
    9797        'label'   => ' ',
    9898        'type'    => 'checkbox',
    99         'default' => 'yes',
     99        'default' => 'no',
    100100    ),
    101101    'has_apple_pay'         => array(
  • amwalpay-for-woocommerce/tags/1.0.10/includes/helper/amwalpay.php

    r3424515 r3429111  
    9393            $locale = "ar";
    9494        }
    95         $has_items = isset($setting['has_items']) ? $setting['has_items'] : 'yes';
     95        $has_items = isset($setting['has_items']) ? $setting['has_items'] : 'no';
    9696        $items = null;
    9797        if ($has_items == 'yes') {
  • amwalpay-for-woocommerce/tags/1.0.10/readme.txt

    r3424515 r3429111  
    77WC requires at least: 4.0 
    88WC tested up to: 10.4
    9 Stable tag: 1.0.9
     9Stable tag: 1.0.10
    1010License: GPLv3 
    1111License URI: https://www.gnu.org/licenses/gpl-3.0.html 
     
    7777
    7878== Changelog == 
    79 ### 2025-12-21 - version 1.0.9
    80 - Incorporated order details into the Amwal checkout process, allowing users to enable or disable this feature through the configuration settings.
    81 - Introduced an Apple Pay button in the WooCommerce checkout, which users can enable or disable via the configuration settings.
    82 - Added a contact type option within the configuration, enabling users to manage Amwal's contact information according to their preferences.
     79### 2025-12-29 - version 1.0.10
     80- By default, order items will be disabled. (fixed)
    8381---
    8482See [changelog.txt](http://plugins.svn.wordpress.org/amwalpay-for-woocommerce/trunk/changelog.txt) for older logs.
  • amwalpay-for-woocommerce/trunk/amwalpay-for-woocommerce.php

    r3424515 r3429111  
    44 *     Plugin Name: AmwalPay for WooCommerce
    55 *     Description: Amwal Credit Card Payment gateway for woocommerce.
    6  *     Version: 1.0.9
     6 *     Version: 1.0.10
    77 *     Author: AmwalPay
    88 *     Author URI: https://amwalpay.om/
     
    2626// Define constants
    2727if (!defined('AMPR_VERSION')) {
    28     define('AMPR_VERSION', '1.0.9');
     28    define('AMPR_VERSION', '1.0.10');
    2929}
    3030if (!defined('AMPR_PLUGIN_PATH')) {
  • amwalpay-for-woocommerce/trunk/changelog.txt

    r3424515 r3429111  
    22
    33This file will contains only old changelogs. For newer versions, you can check readme.txt file.
     4
     52025-12-21 - version 1.0.9
     6- Incorporated order details into the Amwal checkout process, allowing users to enable or disable this feature through the configuration settings.
     7- Introduced an Apple Pay button in the WooCommerce checkout, which users can enable or disable via the configuration settings.
     8- Added a contact type option within the configuration, enabling users to manage Amwal's contact information according to their preferences.
    49
    5102025-08-19 - version 1.0.8
  • amwalpay-for-woocommerce/trunk/includes/admin/settings.php

    r3424515 r3429111  
    9797        'label'   => ' ',
    9898        'type'    => 'checkbox',
    99         'default' => 'yes',
     99        'default' => 'no',
    100100    ),
    101101    'has_apple_pay'         => array(
  • amwalpay-for-woocommerce/trunk/includes/helper/amwalpay.php

    r3424515 r3429111  
    9393            $locale = "ar";
    9494        }
    95         $has_items = isset($setting['has_items']) ? $setting['has_items'] : 'yes';
     95        $has_items = isset($setting['has_items']) ? $setting['has_items'] : 'no';
    9696        $items = null;
    9797        if ($has_items == 'yes') {
  • amwalpay-for-woocommerce/trunk/readme.txt

    r3424515 r3429111  
    77WC requires at least: 4.0 
    88WC tested up to: 10.4
    9 Stable tag: 1.0.9
     9Stable tag: 1.0.10
    1010License: GPLv3 
    1111License URI: https://www.gnu.org/licenses/gpl-3.0.html 
     
    7777
    7878== Changelog == 
    79 ### 2025-12-21 - version 1.0.9
    80 - Incorporated order details into the Amwal checkout process, allowing users to enable or disable this feature through the configuration settings.
    81 - Introduced an Apple Pay button in the WooCommerce checkout, which users can enable or disable via the configuration settings.
    82 - Added a contact type option within the configuration, enabling users to manage Amwal's contact information according to their preferences.
     79### 2025-12-29 - version 1.0.10
     80- By default, order items will be disabled. (fixed)
    8381---
    8482See [changelog.txt](http://plugins.svn.wordpress.org/amwalpay-for-woocommerce/trunk/changelog.txt) for older logs.
Note: See TracChangeset for help on using the changeset viewer.