Changeset 3385861
- Timestamp:
- 10/28/2025 12:59:54 PM (5 months ago)
- Location:
- unify/trunk
- Files:
-
- 3 edited
-
Models/Unify_Paypal_Payment.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
unify.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
unify/trunk/Models/Unify_Paypal_Payment.php
r3378411 r3385861 158 158 // Debug output removed for production 159 159 // TODO: Handle response appropriately 160 wp_send_json($response); 160 161 161 162 } -
unify/trunk/readme.txt
r3378411 r3385861 5 5 Tested up to: 6.8 6 6 Requires PHP: 5.6 7 Stable tag: 3.4. 87 Stable tag: 3.4.9 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html\ … … 95 95 == Changelog == 96 96 97 = 3.4.9 = 98 * Fix - PayPal payment redirection issue addressed. 99 97 100 = 3.4.8 = 98 101 * Optimization - Check the plugin. -
unify/trunk/unify.php
r3378411 r3385861 7 7 * Author: CodeClouds <sales@codeclouds.com> 8 8 * Author URI: https://www.CodeClouds.com/ 9 * Version: 3.4. 89 * Version: 3.4.9 10 10 * License: GPLv2 or later 11 11 * License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 68 68 define('UNIFY_PLATFORM_LOGIN', 'https://accounts.unify.to/login'); 69 69 define('UNIFY_WP_HOME_URL', home_url()); 70 define('UNIFY_JS_VERSION', '3.4. 8');70 define('UNIFY_JS_VERSION', '3.4.9');
Note: See TracChangeset
for help on using the changeset viewer.