Plugin Directory

Changeset 2932163


Ignore:
Timestamp:
06/29/2023 09:33:20 AM (3 years ago)
Author:
guestapp
Message:

Handle redirections between source API versions

Location:
guestapp
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • guestapp/tags/1.4.28/CGuestApp.php

    r2850978 r2932163  
    309309        curl_setopt($curl, CURLOPT_FRESH_CONNECT, 1);
    310310        curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
     311        curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true);
    311312        $return = curl_exec($curl);
    312313        // The curl request has failed
  • guestapp/tags/1.4.28/README.txt

    r2851740 r2932163  
    33Tags: reviews, tourism, hospitality, reputation, hotel, camping, restaurant, ereputation
    44Requires at least: 3.1
    5 Tested up to: 5.2
    6 Stable tag: 1.4.27
     5Tested up to: 6.2
     6Stable tag: 1.4.28
    77Requires PHP: 5.2
    88License: GPLv2
     
    3232
    3333== Changelog ==
     34
     35= 1.4.28 =
     36* Handle redirections between source API versions
    3437
    3538= 1.4.27 =
  • guestapp/tags/1.4.28/guestapp.php

    r2851740 r2932163  
    55Plugin URI: https://wordpress.org/plugins/guestapp/
    66Description: Guest Suite Plugin
    7 Version: 1.4.27
     7Version: 1.4.28
    88Author: Guest Suite
    99Author URI: https://www.guest-suite.com
  • guestapp/trunk/CGuestApp.php

    r2850978 r2932163  
    309309        curl_setopt($curl, CURLOPT_FRESH_CONNECT, 1);
    310310        curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
     311        curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true);
    311312        $return = curl_exec($curl);
    312313        // The curl request has failed
  • guestapp/trunk/README.txt

    r2851740 r2932163  
    33Tags: reviews, tourism, hospitality, reputation, hotel, camping, restaurant, ereputation
    44Requires at least: 3.1
    5 Tested up to: 5.2
    6 Stable tag: 1.4.27
     5Tested up to: 6.2
     6Stable tag: 1.4.28
    77Requires PHP: 5.2
    88License: GPLv2
     
    3232
    3333== Changelog ==
     34
     35= 1.4.28 =
     36* Handle redirections between source API versions
    3437
    3538= 1.4.27 =
  • guestapp/trunk/guestapp.php

    r2851740 r2932163  
    55Plugin URI: https://wordpress.org/plugins/guestapp/
    66Description: Guest Suite Plugin
    7 Version: 1.4.27
     7Version: 1.4.28
    88Author: Guest Suite
    99Author URI: https://www.guest-suite.com
Note: See TracChangeset for help on using the changeset viewer.