Plugin Directory

Changeset 3385861


Ignore:
Timestamp:
10/28/2025 12:59:54 PM (5 months ago)
Author:
codeclouds
Message:

PayPal payment redirection issue addressed

Location:
unify/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • unify/trunk/Models/Unify_Paypal_Payment.php

    r3378411 r3385861  
    158158        // Debug output removed for production
    159159        // TODO: Handle response appropriately
     160        wp_send_json($response);
    160161
    161162    }
  • unify/trunk/readme.txt

    r3378411 r3385861  
    55Tested up to: 6.8
    66Requires PHP: 5.6
    7 Stable tag: 3.4.8
     7Stable tag: 3.4.9
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html\
     
    9595== Changelog ==
    9696
     97= 3.4.9 =
     98* Fix - PayPal payment redirection issue addressed.
     99
    97100= 3.4.8 =
    98101* Optimization - Check the plugin.
  • unify/trunk/unify.php

    r3378411 r3385861  
    77 * Author: CodeClouds <sales@codeclouds.com>
    88 * Author URI: https://www.CodeClouds.com/
    9  * Version: 3.4.8
     9 * Version: 3.4.9
    1010 * License: GPLv2 or later
    1111 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6868define('UNIFY_PLATFORM_LOGIN', 'https://accounts.unify.to/login');
    6969define('UNIFY_WP_HOME_URL', home_url());
    70 define('UNIFY_JS_VERSION', '3.4.8');
     70define('UNIFY_JS_VERSION', '3.4.9');
Note: See TracChangeset for help on using the changeset viewer.