Releases: giauphan/CrawlBlog
Releases · giauphan/CrawlBlog
v1.1
v1.0
CrawlBlog v1.0 Update
Overview
This update brings several improvements and changes to CrawlBlog. Below is a summary of the key changes:
- Package Update: The Goutte package has been updated to version 1.0.
- Namespace Change: The namespace for GoutteFacade has been updated from
Giauphan
toWeidner
.
Full Changelog
For a detailed list of changes, please refer to the Full Changelog.
Update Instructions
To update your code, make the following changes:
use Weidner\Goutte\GoutteFacade;
$crawler = GoutteFacade::request('GET', $pageUrl);
Change it to:
use Giauphan\Goutte\GoutteFacade;
$crawler = GoutteFacade::request('GET', $pageUrl);
Make sure to implement these changes to ensure compatibility with CrawlBlog v1.0.
Feel free to adjust any part of it to better fit your needs!
Full Changelog: v0.5.4...v1.0
v0.5.4
Full Changelog: v0.5.3...v0.5.4
v0.5.3
Full Changelog: v0.5.2...v0.5.3
v0.5.2
Full Changelog: v0.5.1...v0.5.2
v0.5.1
Full Changelog: v0.5...v0.5.1
v0.5
Full Changelog: v0.4.3...v0.5
v0.4.3
Full Changelog: v0.4.2...v0.4.3
v0.4.2
v0.4.1
Full Changelog: v0.4.0...v0.4.1