Skip to content

Commit f45d834

Browse files
committed
Updated to reflect new ownership
1 parent 09daf46 commit f45d834

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## 2.0.0
1010

11-
- Synchronized with [sitecare-theme-config](https://github.com/wpsitecare/sitecare-theme-config)
11+
- Synchronized with [cipher-theme-config](https://github.com/cipherdevgroup/cipher-theme-config)
1212

1313
## 0.1.4
1414

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2015 WP Site Care, LLC http://www.wpsitecare.com
3+
Copyright (c) 2018 Cipher, LLC https://cipherdevelopment.com
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# WP Site Care WordPress Plugin Config
1+
# Cipher WordPress Plugin Config
22

3-
[![Dependency Status](https://david-dm.org/wpsitecare/sitecare-plugin-config.svg)](https://david-dm.org/wpsitecare/sitecare-plugin-config)
3+
[![Dependency Status](https://david-dm.org/wpcipher/cipher-plugin-config.svg)](https://david-dm.org/wpcipher/cipher-plugin-config)
44

5-
A reusable grunt configuration for WP Site Care WordPress plugins.
5+
A reusable grunt configuration for Cipher WordPress plugins.

config/grunt/makepot.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ module.exports = {
77
'language': 'en',
88
'plural-forms': 'nplurals=2; plural=(n != 1);',
99
'poedit': true,
10-
'report-msgid-bugs-to': 'https://www.wpsitecare.com/contact/',
11-
'language-team': 'WP Site Care <hello@wpsitecare.com>',
12-
'last-translator': 'WP Site Care <hello@wpsitecare.com>'
10+
'report-msgid-bugs-to': 'https://cipherdevelopment.com/contact/',
11+
'language-team': 'Cipher <hello@cipherdevelopment.com>',
12+
'last-translator': 'Cipher <hello@cipherdevelopment.com>'
1313
},
1414
processPot: function( pot ) {
1515
var translation,

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = function() {
3636

3737
project.taskMap = {
3838
addtextdomain: 'grunt-wp-i18n',
39-
readpkg: 'sitecare-plugin-config',
39+
readpkg: 'cipher-plugin-config',
4040
makepot: 'grunt-wp-i18n'
4141
};
4242

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"name": "sitecare-plugin-config",
2+
"name": "cipher-plugin-config",
33
"version": "3.0.0",
4-
"description": "WP Site Care's default Grunt configuration for WordPress plugins.",
4+
"description": "Cipher's default Grunt configuration for WordPress plugins.",
55
"main": "index.js",
66
"license": "MIT",
77
"contributors": [
88
{
99
"name": "Robert Neu",
10-
"url": "http://www.wpsitecare.com"
10+
"url": "https://cipherdevelopment.com"
1111
}
1212
],
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/wpsitecare/sitecare-plugin-config.git"
15+
"url": "https://github.com/cipherdevgroup/cipher-plugin-config.git"
1616
},
1717
"dependencies": {
1818
"autoprefixer": "6.x",

0 commit comments

Comments
 (0)