Skip to content

Releases: upmind/provision-provider-base

v4.2.1

31 Oct 11:32
Compare
Choose a tag to compare
  • Fix certificate_pem validation rule to also work with 76 character lines of base64

v3.7.2

31 Oct 11:32
Compare
Choose a tag to compare
  • Fix certificate_pem validation rule to also work with 76 character lines of base64

v4.2.0

19 Aug 09:25
5d815eb
Compare
Choose a tag to compare
  • Dispatch event upon registry cache if content has changed

v4.1.0

16 Apr 16:36
Compare
Choose a tag to compare
  • Ignore and deprecate $debugLog argument in BaseCategory::getGuzzleHandlerStack()

v4.0.1

27 Feb 10:34
1218e29
Compare
Choose a tag to compare
  • Fix RuleParser issue with Rule expected to be a string, while a class or callback might be provided, when a Laravel application is loaded

v3.7.1

27 Feb 10:24
Compare
Choose a tag to compare
  • Fix PHPStan issues for PHP 7.4
  • Fix RuleParser issue with Rule expected to be a string, while a class or callback
    might be provided, when a Laravel application is loaded

v4.0

13 Feb 10:59
Compare
Choose a tag to compare
  • Update minimum PHP version to 8.1 and minimum Laravel version to 10.0
    • Update dependencies accordingly
    • Improve various return types + constructor safety accordingly
  • Remove Provider Storage filesystem adapter + related code
  • Remove deprecated HtmlField + related code
  • Deprecate AttributeQuery classes

v3.7.0

05 Apr 18:03
Compare
Choose a tag to compare
  • Add SystemInfo dataset to contain system/environment/runtime metadata e.g., outgoing_ips
    and inject into all Provider instances in ProviderFactory (closes #8)

v3.6.1

24 Feb 20:35
Compare
Choose a tag to compare
  • Update OptionData rules allow empty label

v3.6

24 Feb 17:42
Compare
Choose a tag to compare
  • Add new Helper methods
    • Helper::buildUrl()
    • Helper::urlAppendQuery()