Skip to content

v8.1.0

Choose a tag to compare

@I-HiMo-I I-HiMo-I released this 09 Aug 11:45

v8.1.0 — 2026-07-02

Small release — renamed app to HimoEXPO, added copyright footer, fixed pagination alignment

What changed

  • App renamed to HimoEXPO — the WordPress admin sidebar menu now reads "HimoEXPO" instead of "Exhibitions". Plugin header (Plugins list) and the Settings page heading updated to match. Author credited as "HimoEXPO (h.maghsoudloo)"
  • Copyright footer added to every admin page (Registrations, Exhibitions, Exhibition Detail, Settings): "© 2026 HimoEXPO(h.maghsoudloo). All rights reserved." — shown at the bottom of each page, year is dynamic
  • Same copyright text added to the front-end — appears just below "Listings last updated" at the bottom of the exhibition listing page
  • Fixed pagination button text alignment: page numbers weren't perfectly centred inside the circular buttons due to missing flex centring — added display:flex; align-items:center; justify-content:center so digits sit dead-centre regardless of browser font metrics
  • Fixed pagination spacing imbalance: the gap above the pagination row was 34px while the gap below was only 16px. Both are now an equal 28px, so pagination sits visually centred between the grid and the "last updated" text