Releases: itw-creative-works/ultimate-jekyll-manager
v1.0.14
v1.0.9
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
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
v1.0.6
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
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
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
v1.0.1
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.