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
f199ef41
Commit
f199ef41
authored
10 years ago
by
Kevin Langley
Browse files
Options
Downloads
Patches
Plain Diff
incrementing version
parent
34329111
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
README.md
+9
-6
9 additions, 6 deletions
README.md
composer.lock
+13
-21
13 additions, 21 deletions
composer.lock
package.json
+1
-1
1 addition, 1 deletion
package.json
readme.txt
+13
-10
13 additions, 10 deletions
readme.txt
wp-cdn-rewrite.php
+1
-1
1 addition, 1 deletion
wp-cdn-rewrite.php
with
37 additions
and
39 deletions
README.md
+
9
−
6
View file @
f199ef41
...
...
@@ -3,8 +3,8 @@ WP CDN Rewrite
Contributors: voceplatforms, chrisscott, prettyboymp, kevinlangleyjr
Tags: cdn, rewrite
Requires at least: 3.3
Tested up to:
3.8
Stable tag: 0.1.
3
Tested up to:
4.0
Stable tag: 0.1.
4
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.4**
*
Fixing error when file does not exist
**0.1.3**
*
Adding Grunt build files
...
...
This diff is collapsed.
Click to expand it.
composer.lock
+
13
−
21
View file @
f199ef41
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "00b466b2559c0eba474c60bd0b7f040c",
"packages": [
{
"name": "voceconnect/voce-settings-api",
"version": "
v
0.4.
8
",
"version": "0.4.
9
",
"source": {
"type": "git",
"url": "https://github.com/voceconnect/voce-settings-api.git",
"reference": "
e97e2e4efa0117fd181805fbf217f57f6c5afa3c
"
"reference": "
9e9ef75e558a8b296aca32175298eca2da94d62d
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/voceconnect/voce-settings-api/zipball/
e97e2e4efa0117fd181805fbf217f57f6c5afa3c
",
"reference": "
e97e2e4efa0117fd181805fbf217f57f6c5afa3c
",
"url": "https://api.github.com/repos/voceconnect/voce-settings-api/zipball/
9e9ef75e558a8b296aca32175298eca2da94d62d
",
"reference": "
9e9ef75e558a8b296aca32175298eca2da94d62d
",
"shasum": ""
},
"type": "library",
...
...
@@ -36,23 +37,14 @@
}
],
"description": "A simplification of the core WordPress settings API",
"time": "2014-0
7-17 03:3
3:57"
"time": "2014-0
8-05 21:4
3:57"
}
],
"packages-dev": [
],
"aliases": [
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [
],
"platform": [
],
"platform-dev": [
]
"stability-flags": [],
"prefer-stable": false,
"platform": [],
"platform-dev": []
}
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
f199ef41
{
"name"
:
"cdn-rewrite"
,
"description"
:
"Allows you to rewrite the root url of assets, css, and js files."
,
"version"
:
"0.1.
3
"
,
"version"
:
"0.1.
4
"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git@github.com:voceconnect/cdn-rewrite.git"
...
...
This diff is collapsed.
Click to expand it.
readme.txt
+
13
−
10
View file @
f199ef41
...
...
@@ -2,8 +2,8 @@
Contributors: voceplatforms, chrisscott, prettyboymp, kevinlangleyjr
Tags: cdn, rewrite
Requires at least: 3.3
Tested up to:
3.8
Stable tag: 0.1.
3
Tested up to:
4.0
Stable tag: 0.1.
4
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.4 =
* Fixing error when file does not exist
= 0.1.3 =
* Adding Grunt build files
...
...
This diff is collapsed.
Click to expand it.
wp-cdn-rewrite.php
+
1
−
1
View file @
f199ef41
...
...
@@ -3,7 +3,7 @@
Plugin Name: WP CDN Rewrite
Plugin URI: http://voceconnect.com/
Description: Rewrites asset URLs to CDN
Version: 0.1.
3
Version: 0.1.
4
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