Skip to main content

Recent Changes

Track the latest updates and changes made to Siteview across all tools and resources. Showing page 5 of 7.

Version 3.14.0 (March 26, 2026)

Calculator Collections, Time Conversions & Define Button

  • Calculator Collections - Reorganized the calculator directory into three top-level tabs: Math, Career, and Real-World, with cross-tab search.
  • Time Conversion Category - Added a full Time conversion category with 11 units from picosecond to year, split into Precision/Scientific and Everyday/Calendar columns.
  • Define Button - Every conversion result card now has a Define button that toggles an inline definition panel for the unit.
  • Small Number Formatting - Fixed ConversionService::formatNumber to correctly display very small numbers (sub-millisecond time values).

Version 3.13.1 (March 25, 2026)

Conversion Polish & ShortcodeService

  • ShortcodeService - Launched a CMS shortcode processor supporting {{CALCULATOR:slug}}, {{FEATURED_CALCULATORS}}, and {{POPULAR_CALCULATORS}} tokens in page content.
  • Conversion Alphabetization - Categories and units in the conversion directory are now sorted alphabetically.
  • Area Units Expanded - Added mmΒ² and ydΒ² to the Area conversion category.
  • Speed Accuracy Fix - Corrected conversion factors for speed units to match SI definitions precisely.

Version 3.12.0 (March 27, 2026)

Math Content Expansion & Careers Foundation

  • Content Build Complete - Finished 100 structured lessons across 10 topics, including full tracks for Measurement & Unit Conversion and Calculus Foundations.
  • Seeding Infrastructure - Launched idempotent PHP seed scripts for all math topics, allowing for reliable content versioning and server-side deployment.
  • Careers Map - Launched the Careers foundation, linking math concepts directly to real-world professions via the new Career and Junction table system.
  • Lesson UX Enhancements - Implemented KaTeX math rendering, color-coded callouts, and integrated previous/next navigation for all lessons.

Version 3.11.1 (March 15, 2026)

Lesson Navigation & UI Refinement

  • Lesson Rail Navigation - Added a numbered persistent lesson sidebar to the right rail on all topic and lesson pages.
  • 3D Button Styles - Redesigned primary CTA buttons ("Read Lesson" & "Use Calculator") as solid blue 3D elements for better visibility.
  • Calculator Slug Fallback - Implemented flexible routing to resolve calculator slugs directly and handle 301-redirects to their canonical topic paths.

Version 3.10.2 (March 5, 2026)

Profile Hub & Security Hardening

  • Profile Hub - Completely redesigned the user dashboard into a tabbed interface (Overview, Toolkit, Settings).
  • Security Consolidation - Integrated 2FA management directly into the profile Settings tab for a unified security experience.
  • Usage Analytics - Added "Continue where you left off" tracking to surface the last visited tools on the user dashboard.
  • CSRF Rotation - Implemented automatic CSRF token rotation on every form submission to prevent replay attacks.

Version 3.9.8 (February 22, 2026)

Quick Convert & Specialized Tools

  • Quick Convert Widget - Launched a tabbed real-time conversion interface on the home and conversions pages.
  • Formula Modal - Added a pop-up formula viewer with step-by-step logic for every conversion result.
  • Financial & Health Engines - Deployed new dedicated calculators for Auto Loans and BMI calculations.

Version 3.9.0 (February 20, 2026)

Topic Reorganization & Global Toggles

  • Flattened Topic Taxonomy - Reshaped the math library into 10 practical flat topics for clearer learning paths.
  • Calculator Visibility Toggles - Implemented a global "Active" switch for all 200+ calculators with an admin dashboard for real-time control.

Version 3.7.4 (February 18, 2026)

Navigation & Solution Flow Overhaul

  • Proportion Solver UX - Implemented a custom fraction-style input layout with compact, bold boxes centered around an equals sign for a more intuitive user experience.
  • Global Math Parser - Consolidated LaTeX-style parsing into a robust client-side helper to correctly render fractions, arrows, and complex math symbols in the Solution Flow.
  • Input Typography Refinement - Standardized all numeric input fields to use bold Courier font (800) and matched font sizes with the Solution Flow for visual consistency.
  • Navigation Streamlining - Removed redundant "Quick Links" from the right sidebar and updated "All Topics" to point directly to consolidated math landing pages.
  • Admin Utility Upgrades - Added a "Last Login" column to the user management dashboard and fixed the login activity log charting logic.

Version 3.7.3 (February 17, 2026)

Extended SQL Mode Support

  • Strict ORDER BY Alignment - Fixed SQL compatibility issues where non-aggregated columns were used in ORDER BY clauses alongside GROUP BY.
  • System-wide SQL Hardening - Audited and patched all directory, featured, and favorite queries to ensure absolute reliability across strict MySQL environments.

Version 3.7.2 (February 17, 2026)

Database Compatibility Hotfix

  • Strict SQL Compatibility - Refactored complex JOIN queries to support `ONLY_FULL_GROUP_BY` mode, ensuring stability across diverse MySQL server configurations.
  • Query Optimization - Applied aggregate functions to directory and favorite listings to maintain unique results while adhering to strict database standards.