Skip to content

Commit f5f6414

Browse files
author
Marius786
committed
Add the version 1.4
1 parent 5305078 commit f5f6414

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
autover (1.3)
2-
=======
1+
autover (1.4)
2+
=============
33

44
AutoVer plugin will automatically version your CSS and JS files in the generated html page (e.g. style.css?ver=1359464809).

autover.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: http://wordpress.org/extend/plugins/autover/
55
* Description: Automatically version your CSS and JS files.
66
* Author: PressLabs
7-
* Version: 1.3
7+
* Version: 1.4
88
* Author URI: http://presslabs.com/
99
*/
1010

readme.txt

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: PressLabs, olarmarius
33
Donate link: http://www.presslabs.com/
44
Tags: auto, automatic, pages, head, css, wp-enqueue, filter, javascript, script, style, ver, version, versioning, autover, presslabs
55
Requires at least: 3.5.1
6-
Tested up to: 3.5
7-
Stable tag: 1.3
6+
Tested up to: 4.1
7+
Stable tag: 1.4
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -38,6 +38,13 @@ If you want to automatically version your CSS and JavaScript files, this will he
3838

3939
== Changelog ==
4040

41+
= 1.4 =
42+
* add cron job to reset the lists
43+
* remove `*.xcf` files
44+
* formatted PHP code to WP std.
45+
* use `preg_replace` to remove the query string
46+
* fix `PHP Notice: Undefined variable: filetype`
47+
4148
= 1.3 =
4249
* add file lists.
4350

@@ -52,6 +59,13 @@ If you want to automatically version your CSS and JavaScript files, this will he
5259

5360
== Upgrade Notice ==
5461

62+
= 1.4. =
63+
* Add cron job to reset the lists
64+
* Remove `*.xcf` files
65+
* Formatted PHP code to WP std.
66+
* Use `preg_replace` to remove the query string
67+
* Fix `PHP Notice: Undefined variable: filetype`
68+
5569
= 1.3 =
5670
Add file lists.
5771

0 commit comments

Comments
 (0)