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.
2022 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,
2022 11 26
Ledger for Laravel 1.8.3 release
Ledger 1.8.3 Fixes one bug in two places: It was possible to give a domain or an account the same name in the same language. Attempts to do this now result in an error. Find us on Mastodon for update notifications and conversation at @abivia@fosstodon.org Other links: Code on Github, Ledger Docs.
2022 11 21
Ledger for Laravel 1.8.2 release
Ledger 1.8.2 Fixes two bugs: Description arguments were not being handled properly in Entry messages. A Trial Balance report on a Journal with no entries resulted in an error. In addition, we've moved the conversation and update notifications to Mastodon. You can find us at @abivia@fosstodon.org Other links: Code on Github, Ledger Docs.
2022 10 25
Ledger for Laravel 1.8.1 release
Ledger 1.8.1 Addresses a bug with a missing page size in Ledger rules, and another where no rules were provided at Ledger creation. Code on Github, Ledger Docs.
2022 10 24
Ledger for Laravel 1.8.0 release
Ledger 1.8.0 brings several significant improvements to Reports and lots of minor improvements: The trial balance report now returns the domain with the name localized. A new ability to add or limit reports via config (thanks @ivanmazep!) Number formatting: added the decimal, negative, and thousands options to the trial balance report API requests now decode the JSON directly, avoiding middleware. Implementation of report options on API requests....
More2022 10 12
Ledger for Laravel 1.7.2 release
Ledger 1.7.2 Addresses a bug in the trial balance report. Code on Github, Ledger Docs.
2022 09 26
Abivia Cogs 2.1.0 release
Cogs use of PHP enums was too restrictive whenever an application needed to support data-driven values. As a result Cogs 2.1.0 has relaxed type restrictions on application-specific property enumerations to allow strings in addition to PHP enums. https://github.com/abivia/cogs
2022 09 16
Ledger for Laravel 1.7.1 release
Ledger 1.7.1 Addresses a bug in the report caching module. Code on Github, Ledger Docs.
2022 09 10
Ledger for Laravel 1.7.0 release
Ledger 1.7.0 adds "clearing transactions" that permit transactions with multiple credits and debits. This release also updates the JSON schemas for requests and responses, as well as fixing a few bugs. Code on Github, Ledger Docs.