이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Fix Event Calendar Caching

설명

The “All-in-One Event Calendar” by Time.ly works great, but uses dynamic javascript.
This plugin creates a static version of the javascript that can be cached by
the browser.

I have tested this plugin with versions 2.1.9 and 2.2.0 of the event calendar plugin.
It may work with future releases, but use it at your own risk.

This plugin only uses the static javascript on the frontend. If a user is
logged in, the original dynamic script will be used. As far as I can tell
caching the javascript does not interfere with the plugin’s functionality, but
there may be features of the event calendar that do not work with this plugin.

설치

  1. Upload the fix-event-calendar-caching directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. The plugin needs write access to it’s folder to create the static js file.

FAQ

How can I clear/update the cached javascript?

Anytime the All-In-One Event Calendar settings are saved, the cached javascript is recreated.
You can also clear the cache by deleting the event-cal-x.x.x.js file in the plugin folder.
A new version of the All-In-One Event Calendar will also trigger a new cached javascript.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Fix Event Calendar Caching”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Fix Event Calendar Caching”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.0.0

  • Fixed problems with the calendar pages. A bug was preventing agenda, week, and day view
    from working properly.
  • Creates a unique cache file for each event-calendar javascript link

1.2.0

  • Cached javascript is now cleared when the event calendar settings are updated
  • Refactored code to improve code reuse
  • Added hash to cached javascript url to ensure it loads the most recent version
  • Plugin now uses the AI1EC_VERSION constant to load the version number

1.0.1

  • Added sanity check before creating cache file