Git tags and release notes don't tell the whole story and don't offer a place to mention the smaller projects we've created or contribute to. The intent is to keep this as a microblog: Anything that needs more than a few sentences is probably best placed somewhere else.
2024 11 03
Abivia Geocoding 2.4.1
Geocoding 2.4.1 fixes a bug in getAddressFromHttp
where the IP address contained in the server variables failed to parse.
Previously this generated an error. Now an AddressNotFoundException
is thrown.
https://github.com/abivia/geocoding
2024 10 08
Abivia Geocoding 2.4.0
Geocoding 2.4.0 adds database driver specific options for table creation to the PDO cache driver. https://github.com/abivia/geocoding
2024 10 06
Abivia Geocoding 2.3.0
Geocoding 2.3.0 adds purge functionality to PDO cache driver. https://github.com/abivia/geocoding
2024 10 02
Abivia Geocoding 2.2.0
Geocoding 2.2.0 adds a cache driver for PDO databases. https://github.com/abivia/geocoding
2024 04 18
Ledger for Laravel 1.11.1 and 1.11.2 releases
Ledger 1.11.1 fixes a bug where an API request containing invalid JSON would return a server
error due to a PHP error. Now this will return an invalid request error.
1.11.2 fixes a bug where the version was still being reported as 1.11.0.
See the CHANGELOG for full details.
Find us on Mastodon for update notifications and conversation
at @abivia@fosstodon.org
Other links: Code on Github,
2023 08 08
Abivia Money 1.1.0 release
Abivia Money supports BCMath with rounding for currency calculations. Version 1.2.0 updates: Money::comp() now treats a missing argument as a zero value. Added Money::quantum($scale) which returns a Money object containing the smallest unit for that scale (so quantum(2) returns 0.01). __get() now formally returns a mixed type (thanks @JaberWiki). https://github.com/abivia/money
2023 07 02
Ledger for Laravel 1.11.0 release
Ledger 1.11.0 offers a new batch query that supports several API operations in a single request, along with a number of other improvements. This release also fixes a few bugs. See the CHANGELOG for full details. Find us on Mastodon for update notifications and conversation at @abivia@fosstodon.org Other links: Code on Github, Ledger Docs.
2023 06 27
Ledger for Laravel Update 2023-06
Ledger 1.11 will feature batched transactions, allowing several API calls in a single request. A new configuration option will also allow the API to return some debugging information to assist with development.
More2022 12 15
Ledger for Laravel 1.10.0 release
Ledger 1.10.0 adds significant capability by implementing query requests for most Ledger resources and improving existing queries. This release also fixes a few bugs. See the CHANGELOG for full details. Find us on Mastodon for update notifications and conversation at @abivia@fosstodon.org Other links: Code on Github, Ledger Docs.
2022 11 27
Ledger for Laravel 1.9.0 release
Ledger 1.9.0 fixes two issues, one major:
Sub-journal identifiers were not being recorded in the journal entry table.
Erroneous responses when attempting to add elements (currencies, domains, etc.)
before a ledger was created.
See the CHANGELOG for full details.
Find us on Mastodon for update notifications and conversation
at @abivia@fosstodon.org
Other links: Code on Github,