From fd765a4d363a71a6730d9c6bc32752060a60a196 Mon Sep 17 00:00:00 2001 From: Kevin Langley Jr <klangley@voceconnect.com> Date: Tue, 7 Jan 2014 14:26:32 -0500 Subject: [PATCH] adding changelog to readmes --- README.md | 2 +- readme.txt | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2375677..d12d356 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ If using [Composer](http://getcomposer.org) for dependency management, you can a ### As standard plugin: > See [Installing Plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins). -## Changelog +## Changelog ** 0.1.1 ** *Fixing issue with URLs without a path part.* diff --git a/readme.txt b/readme.txt index 644de0a..b6a57a3 100644 --- a/readme.txt +++ b/readme.txt @@ -21,4 +21,11 @@ If using [Composer](http://getcomposer.org) for dependency management, you can a 1. Upload `cdn-rewrite` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress -3. Once the plugin has been activated, navigate to the CDN Rewrite settings page and set the appropriate settings. \ No newline at end of file +3. Once the plugin has been activated, navigate to the CDN Rewrite settings page and set the appropriate settings. + +== Changelog == += 0.1.1 = +*Fixing issue with URLs without a path part. + += 0.1.0 = +*Initial version. \ No newline at end of file -- GitLab