Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Photon-Plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Grewe
Photon-Plugin
Commits
b9162515
Commit
b9162515
authored
10 years ago
by
Curtis Loisel
Browse files
Options
Downloads
Patches
Plain Diff
Adding capistrano deploy files and bumping up version
parent
617470c1
No related branches found
No related tags found
No related merge requests found
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
Capfile
+8
-0
8 additions, 0 deletions
Capfile
README.md
+3
-1
3 additions, 1 deletion
README.md
config/deploy/production.rb
+14
-0
14 additions, 0 deletions
config/deploy/production.rb
readme.txt
+6
-3
6 additions, 3 deletions
readme.txt
wp-cdn-rewrite.php
+1
-1
1 addition, 1 deletion
wp-cdn-rewrite.php
with
32 additions
and
5 deletions
Capfile
0 → 100644
+
8
−
0
View file @
b9162515
# 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
This diff is collapsed.
Click to expand it.
README.md
+
3
−
1
View file @
b9162515
...
...
@@ -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.*
...
...
This diff is collapsed.
Click to expand it.
config/deploy/production.rb
0 → 100644
+
14
−
0
View file @
b9162515
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
This diff is collapsed.
Click to expand it.
readme.txt
+
6
−
3
View file @
b9162515
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
wp-cdn-rewrite.php
+
1
−
1
View file @
b9162515
...
...
@@ -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/
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment