Version Description
- Bugfix: Adding less greedy patterns for cache directories.
Download this release
Release Info
Developer | briancolinger |
Plugin | VaultPress |
Version | 1.5.2 |
Comparing to | |
See all releases |
Code changes from version 1.5.1 to 1.5.2
- fonts/vaultpress-regular.eot +0 -0
- fonts/vaultpress-regular.svg +12 -0
- fonts/vaultpress-regular.ttf +0 -0
- fonts/vaultpress-regular.woff +0 -0
- nav-styles.css +15 -18
- readme.txt +4 -1
- vaultpress.php +4 -3
fonts/vaultpress-regular.eot
ADDED
Binary file
|
fonts/vaultpress-regular.svg
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" standalone="no"?>
|
2 |
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
3 |
+
<svg xmlns="http://www.w3.org/2000/svg">
|
4 |
+
<metadata></metadata>
|
5 |
+
<defs>
|
6 |
+
<font id="vaultpressregular" horiz-adv-x="500" >
|
7 |
+
<font-face units-per-em="2048" ascent="1638" descent="-410" />
|
8 |
+
<missing-glyph horiz-adv-x="500" />
|
9 |
+
<glyph unicode="◼" d="M0 0z" />
|
10 |
+
<glyph unicode="" horiz-adv-x="2048" d="M1022 1920l834 -265q85 -28 56 -172q-6 -27 -15 -65t-41 -143.5t-70.5 -208.5t-105 -244t-142.5 -266.5t-184.5 -260t-229.5 -239.5q-1 -1 -9.5 -8t-11 -9t-10.5 -8t-11.5 -8.5t-10.5 -7t-12 -6.5t-12 -4.5t-13 -3.5t-12 -1q-36 0 -101 56q-121 105 -230 239.5t-185 260 t-142.5 266.5t-105 244t-70.5 208.5t-41 143.5t-15 65q-12 59 8.5 111t71.5 70zM1627 1486h-331l-272 -683l-272 683h-331l112 -282h26q14 0 25.5 -10t16.5 -19t5 -11l296 -730h244l293 722l3 8q0 2 5 11t16.5 19t25.5 10h26z" />
|
11 |
+
</font>
|
12 |
+
</defs></svg>
|
fonts/vaultpress-regular.ttf
ADDED
Binary file
|
fonts/vaultpress-regular.woff
ADDED
Binary file
|
nav-styles.css
CHANGED
@@ -1,19 +1,16 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
#toplevel_page_vaultpress:hover div.wp-menu-image {
|
12 |
-
background-position: center bottom;
|
13 |
-
}
|
14 |
-
|
15 |
-
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
|
16 |
-
#toplevel_page_vaultpress div.wp-menu-image {
|
17 |
-
background-image: url(images/vp-icon-sprite-2x.png);
|
18 |
-
}
|
19 |
}
|
|
|
|
|
|
|
|
|
|
1 |
+
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 16, 2013 */
|
2 |
+
@font-face {
|
3 |
+
font-family: 'vaultpressregular';
|
4 |
+
src: url('fonts/vaultpress-regular.eot');
|
5 |
+
src: url('fonts/vaultpress-regular.eot?#iefix') format('embedded-opentype'),
|
6 |
+
url('fonts/vaultpress-regular.woff') format('woff'),
|
7 |
+
url('fonts/vaultpress-regular.ttf') format('truetype'),
|
8 |
+
url('fonts/vaultpress-regular.svg#vaultpressregular') format('svg');
|
9 |
+
font-weight: normal;
|
10 |
+
font-style: normal;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
}
|
12 |
+
#toplevel_page_vaultpress div.wp-menu-image:before {
|
13 |
+
content: '\f219';
|
14 |
+
font-size: 18px !important;
|
15 |
+
font-family: 'vaultpressregular' !important;
|
16 |
+
}
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: automattic, apokalyptik, briancolinger, josephscott, shaunandrews,
|
|
3 |
Tags: security, malware, virus, backups, scanning
|
4 |
Requires at least: 2.9.2
|
5 |
Tested up to: 3.8
|
6 |
-
Stable tag: 1.5.
|
7 |
License: GPLv2
|
8 |
|
9 |
VaultPress is a subscription service offering realtime backup, automated security scanning, and support from WordPress experts.
|
@@ -51,6 +51,9 @@ A VaultPress subscription is for a single WordPress site. You can purchase addit
|
|
51 |
Yes, VaultPress supports Multisite installs. Each site will require its own subscription.
|
52 |
|
53 |
== Changelog ==
|
|
|
|
|
|
|
54 |
= 1.5.1 =
|
55 |
* Feature: Adding file exclusion patterns to avoid backing up cache and backup directories.
|
56 |
|
3 |
Tags: security, malware, virus, backups, scanning
|
4 |
Requires at least: 2.9.2
|
5 |
Tested up to: 3.8
|
6 |
+
Stable tag: 1.5.2
|
7 |
License: GPLv2
|
8 |
|
9 |
VaultPress is a subscription service offering realtime backup, automated security scanning, and support from WordPress experts.
|
51 |
Yes, VaultPress supports Multisite installs. Each site will require its own subscription.
|
52 |
|
53 |
== Changelog ==
|
54 |
+
= 1.5.2 =
|
55 |
+
* Bugfix: Adding less greedy patterns for cache directories.
|
56 |
+
|
57 |
= 1.5.1 =
|
58 |
* Feature: Adding file exclusion patterns to avoid backing up cache and backup directories.
|
59 |
|
vaultpress.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: VaultPress
|
4 |
* Plugin URI: http://vaultpress.com/?utm_source=plugin-uri&utm_medium=plugin-description&utm_campaign=1.0
|
5 |
* Description: Protect your content, themes, plugins, and settings with <strong>realtime backup</strong> and <strong>automated security scanning</strong> from <a href="http://vaultpress.com/?utm_source=wp-admin&utm_medium=plugin-description&utm_campaign=1.0" rel="nofollow">VaultPress</a>. Activate, enter your registration key, and never worry again. <a href="http://vaultpress.com/help/?utm_source=wp-admin&utm_medium=plugin-description&utm_campaign=1.0" rel="nofollow">Need some help?</a>
|
6 |
-
* Version: 1.5.
|
7 |
* Author: Automattic
|
8 |
* Author URI: http://vaultpress.com/?utm_source=author-uri&utm_medium=plugin-description&utm_campaign=1.0
|
9 |
* License: GPL2+
|
@@ -18,7 +18,7 @@ if ( !defined( 'ABSPATH' ) )
|
|
18 |
class VaultPress {
|
19 |
var $option_name = 'vaultpress';
|
20 |
var $db_version = 3;
|
21 |
-
var $plugin_version = '1.5.
|
22 |
|
23 |
function __construct() {
|
24 |
register_activation_hook( __FILE__, array( $this, 'activate' ) );
|
@@ -565,11 +565,12 @@ class VaultPress {
|
|
565 |
'@.*wp-content/content/cache/@',
|
566 |
'@.*wp-content/cache/@',
|
567 |
'@.*wp-content/old-cache/@',
|
568 |
-
'@.*cache/@',
|
569 |
'@.*wp-content/w3tc/@',
|
570 |
'@.*owa/owa-data/caches/@',
|
571 |
'@.*gt-cache@',
|
572 |
'@.*/wpclicks/tracker/cache/@',
|
|
|
|
|
573 |
'@.*amember/data/new_rewrite@',
|
574 |
'@.*sucuri/blocks/@',
|
575 |
'@.*/_sucuribackup.*@',
|
3 |
* Plugin Name: VaultPress
|
4 |
* Plugin URI: http://vaultpress.com/?utm_source=plugin-uri&utm_medium=plugin-description&utm_campaign=1.0
|
5 |
* Description: Protect your content, themes, plugins, and settings with <strong>realtime backup</strong> and <strong>automated security scanning</strong> from <a href="http://vaultpress.com/?utm_source=wp-admin&utm_medium=plugin-description&utm_campaign=1.0" rel="nofollow">VaultPress</a>. Activate, enter your registration key, and never worry again. <a href="http://vaultpress.com/help/?utm_source=wp-admin&utm_medium=plugin-description&utm_campaign=1.0" rel="nofollow">Need some help?</a>
|
6 |
+
* Version: 1.5.2
|
7 |
* Author: Automattic
|
8 |
* Author URI: http://vaultpress.com/?utm_source=author-uri&utm_medium=plugin-description&utm_campaign=1.0
|
9 |
* License: GPL2+
|
18 |
class VaultPress {
|
19 |
var $option_name = 'vaultpress';
|
20 |
var $db_version = 3;
|
21 |
+
var $plugin_version = '1.5.2';
|
22 |
|
23 |
function __construct() {
|
24 |
register_activation_hook( __FILE__, array( $this, 'activate' ) );
|
565 |
'@.*wp-content/content/cache/@',
|
566 |
'@.*wp-content/cache/@',
|
567 |
'@.*wp-content/old-cache/@',
|
|
|
568 |
'@.*wp-content/w3tc/@',
|
569 |
'@.*owa/owa-data/caches/@',
|
570 |
'@.*gt-cache@',
|
571 |
'@.*/wpclicks/tracker/cache/@',
|
572 |
+
'@/wp-content/[^/]+cache.*/@',
|
573 |
+
'@(?<!plugins)\/cache@',
|
574 |
'@.*amember/data/new_rewrite@',
|
575 |
'@.*sucuri/blocks/@',
|
576 |
'@.*/_sucuribackup.*@',
|