هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

Add File Version (AFV)

الوصف

Add File Version (AFV) can automatically or manually add file version to the CSS/JS files that were added using wp_enqueue_style and wp_enqueue_script, admin_enqueue_style and admin_enqueue_script.

The AUTO mode adds file version based on PHP file modification time, while the MANUAL mode adds version based on your input to the target files (CSS/JS).

لقطات الشاشة

  • screenshot-1.jpg shows the plugin administration page, where you can change and alter its settings.

  • screenshot-2.jpg shows the plugin sample output (HTML source)

التنصيب

Installation method 1 (easy way)

  1. Go to WordPress dashboard
  2. Click on Plugins > Add Plugin
  3. Search for Add File Version (AFV)
  4. Then click on Install, then click ‘Activate Now’

Installation method 2 (manual)

  1. Go to WordPress dashboard
  2. Click on Plugins > Add Plugin
  3. Search for Add File Version (AFV)
  4. Click ‘Upload Plugin’ button
  5. Upload ‘add-file-version.zip’
  6. Activate the plugin

Installation method 3 (manual)

  1. Upload ‘add-file-version.zip’ to the ‘/wp-content/plugins/’ directory
  2. Extract the ‘add-file-version.zip’ archive into the ‘/wp-content/plugins/’ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

Usage

Install the ‘Add File Version (AFV)’ plugin and activate it. Upon activation, AFV by default will add version in AUTO mode to ALL CSS and JS files added using wp_enqueue_style and wp_enqueue_script, admin_enqueue_style and admin_enqueue_script. The plugin provides a page where you can change and alter its settings. It can be found at the WordPress dashboard > Tools > Add File Version.

There are 2 modes available, AUTO and MANUAL. The AUTO mode adds file version based on PHP file modification time, while the MANUAL mode adds version based on your input to the target files (CSS/JS). Each versioning mode allows you to select files to add version. It can be ALL, CSS only or JS only. To disable the versioning function of the plugin, just uncheck both modes and save the changes by clicking the button at the bottom.

الأسئلة المتكررّة

What is the purpose of the plugin?

The plugin can be utilized to flush the CSS/JS files, whenever there are file changes or modifications (AUTO mode version is based on file modification time, while manual depends on your version input). It is very useful during development and even live scenarios, as it can facilitate in making the changes visible and force it to take effect.

Important Note: If there is an active file cache plugin, this tool may not work as the cache plugin interferes/manage the handling of file caching of WordPress.

المراجعات

لا توجد مراجعات لهذه الإضافة.

المساهمون والمطوّرون

“Add File Version (AFV)” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”Add File Version (AFV)“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

1.0.6

  • Fixed array and parsing errors

1.0.5

  • Updated admin layout styling

1.0.4

  • Updated admin layout styling

1.0.3

  • Fixed AJAX error in admin page

1.0.2

  • Fixed directory and file error that causes the plugin to halt

1.0.1

  • Fixed minor issues

1.0.0

  • Initial version of the plugin