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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Grewe
Photon-Plugin
Commits
cbcab843
Commit
cbcab843
authored
Jan 5, 2015
by
Curtis Loisel
Browse files
Options
Downloads
Patches
Plain Diff
Incrementing version and testing version
parent
aa9c0175
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+5
-2
5 additions, 2 deletions
README.md
package.json
+1
-1
1 addition, 1 deletion
package.json
readme.txt
+14
-11
14 additions, 11 deletions
readme.txt
wp-cdn-rewrite.php
+1
-1
1 addition, 1 deletion
wp-cdn-rewrite.php
with
21 additions
and
15 deletions
README.md
+
5
−
2
View file @
cbcab843
...
...
@@ -3,8 +3,8 @@ WP CDN Rewrite
Contributors: voceplatforms, chrisscott, prettyboymp, kevinlangleyjr
Tags: cdn, rewrite
Requires at least: 3.3
Tested up to: 4.
0
Stable tag: 0.1.
4
Tested up to: 4.
1
Stable tag: 0.1.
5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
...
...
@@ -21,6 +21,9 @@ 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.5**
*
Testing with WordPress 4.1
**0.1.4**
*
Fixing error when file does not exist and fixing _doing_it_wrong call
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
cbcab843
{
"name"
:
"cdn-rewrite"
,
"description"
:
"Allows you to rewrite the root url of assets, css, and js files."
,
"version"
:
"0.1.
4
"
,
"version"
:
"0.1.
5
"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git@github.com:voceconnect/cdn-rewrite.git"
...
...
This diff is collapsed.
Click to expand it.
readme.txt
+
14
−
11
View file @
cbcab843
...
...
@@ -2,8 +2,8 @@
Contributors: voceplatforms, chrisscott, prettyboymp, kevinlangleyjr
Tags: cdn, rewrite
Requires at least: 3.3
Tested up to: 4.
0
Stable tag: 0.1.
4
Tested up to: 4.
1
Stable tag: 0.1.
5
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.5 =
* Testing with WordPress 4.1
= 0.1.4 =
* Fixing error when file does not exist and fixing _doing_it_wrong call
...
...
This diff is collapsed.
Click to expand it.
wp-cdn-rewrite.php
+
1
−
1
View file @
cbcab843
...
...
@@ -3,7 +3,7 @@
Plugin Name: WP CDN Rewrite
Plugin URI: http://voceconnect.com/
Description: Rewrites asset URLs to CDN
Version: 0.1.
4
Version: 0.1.
5
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