Skip to content

Commit

Permalink
Updated with latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Dec 4, 2024
1 parent 9a717a2 commit d9d0c48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## version 1.6.3 (TBA)

- method `scrap` was renamed to `scrape`; see [#51](https://github.com/stefangabos/Zebra_cURL/issues/51), thanks to [n0nag0n](https://github.com/n0nag0n) for reporting it!
- fixed issue when `POST` data was given as a nested array for [post](https://stefangabos.github.io/Zebra_cURL/Zebra_cURL/Zebra_cURL.html#methodpost), [patch](https://stefangabos.github.io/Zebra_cURL/Zebra_cURL/Zebra_cURL.html#methodpatch) and [put](https://stefangabos.github.io/Zebra_cURL/Zebra_cURL/Zebra_cURL.html#methodput) methods
- method `scrap` was renamed to `scrape` (the previous method will still work for backwards compatibility); see [#51](https://github.com/stefangabos/Zebra_cURL/issues/51), thanks to [n0nag0n](https://github.com/n0nag0n) for reporting it!
- updated list of possible curl response messages (as per curl version 8.10.1);
- updated CA certificats used in the `examples` folder to their latest version (at the time of writing) of July 2, 2024
- updated CA certificats used in the `examples` folder to their latest version (at the time of writing) of November 26, 2024

## version 1.6.2 (November 25, 2023)

Expand Down
2 changes: 1 addition & 1 deletion Zebra_cURL.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Read more {@link https://github.com/stefangabos/Zebra_cURL/ here}.
*
* @author Stefan Gabos <[email protected]>
* @version 1.6.4 (last revision: December 04, 2024)
* @version 1.6.3 (last revision: December 04, 2024)
* @copyright © 2013 - 2024 Stefan Gabos
* @license https://www.gnu.org/licenses/lgpl-3.0.txt GNU LESSER GENERAL PUBLIC LICENSE
* @package Zebra_cURL
Expand Down

0 comments on commit d9d0c48

Please sign in to comment.