Skip to content

Commit

Permalink
Release version 3.0.7 to update Sailthru Script Tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgundry committed Oct 10, 2017
1 parent 2c76456 commit 736cbb8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: nickgundry, automattic, irms, zackify, natebot
Tags: personalization, email,
Requires at least: 3.6
Tested up to: 4.6
Stable tag: 3.0.6
Stable tag: 3.0.7

This plugin provides fast and easy integration of the core Sailthru features into your Wordpress site.

Expand Down
26 changes: 26 additions & 0 deletions sailthru.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
<?php
/*
Plugin Name: Sailthru for WordPress
Plugin URI: http://sailthru.com/
Description: Add the power of Sailthru to your Wordpress set up.
Version: 3.0.7
Author: Sailthru
Author URI: http://sailthru.com
Author Email: [email protected]
License:
Copyright 2013 (Sailthru)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/

// Bootstrap to allow wpcom_vip_load plugin to work
require( __DIR__ . '/plugin.php' );

0 comments on commit 736cbb8

Please sign in to comment.