Skip to content

Releases: LeadsForwardLLC/jobcapturepro-plugin

v1.1.7

Choose a tag to compare

@alisbanedev alisbanedev released this 15 May 14:12

Fixes

  • Map pagination was dropping shortcode filters (state, etc.). Now scAtts are forwarded to the localized JS data and merged into every paginated /api/map?page=N request — paginated markers stay within the configured filter.

Release infrastructure

  • scripts/release.sh accepts an optional base-branch argument so releases can be cut from any branch (e.g. bash scripts/release.sh 1.1.7 fix/some-branch). Defaults to main.

v1.1.6

Choose a tag to compare

@alisbanedev alisbanedev released this 14 May 16:22

Fixes

  • Extends the Oxygen flex-inflation fix to also cover .ct-div-block and .ct-new-columns ancestors. Some Oxygen sites wrap shortcodes in an extra .ct-div-block, which was the shrink-wrapping element and stayed inflated to 4106px.

Release infrastructure

  • Cross-platform sed in scripts/release.sh so releases can be cut from either macOS or Linux/WSL.

Release/1.1.5

Choose a tag to compare

@alisbanedev alisbanedev released this 11 May 14:57

What's Changed

Slider migration (Swiper.js)

  • Replaced ~200 lines of custom slider JS with Swiper.js (Navigation + Autoplay modules)
  • Added 5-second autoplay, pauses on hover
  • Touch/swipe + keyboard navigation now built-in

Bug fixes

  • JCPWPP-67: Fixed page jumping up when scrolling check-ins (browser focus scroll-to-top bug with position: absolute buttons)
  • JCPWPP-68: Fixed card image looking wider than body
  • Fixed infinite width inflation in Oxygen Builder flex-column containers (.ct-shortcode:has(.jcp-combined-components) selector applies align-self: stretch)

Design

  • Card redesign: minimal frame with inset image, single border, soft shadow
  • Buttons positioned outside .swiper per Swiper-recommended pattern

PR: #74

1.1.4

Choose a tag to compare

@LeadsForwardIntegrations LeadsForwardIntegrations released this 11 May 14:46

What's Changed

  • Added auto-scroll to the check-in display
  • Adjusted image alignment in the check-in display
  • Fixed issue with page jumping on scrolling check-ins

Full Changelog: v1.1.3...v1.1.4

Release/1.1.3

Choose a tag to compare

@alisbanedev alisbanedev released this 09 Apr 14:37

What's Changed

Bug Fixes

  • Strip @layer wrappers from Tailwind v4 output — theme CSS (Oxygen, Divi, etc) no longer overrides plugin styles (#70)
  • Fix slider card sizing for page builder compatibility — cards now size correctly inside flex-column page builder containers (#71)
  • Add padding:0 to arrow buttons — prevents theme global button padding from affecting plugin buttons (#72)

Details

  • CSS enqueue priority set to 9999 to load after theme stylesheets
  • Wrapper uses display:none trick to measure parent width before rendering
  • Meta text wraps on narrow cards, location right-aligned
  • Inline styles on error template replaced with Tailwind classes

Release/1.1.2

Choose a tag to compare

@alisbanedev alisbanedev released this 01 Apr 00:46

Fix PHP 7.4 compatibility — remove named arguments that require PHP 8.0+.

Release/1.1.1

Choose a tag to compare

@alisbanedev alisbanedev released this 30 Mar 14:26

Remove API proxy — frontend calls JCP API directly.

Release/1.1.0

Choose a tag to compare

@alisbanedev alisbanedev released this 27 Mar 14:02

Various updates that include fixes, features, and improvements.

Release/1.0.8

Choose a tag to compare

@alisbanedev alisbanedev released this 07 Mar 00:23

Various updates that include fixes, features, and improvements.

Release/1.0.7

Choose a tag to compare

@alisbanedev alisbanedev released this 29 Jan 14:42

Various updates that include fixes, features, and improvements.