Changeset 3358351
- Timestamp:
- 09/09/2025 06:46:42 AM (7 months ago)
- File:
-
- 1 edited
-
chip-for-paymattic/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chip-for-paymattic/trunk/readme.txt
r3315099 r3358351 4 4 Requires at least: 6.1 5 5 Tested up to: 6.8 6 Stable tag: 1. 0.56 Stable tag: 1.1.0 7 7 Requires PHP: 7.4 8 8 License: GPLv3 … … 28 28 == Changelog == 29 29 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. 32 33 33 34 [See changelog for all versions](https://raw.githubusercontent.com/CHIPAsia/chip-for-paymattic/main/changelog.txt). … … 78 79 - This is for getting payment status from CHIP 79 80 81 = CHIP logo not appearing in Paymattic dashboard? = 82 83 If 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> 88 RewriteEngine On 89 90 RewriteRule ^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 80 95 == Links == 81 96
Note: See TracChangeset
for help on using the changeset viewer.