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

WP Version in Query String Modifier

설명

Depending on your needs, this plugin is useful for:

  • updating the version value to an incrementing number (with a single click) for cache-busting purposes (this is the default value)
  • removing the version parameter for optimization purposes
  • option to disable modifying the url without disabling the plugin

The author have dealt with issues when the server is running ATS, Varnish or similar cache utility that the author has no control over. Sometimes cache files stick around for a while and users have no control over caching applications. If you want your css, javascript, image or other asset updates to be reflected instantly, this is the perfect solution for you.

The plugin has been tested extensively with WP_DEBUG enabled and works seamlessly with multi-site network setup.

For questions, suggestions or issues with this plugin, visit the plugin support page or contact me at wp [dot] joesat [at] gmail [dot ]com.

스크린샷

  • WP Version Modifier Settings Page
  • WP Version Modifier Location in the sidebar

설치

  1. Upload ‘wp-version-in-query-string-modifier’ folder to ‘/wp-content/plugins/’ directory

  2. Activate the plugin through ‘Plugins’ menu in WordPress Admin

  3. You’re good to go! Verify static resources’ URI via your web page’s sourc code

  4. (optional) Select your preference via the Settings page (/wp-admin/options-general.php?page=wpvqsm_)

FAQ

  • Does this plugin work with multi-site setup?
    Yes.

  • Was did plugin tested with debug option enabled?
    Yes.

  • Where is the admin page located?
    In the admin panel, go to Settings -> WP Version Modifier.

  • Why is the default value for cache buster option set to 007?
    007 is an iconic and significant number – James Bond’s callsign.

후기

2018년 9월 17일
perfect for development purpose, searched a lot for something similar after seeing in webpack.js having something to control client-side cache. cheers!
2017년 1월 19일
I'm using this for quite some time and realized I never gave you a well deserved 5 stars, so here they are 🙂 Thank you for this great plugin, does what I need it to do and does it great! If you accept donations, let me know. Thanks!
모든 3 평가 읽기

기여자 & 개발자

“WP Version in Query String Modifier”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WP Version in Query String Modifier”(을)를 번역하세요.

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

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

변경이력

1.0.0.7

  • can now generate unique string via time() value appended in the ver query string. Please note that enabling this option may have performance setbacks. Use accordingly.

1.0.0.6

  • now really working for multisite install 🙂

1.0.0.5

  • yet another update to readme.txt

1.0.0.4

  • updated readme.txt
  • removed unused contant WPVQSM_LONG_NAME

1.0.0.3

  • updated plugin screenshots – again (this is my first plugin and am still learning)

1.0.0.2

  • updated plugin screenshots

1.0.0.1

  • updated readme to include more info and corrected typos

1.0.0.0

  • First release