v1.1.0
A docs, packaging, and admin-page polish release — no functional/database changes from v1.0.0.
Fixes
- The welcome email's optional header-image URL had the plugin's version folder name hardcoded, which would have quietly broken the moment the folder was renamed for this release. Now derived from the actual on-disk folder name instead.
- The new Read Me button (see below) would have 404'd on a live store —
readme.htmland its referenced screenshots/CSV guide now also ship insidezc_plugins/AdminAddUser/v1.1.0/, not just at the repository root. - Print Sign-Up Form (with Wholesale option) was overflowing past its own box on wide desktop screens. It and Print Sign-Up Form now each get a dedicated column width (35%/65%) so the longer label fits on one line.
- The CSV-formatting help button in Bulk Upload (CSV) was squeezing the file field's own "no file chosen" text — moved to the bottom-left of the section.
- The Bulk Upload file field no longer narrows to 50% width on desktop screens; stays at 75% from tablet up.
- Field labels (
.control-label) weren't reliably showing at core's own intended 1.2rem on this page — now explicitly set. - The "Reset the Customer's Password?" checkbox carried a
form-controlclass meant for text inputs, rendering it oversized like a button. Removed. - Fixed a stale "encapsulated plugin" documentation link (Zen Cart moved the page).
Readability & layout
- Section headings, field help text, field labels, and form fields (inputs/selects/textareas) all now render at a consistent, more readable 1.2rem, in
reminstead of core's fixed pixel sizes — so they scale properly with a user's browser/OS text-size or zoom preference, especially on mobile/tablet. - Section headings gained a little breathing room (bottom margin) above the fields below them.
- The page's main left/right split moved from Bootstrap's plain 33%/67% to a dedicated 40%/60%, giving the left column's fields (particularly the CSV file field) more room.
- Download Blank CSV Template now sits on its own line above the two Print Sign-Up Form buttons, which sit side by side on wide screens and stack on mobile/tablet.
Plugin Manager / packaging
- The Plugin Manager info box now shows Read Me and GitHub buttons, plus a plain Forum Support Thread link, matching the pattern established for Social Contact Footer.
- Listed Author changed to "My Zen Cart Host (dbltoe)"; credit to lat9 for the original add_customers_from_admin foundation remains in the readme's introduction.
pluginIdupdated to this plugin's own new Zen Cart Plugins Library listing (2445), replacing a leftover reference to lat9's original listing.- Added a
.gitattributesfile forcing PDFs and images to always be treated as binary, preventing a possible silent corruption on a fresh clone (both sign-up-sheet PDFs use an uncompressed content stream that can fool git's text/binary detection). - Corrected the Installation section's description of what actually gets copied where.
See readme.html for full installation instructions and the complete version history.