New release: Clientverse 1.0.1-beta.1 Is AvailableRead the post

Clientverse 1.0.1-beta.1 Is Available

Clientverse 1.0.1-beta.1 is out. It carries everything from 1.0.1-alpha.1, the responsive list tables and the TRUSTED_PROXIES fix for reverse proxy URLs, plus the table polish and Docker fixes below.

Beta means the feature set for 1.0.1 is settled and we are looking for bug reports before the stable release. Testing on a copy of your data is still the safe move.

Every List Row Is One Line Tall

Rows in the alpha still grew taller whenever a record name, an email address, or a link was long enough to wrap. Now every cell in every list (contacts, companies, sales, contracts, projects) stays on a single line and cuts off with an ellipsis, so rows all share the same height and you see more records per screen.

The full value is still there on hover, and the record is one click away, so nothing is lost by shortening what is drawn.

Truncated Cells Stay Inside Their Card

A side effect of truncation was cells pushing past the rounded edge of the card that holds the table, most visibly on narrow screens. Cells are now clipped to the card, and the select-all checkbox in the header row matches the size of the row checkboxes below it instead of rendering a couple of pixels larger.

Docker No Longer Writes root-Owned Files

If you develop against the Docker setup, the php-fpm container ran as root, so anything it created (vendor, node_modules, storage caches, generated files) came back owned by root and needed sudo to remove. The container now runs as your host user. Set the two new values in your .env to whatever id -u and id -g report:

DOCKER_UID=1000
DOCKER_GID=1000

Both default to 1000 if you leave them out, which is the first user on most Linux systems. This only affects the Docker development environment; a normal PHP hosting install is unchanged.

How to Get It

Administrators can update from the Settings panel, or download the release from the GitHub releases page and follow the manual update steps. Back up your database and your .env file first, as with any update.

Download 1.0.1-beta.1

Coming from 1.0.0-beta.4, the alpha upgrade notes still apply, including the TRUSTED_PROXIES line and the php artisan config:clear at the end.

If you would rather not run the upgrade yourself, Managed Hosting keeps your instance current for you, and Technical Support can help with a setup that is not cooperating.

Found something broken in this beta? Open an issue on GitHub. This is the last stop before 1.0.1 stable.

Premium Services

Need Professional Help?

Buy managed hosting, white label licensing, or technical support online - or ask for a quote on custom development and data migration.

Explore Services