Skip to content

Releases: anttimakela/shooting-results

1.3.8

Choose a tag to compare

@anttimakela anttimakela released this 15 Sep 08:54

Fixed the Excel report's Summary sheet showing every shooter with the session's full round count, even one removed partway through — it now shows how many rounds that shooter actually has an entry in.

1.3.7

Choose a tag to compare

@anttimakela anttimakela released this 15 Sep 08:41

Fixed the selected/active highlight disappearing on the rifle/shotgun, distance, shots-per-round, and round-tab buttons — a side effect of the 1.3.4 theme-styling fix (!important on .sr-btn silently beat the non-!important active-state color).

1.3.6

Choose a tag to compare

@anttimakela anttimakela released this 15 Sep 08:13

Security hardening: shooter names starting with =, +, -, or @ are now neutralized in the exported .xlsx report, as defense-in-depth against a name being interpreted as a live formula by whoever opens the file.

1.3.5

Choose a tag to compare

@anttimakela anttimakela released this 15 Sep 08:08

Overrode Astra's theme-wide table border rule (was drawing a full grid instead of just row separators), and fixed the mobile stacked layout's Total value not being centered in its cell.

1.3.4

Choose a tag to compare

@anttimakela anttimakela released this 15 Sep 08:00

Fixed the keypad modal's 0-10 grid not fitting 4 across (root cause: Astra theme's global button padding, which nothing in our CSS had been competing with). Also hardened the modal buttons and the main action buttons against theme/Elementor global button styling more generally (background, color, border, shadow).

1.3.3

Choose a tag to compare

@anttimakela anttimakela released this 15 Sep 07:49

Reverted 1.3.2 (full-bleed layout + document-level overflow hiding) — it broke the page view. Back to the 1.3.1 CSS while the actual keypad-modal issue gets fixed properly.

1.3.2

Choose a tag to compare

@anttimakela anttimakela released this 15 Sep 07:44

The results container now breaks out to the full viewport width regardless of any page-builder ancestor's padding (Elementor confirmed), and the page itself can no longer scroll horizontally at all on any page carrying the shortcode — fixes both the leftover side padding and the keypad modal getting pushed partly off-screen on mobile.

1.3.1

Choose a tag to compare

@anttimakela anttimakela released this 15 Sep 07:37

Fixed a page-level horizontal scrollbar (confirmed on Elementor) caused by a wide results table forcing the whole page wider instead of scrolling within its own box — a flexbox container quirk (min-width:auto) some page builders apply.

1.3.0

Choose a tag to compare

@anttimakela anttimakela released this 15 Sep 06:36

New Settings-page option: "Show Rifle 75 m and 100 m."

Off by default. When enabled:

  • Starting a new rifle session asks for the distance (75 m or 100 m) as a required extra step, right after choosing shots-per-round.
  • The distance then shows up next to the shooting distance everywhere shots-per-round already does: the session list, the recording page's header, and the wp-admin sessions table.
  • Shotgun sessions are unaffected — this only applies to rifle.

Includes a database schema update (new distance column on sessions); applies automatically on activation/upgrade.

1.2.11

Choose a tag to compare

@anttimakela anttimakela released this 14 Sep 14:10

Fixed leftover background/shadow on the shooter-remove icon (and preventively the score buttons) from the page builder's button style — box-shadow wasn't covered by the 1.2.10 fix.