Title: Autover
Author: Presslabs
Published: <strong>14 Tháng 3, 2013</strong>
Last modified: 20 Tháng 5, 2026

---

Tìm kiếm plugin

![](https://ps.w.org/autover/assets/banner-772x250.png?rev=1148872)

![](https://ps.w.org/autover/assets/icon-128x128.png?rev=1610346)

# Autover

 Bởi [Presslabs](https://profiles.wordpress.org/presslabs/)

[Tải về](https://downloads.wordpress.org/plugin/autover.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/autover/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/autover/#reviews)
 *  [Cài đặt](https://vi.wordpress.org/plugins/autover/#installation)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/autover/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/autover/)

## Mô tả

Autover plugin will automatically version your CSS and JS files. This is especially
useful when using a Content Distribution Network (CDN) for delivering static files
like CSS and JavaScripts. The plugin appends to the resource URL a numeric version
number generated by the filemtime() PHP function (e.g. style.css?ver=1359464809).
This means the version number will be updated every time the CSS or JS file is being
saved.

IMPORTANT: this plugin only works with CSS and JS files that are enqueued using 
the standard WordPress functions [wp_enqueue_style](https://codex.wordpress.org/Function_Reference/wp_enqueue_style)
and [wp_enqueue_script](https://codex.wordpress.org/Function_Reference/wp_enqueue_script)
and/or [admin_enqueue_style](https://codex.wordpress.org/Plugin_API/Action_Reference/admin_enqueue_style),
[admin_enqueue_script](https://codex.wordpress.org/Plugin_API/Action_Reference/admin_enqueue_scripts).

## Ảnh màn hình

[⌊Before activation⌉⌊Before activation⌉[

Before activation

[⌊After activation⌉⌊After activation⌉[

After activation

## Cài đặt

#### Installation

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

Alternatively go into your WordPress dashboard and click on Plugins -> Add Plugin
and search for Autover. Then click on Install, then on Activate Now.

#### Usage

Just install and activate the plugin. The plugin will automatically start to version
your CSS and JS files that are correctly enqueued into WordPress (by using [wp_enqueue_style](https://codex.wordpress.org/Function_Reference/wp_enqueue_style)
and [wp_enqueue_script](https://codex.wordpress.org/Function_Reference/wp_enqueue_script)
and/or [admin_enqueue_style](https://codex.wordpress.org/Plugin_API/Action_Reference/admin_enqueue_style),
[admin_enqueue_script](https://codex.wordpress.org/Plugin_API/Action_Reference/admin_enqueue_scripts)
functions).

Depending on the caching mechanism used, a purge of page (html) cache might be needed.

If you want to version only CSS or only JS files, please use the constants AUTOVER_DISABLE_JS
and AUTOVER_DISABLE_CSS.

## Hỏi đáp

### Why should I use this plugin?

If you want to automatically version your CSS and JavaScript files, this will help
to load your CSS and JS file into the cache memory only when you change the code
from the files.

### What is the difference between the wp_enqueue_script and admin_enqueue_script?

The ‘admin__‘ hooks are designed for wp-admin area or so called Dashboard area, 
the ‘wp\__‘ hooks are designed for site.

## Đánh giá

![](https://secure.gravatar.com/avatar/04baf70cd77578882d8144b456632ce4bafcc8641484cb604fb2725e0b25a8dc?
s=60&d=retro&r=g)

### 󠀁[Works beautifully!](https://wordpress.org/support/topic/works-beautifully-138/)󠁿

 [Peninah](https://profiles.wordpress.org/highlight_creative/) 4 Tháng 10, 2019 
1 trả lời

Does just what it says! Works great with Siteground hosting when you’re trying to
update things and the caching is working against you!

![](https://secure.gravatar.com/avatar/2b8439faf05e34a2019a97889fd6ef5cb76c31f07487bcb44d815bdc9f1f8122?
s=60&d=retro&r=g)

### 󠀁[Working perfect](https://wordpress.org/support/topic/working-perfect-2/)󠁿

 [Andrei Lupu](https://profiles.wordpress.org/euthelup/) 3 Tháng 2, 2017 1 trả lời

Excellent plugin to lose your CDN cache without any other interaction.

![](https://secure.gravatar.com/avatar/4597a61fb837b667ed379a6d7564835be298982e4055708d5cc00925d03256e7?
s=60&d=retro&r=g)

### 󠀁[awesome](https://wordpress.org/support/topic/awesome-2278/)󠁿

 [FreeSpeech](https://profiles.wordpress.org/freepeech/) 4 Tháng 11, 2016

Thank you

![](https://secure.gravatar.com/avatar/b31331326848163f891c5aed0f9286851f1f4a7e061dee35ba549813f1da00d3?
s=60&d=retro&r=g)

### 󠀁[This is perfect works like a charm](https://wordpress.org/support/topic/this-is-perfect-works-like-a-charm/)󠁿

 [blueprintmarketing](https://profiles.wordpress.org/blueprintmarketing/) 3 Tháng
9, 2016

Like all PressLabs software, it is top shelf.

 [ Đọc tất cả 7 đánh giá ](https://wordpress.org/support/plugin/autover/reviews/)

## Người đóng góp & Lập trình viên

“Autover” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

 *   [ Presslabs ](https://profiles.wordpress.org/presslabs/)
 *   [ Olar Marius ](https://profiles.wordpress.org/olarmarius/)

[Dịch “Autover” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/autover)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/autover/), check out [SVN repository](https://plugins.svn.wordpress.org/autover/),
hoặc theo dõi [nhật ký phát triển](https://plugins.trac.wordpress.org/log/autover/)
qua [RSS](https://plugins.trac.wordpress.org/log/autover/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

#### 1.8

 * Tested up to WP 7.0

#### 1.7

 * Tested up to WP 6.9

#### 1.6

 * Tested up to WP 6.8

#### 1.5

 * Standardised folder structure
 * Added tests for current features and improved url replacement (custom arguments
   now preserved)
 * Cleanup of code

#### 1.4

 * Cleaned up the plugin code(remove the options from DB).
 * Now the plugin uses the constants AUTOVER_DISABLE_CSS / AUTOVER_DISABLE_JS to
   see if it needs to ignore a resource.
 * Removed settings page (replaced by the constants AUTOVER_DISABLE_JS and AUTOVER_DISABLE_CSS).
 * Removed the file list.

#### 1.3

 * Add file lists.

#### 1.2

 * Enhancement: settings tab is now separated for easier understanding.
 * Enhancement: updated readme.txt file with more details and added print screens.
 * Bug fix: fixed an error at the ‘filemtime()’ function.

#### 1.1

 * Bug fix: fixed some settings error.

#### 1.0

 * First version on WP.

## Meta

 *  Phiên bản **1.8**
 *  Cập nhật lần cuối **4 tuần trước**
 *  Số lượt cài đặt **800+**
 *  Phiên bản WordPress ** 4.7 hoặc cao hơn **
 *  Đã kiểm tra lên đến **7.0**
 *  Ngôn ngữ
 * [English (US)](https://wordpress.org/plugins/autover/)
 * Thẻ
 * [css](https://vi.wordpress.org/plugins/tags/css/)[javascript](https://vi.wordpress.org/plugins/tags/javascript/)
   [presslabs](https://vi.wordpress.org/plugins/tags/presslabs/)[version](https://vi.wordpress.org/plugins/tags/version/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/autover/advanced/)

## Đánh giá

 5 trên 5 sao.

 *  [  7 5-star reviews     ](https://wordpress.org/support/plugin/autover/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/autover/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/autover/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/autover/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/autover/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/autover/reviews/#new-post)

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/autover/reviews/)

## Những người đóng góp

 *   [ Presslabs ](https://profiles.wordpress.org/presslabs/)
 *   [ Olar Marius ](https://profiles.wordpress.org/olarmarius/)

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/autover/)

## Ủng hộ

Bạn có muốn hỗ trợ vào sự phát triển của plugin này?

 [ Ủng hộ plugin này ](https://www.presslabs.com/)