Skip to content
Snippets Groups Projects
Commit b9162515 authored by Curtis Loisel's avatar Curtis Loisel
Browse files

Adding capistrano deploy files and bumping up version

parent 617470c1
No related branches found
No related tags found
No related merge requests found
# Includes default deployment tasks
require 'capistrano/deploy'
# Voce Platforms specific tasks and support
require 'capistrano/platforms/setup'
# Loads custom tasks from `lib/capistrano/tasks' if you have any defined.
Dir.glob('lib/capistrano/tasks/*.cap').each { |r| import r }
\ No newline at end of file
......@@ -4,7 +4,7 @@ Contributors: voceplatforms, chrisscott, prettyboymp, kevinlangleyjr
Tags: cdn, rewrite
Requires at least: 3.3
Tested up to: 3.8
Stable tag: 0.1.1
Stable tag: 0.1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
......@@ -21,6 +21,8 @@ If using [Composer](http://getcomposer.org) for dependency management, you can a
> See [Installing Plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins).
## Changelog
** 0.1.2 **
* Adding Capistrano deploy files
** 0.1.1 **
*Fixing issue with URLs without a path part.*
......
set :application, 'cdn-rewrite'
set :repo_url, "git@github.com:voceconnect/#{fetch(:application)}.git"
set :scm, 'git-to-svn'
set :type, 'plugin'
set :svn_repository, "http://plugins.svn.wordpress.org/wp-#{fetch(:application)}/"
set :svn_deploy_to, "trunk"
set :build_folders, (
fetch(:build_folders) << %w{
config
}
).flatten
\ No newline at end of file
......@@ -3,7 +3,7 @@ Contributors: voceplatforms, chrisscott, prettyboymp, kevinlangleyjr
Tags: cdn, rewrite
Requires at least: 3.3
Tested up to: 3.8
Stable tag: 0.1.1
Stable tag: 0.1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
......@@ -24,6 +24,9 @@ If using [Composer](http://getcomposer.org) for dependency management, you can a
3. Once the plugin has been activated, navigate to the CDN Rewrite settings page and set the appropriate settings.
== Changelog ==
= 0.1.2 =
* Adding Capistrano deploy files
= 0.1.1 =
* Fixing issue with URLs without a path part.
......
......@@ -3,7 +3,7 @@
Plugin Name: WP CDN Rewrite
Plugin URI: http://voceconnect.com/
Description: Rewrites asset URLs to CDN
Version: 0.1.1
Version: 0.1.2
Author: Chris Scott, Michael Pretty, Kevin Langley
Author URI: http://voceconnect.com/
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment