Fire Department Shift Calendar

描述

Create fire department shift calendar using either pre-defined schedule rotations (24/48, 48/96, 3’s and 4’s, etc) or custom user-defined rotation patterns. Calendar can be displayed using shortcodes [fd_shift_calendar] for full year display or [fd_shift_calendar type=”monthly”] for current month. Calendar can also be displayed using widget (current month only).

螢幕截圖

  • Plugin settings page
  • Shortcodes
  • Widget
  • Widget display (current month)
  • Standard shortcode display (full year)

安裝

To install directly from your WordPress dashboard:

  1. Go to the Plugins menu and click Add New.
  2. Search for Fire Department Shift Calendar.
  3. Click Install Now next to the Fire Department Shift Calendar plugin.
  4. Activate the plugin.

Alternatively, see the official WordPress Codex guide to Manually Installing Plugins.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Fire Department Shift Calendar” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Fire Department Shift Calendar 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.9.4 (April 2025)

  • Compatibility: Replaced deprecated filter_var(..., FILTER_SANITIZE_STRING) calls with htmlspecialchars() for PHP 8.1+.
  • Bug fix: Added fallback jQuery enqueue to ensure jQuery is loaded on the front-end.

0.9.3 (April 2025)

  • Bug fix: Declared previously undeclared $calendar_print_colors variable to prevent PHP warnings

0.9.2 (February 2020)

  • Bug fix: Fixed calendar month display issue in newer versions of Safari browser
  • Feature: Added ability to navigate between months for monthly calendars
  • Feature: Added ability to navigate between years for yearly calendars
  • Feature: Preview calendar automatically updates when changing shift colors on options page
  • Cleaned up code and minified all JS and CSS files

0.9.1 (December 2018)

  • Bug fix: Correct timezone issue when using with other calendar plugins
  • Bug fix: Added missing closing bracket to front-end.js file

0.9 (November 2018)

  • Initial release