-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to 4.3.0 and transfer to Cedaro.
- Loading branch information
1 parent
9ae1fbd
commit 819fc40
Showing
10 changed files
with
40 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"name": "blazersix/simple-image-widget", | ||
"name": "cedaro/simple-image-widget", | ||
"description": "A simple WordPress image widget.", | ||
"keywords": ["wordpress"], | ||
"type": "wordpress-plugin", | ||
"homepage": "https://github.com/blazersix/simple-image-widget", | ||
"homepage": "https://github.com/cedaro/simple-image-widget", | ||
"license": "GPL-2.0+", | ||
"authors": [ | ||
{ | ||
"name": "Brady Vercher", | ||
"email": "[email protected]", | ||
"homepage": "http://www.blazersix.com/" | ||
"homepage": "http://www.cedaro.com/" | ||
} | ||
], | ||
"support": { | ||
"issues": "https://github.com/blazersix/simple-image-widget/issues", | ||
"source": "https://github.com/blazersix/simple-image-widget" | ||
"issues": "https://github.com/cedaro/simple-image-widget/issues", | ||
"source": "https://github.com/cedaro/simple-image-widget" | ||
}, | ||
"require": { | ||
"composer/installers": "~1.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Copyright (C) 2015 Blazer Six | ||
# Copyright (C) 2015 Cedaro | ||
# This file is distributed under the GPL-2.0+. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Simple Image Widget 4.2.2\n" | ||
"Project-Id-Version: Simple Image Widget 4.3.0\n" | ||
"Report-Msgid-Bugs-To: " | ||
"http://wordpress.org/support/plugin/simple-image-widget\n" | ||
"POT-Creation-Date: 2014-06-13 21:26:00+00:00\n" | ||
|
@@ -12,7 +12,7 @@ msgstr "" | |
"PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"X-Generator: grunt-wp-i18n 0.4.8\n" | ||
"X-Generator: grunt-wp-i18n 0.5.2\n" | ||
"X-Poedit-KeywordsList: " | ||
"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_" | ||
"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n" | ||
|
@@ -208,9 +208,11 @@ msgid "A simple image widget utilizing the new WordPress media manager." | |
msgstr "" | ||
|
||
#. Author of the plugin/theme | ||
msgid "Blazer Six" | ||
msgid "Cedaro" | ||
msgstr "" | ||
|
||
#. Author URI of the plugin/theme | ||
msgid "http://www.blazersix.com/" | ||
msgid "" | ||
"http://www.cedaro.com/?utm_source=wordpress-plugin&utm_medium=link&utm_" | ||
"content=simple-image-widget-author-uri&utm_campaign=plugins" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
{ | ||
"name": "simple-image-widget", | ||
"version": "4.2.2", | ||
"version": "4.3.0", | ||
"description": "A simple WordPress image widget.", | ||
"main": "Gruntfile.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/blazersix/simple-image-widget.git" | ||
"url": "https://github.com/cedaro/simple-image-widget.git" | ||
}, | ||
"author": { | ||
"name": "Brady Vercher", | ||
"email": "[email protected]", | ||
"url": "http://www.blazersix.com/" | ||
"url": "http://www.cedaro.com/" | ||
}, | ||
"license": "GPL-2.0+", | ||
"bugs": { | ||
"url": "https://github.com/blazersix/simple-image-widget/issues" | ||
"url": "https://github.com/cedaro/simple-image-widget/issues" | ||
}, | ||
"homepage": "https://github.com/blazersix/simple-image-widget", | ||
"homepage": "https://github.com/cedaro/simple-image-widget", | ||
"devDependencies": { | ||
"grunt": "~0.4.5", | ||
"grunt-contrib-jshint": "~0.10.0", | ||
"grunt-contrib-jshint": "~0.11.2", | ||
"grunt-contrib-watch": "~0.6.1", | ||
"grunt-wp-i18n": "~0.4.8", | ||
"grunt-wp-i18n": "~0.5.2", | ||
"matchdep": "~0.3.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters