Changeset 2932163
- Timestamp:
- 06/29/2023 09:33:20 AM (3 years ago)
- Location:
- guestapp
- Files:
-
- 6 edited
- 1 copied
-
tags/1.4.28 (copied) (copied from guestapp/trunk)
-
tags/1.4.28/CGuestApp.php (modified) (1 diff)
-
tags/1.4.28/README.txt (modified) (2 diffs)
-
tags/1.4.28/guestapp.php (modified) (1 diff)
-
trunk/CGuestApp.php (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/guestapp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
guestapp/tags/1.4.28/CGuestApp.php
r2850978 r2932163 309 309 curl_setopt($curl, CURLOPT_FRESH_CONNECT, 1); 310 310 curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); 311 curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true); 311 312 $return = curl_exec($curl); 312 313 // The curl request has failed -
guestapp/tags/1.4.28/README.txt
r2851740 r2932163 3 3 Tags: reviews, tourism, hospitality, reputation, hotel, camping, restaurant, ereputation 4 4 Requires at least: 3.1 5 Tested up to: 5.26 Stable tag: 1.4.2 75 Tested up to: 6.2 6 Stable tag: 1.4.28 7 7 Requires PHP: 5.2 8 8 License: GPLv2 … … 32 32 33 33 == Changelog == 34 35 = 1.4.28 = 36 * Handle redirections between source API versions 34 37 35 38 = 1.4.27 = -
guestapp/tags/1.4.28/guestapp.php
r2851740 r2932163 5 5 Plugin URI: https://wordpress.org/plugins/guestapp/ 6 6 Description: Guest Suite Plugin 7 Version: 1.4.2 77 Version: 1.4.28 8 8 Author: Guest Suite 9 9 Author URI: https://www.guest-suite.com -
guestapp/trunk/CGuestApp.php
r2850978 r2932163 309 309 curl_setopt($curl, CURLOPT_FRESH_CONNECT, 1); 310 310 curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); 311 curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true); 311 312 $return = curl_exec($curl); 312 313 // The curl request has failed -
guestapp/trunk/README.txt
r2851740 r2932163 3 3 Tags: reviews, tourism, hospitality, reputation, hotel, camping, restaurant, ereputation 4 4 Requires at least: 3.1 5 Tested up to: 5.26 Stable tag: 1.4.2 75 Tested up to: 6.2 6 Stable tag: 1.4.28 7 7 Requires PHP: 5.2 8 8 License: GPLv2 … … 32 32 33 33 == Changelog == 34 35 = 1.4.28 = 36 * Handle redirections between source API versions 34 37 35 38 = 1.4.27 = -
guestapp/trunk/guestapp.php
r2851740 r2932163 5 5 Plugin URI: https://wordpress.org/plugins/guestapp/ 6 6 Description: Guest Suite Plugin 7 Version: 1.4.2 77 Version: 1.4.28 8 8 Author: Guest Suite 9 9 Author URI: https://www.guest-suite.com
Note: See TracChangeset
for help on using the changeset viewer.