Skip to content
This repository was archived by the owner on Aug 9, 2019. It is now read-only.

Releases: flamecore/webtools

Version 2.0.1

10 Aug 18:00

Choose a tag to compare

  • [WebpageAnalyzer] Accept URLs beginning with '//' in getAbsoluteUrl()

Version 2.0

22 Jul 18:14

Choose a tag to compare

  • Added class OEmbed
  • [WebpageAnalyzer] Added method isImageAccepted()
  • [HtmlExplorer] Added method getSimpleXML()
  • Moved UserAgent component to external project
  • Bugfixes

Version 1.3.1

05 Jul 13:42

Choose a tag to compare

Bugfixes and improvements

Version 1.2.7

05 Jul 13:41

Choose a tag to compare

Bugfixes and improvements

Version 1.1.2

05 Jul 13:40

Choose a tag to compare

Bugfixes and improvements

Version 1.0.2

05 Jul 13:39

Choose a tag to compare

Bugfixes and improvements

Version 1.3

11 Jun 09:14

Choose a tag to compare

  • [UserAgent] Added method UserAgent::isRealBrowser() etc.
  • [UserAgent] Added FlameCore detection ('flamecore-*')
  • [UserAgent] Improved OS- and browser engine detection
  • [UserAgent] Use precedence to check for UA
  • [HttpClient] Added support for PUT and other requests
  • [HttpClient] Allow setting User Agent string in constructor
  • [HttpClient] Use platform independent default cookie jar filename
  • [HttpClient] Moved basic curl_setopt() calls to constructor
  • [HttpClient] Fixed default headers
  • [WebpageAnalyzer] Allow using alternative HttpClient
  • Bugfixes and improvements

Version 1.1.1

11 Jun 09:11

Choose a tag to compare

  • Bugfixes and improvements

Version 1.0.1

11 Jun 09:09

Choose a tag to compare

  • Bugfixes and improvements

Version 1.2.6

04 Jun 12:42

Choose a tag to compare

  • [UserAgent] Added FlameCore detection ('flamecore-*')
  • [HttpClient] Bugfixes