Plugin Directory

Changeset 3358351


Ignore:
Timestamp:
09/09/2025 06:46:42 AM (7 months ago)
Author:
amirulazreen
Message:

Tag version 1.1.0 as stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chip-for-paymattic/trunk/readme.txt

    r3315099 r3358351  
    44Requires at least: 6.1
    55Tested up to: 6.8
    6 Stable tag: 1.0.5
     6Stable tag: 1.1.0
    77Requires PHP: 7.4
    88License: GPLv3
     
    2828== Changelog ==
    2929
    30 = 1.0.5 - 2025-06-19 =
    31 * Added - Automation on release deployment.
     30= 1.1.0 - 2025-09-09 =
     31* Fixed - Issue with View on CHIP.
     32* Removed - Send receipt option.
    3233
    3334[See changelog for all versions](https://raw.githubusercontent.com/CHIPAsia/chip-for-paymattic/main/changelog.txt).
     
    7879    - This is for getting payment status from CHIP
    7980
     81= CHIP logo not appearing in Paymattic dashboard? =
     82
     83If the CHIP logo is not appearing in your Paymattic dashboard, this is because Paymattic doesn't bundle the CHIP logo in their plugin. To fix this, add the following code to your `.htaccess` file **before** the `#BEGIN WORDPRESS` line:
     84
     85```
     86# BEGIN Custom Redirects
     87<IfModule mod_rewrite.c>
     88RewriteEngine On
     89
     90RewriteRule ^wp-content/plugins/wp-payment-form/assets/images/gateways/chip\.svg$ /wp-content/plugins/chip-for-paymattic/assets/chip.svg [L]
     91</IfModule>
     92# END Custom Redirects
     93```
     94
    8095== Links ==
    8196
Note: See TracChangeset for help on using the changeset viewer.