Skip to content

Releases: itw-creative-works/ultimate-jekyll-manager

v1.0.14

28 Mar 01:32

Choose a tag to compare

Bump version to 1.0.14

v1.0.9

20 Mar 21:52

Choose a tag to compare

Allow authorizedFetch to proceed without authenticated user.

Instead of throwing an error when no user is logged in, authorizedFetch now logs a warning and proceeds with the fetch without the Authorization header. This allows endpoints that support both authenticated and unauthenticated requests to work seamlessly.

v1.0.8

20 Mar 21:48

Choose a tag to compare

Allow authorizedFetch to proceed without authenticated user.

Instead of throwing an error when no user is logged in, authorizedFetch now logs a warning and proceeds with the fetch without the Authorization header. This allows endpoints that support both authenticated and unauthenticated requests to work seamlessly.

v1.0.7

20 Mar 07:12

Choose a tag to compare

Update web-manager dependency from ^4.1.29 to ^4.1.30 and bump package version to 1.0.7.

v1.0.6

19 Mar 19:35

Choose a tag to compare

Extract account dropdown into shared global include.

  • New shared component: global/sections/account.html with configurable avatar size
  • New data file: global/sections/account.json for dropdown menu items
  • Removed ~300 lines of duplicated dropdown HTML from nav and topbar templates
  • Frontend nav, backend topbar, and admin topbar now use the shared component

v1.0.5

19 Mar 18:36

Choose a tag to compare

Refactor calendar to pure UTC, remove tracking, clean up dead code.

  • All date/time operations converted to UTC — fixes time drift bugs
  • Shared utilities: formatDateUTC, formatTimeUTC, parseDateUTC, todayUTC
  • Drag-and-drop rewritten with pure unix math (data-send-at attributes)
  • Single-click navigation from week view to day view
  • Removed analytics tracking from admin calendar
  • Cleaned up dead code, debug logs, unused imports

v1.0.4

19 Mar 08:00

Choose a tag to compare

Rebuild marketing calendar with Firestore backend, campaign previews, list view, and page consolidation.

  • Firestore real-time subscriptions with range-based queries per view
  • Recurring campaign support with virtual occurrence generation
  • Optimistic rendering for drag-and-drop and view switches
  • Campaign previews: markdown email preview + mobile push notification frame
  • List view: 5th calendar view mode with chronological campaign table
  • Full campaign editor: email/push type toggle, recurrence, providers, targeting, discount code, test mode
  • Consolidated notification/newsletter pages into the calendar
  • Simplified sidebar navigation

v1.0.3

17 Mar 06:52

Choose a tag to compare

Ensure consuming projects have "private": true in package.json during setup to prevent accidental npm publishes.

v1.0.1

15 Mar 10:52

Choose a tag to compare

Bump package version from 1.0.0 to 1.0.1 and upgrade several dependencies
to their latest major/minor versions:

  • node-powertools: ^2.3.2 → ^3.0.0
  • web-manager: ^4.1.26 → ^4.1.28
  • wonderful-fetch: ^1.3.4 → ^2.0.4
  • prepare-package: ^1.2.6 → ^2.0.7

Also add preparePackage.type: "copy" configuration.