Skip to content

Commit a2be6c0

Browse files
committed
Updated to reflect new ownership
1 parent 210bfde commit a2be6c0

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
## 2.0.0
3232

33-
This is a pretty large update. Some features have been removed and a few new ones have been added. There are a couple breaking changes in this update, so any themes using an older version of the config will need to be adjusted. Check out [Alpha](https://github.com/wpsitecare/alpha) for a working example of how to implement the config. Here's a breakdown of the changes:
33+
This is a pretty large update. Some features have been removed and a few new ones have been added. There are a couple breaking changes in this update, so any themes using an older version of the config will need to be adjusted. Check out [Alpha](https://github.com/cipherdevgroup/alpha) for a working example of how to implement the config. Here's a breakdown of the changes:
3434

3535
- Removed grunt-banner
3636
- Removed grunt-checktextdomain

LICENSE.md

+1-1
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 Development, 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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# WP Site Care WordPress Theme Config
1+
# Cipher WordPress Theme Config
22

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

55
__Contributors:__ [Robert Neu](https://github.com/robneu), [Brady Vercher](https://github.com/bradyvercher), [Chris Talkington](https://github.com/ctalkington)
66
__Requires:__ WordPress
7-
__License:__ [MIT](http://wpsitecare.mit-license.org/)
7+
__License:__ [MIT](http://mit-license.org/)
88

9-
A reusable grunt configuration for WP Site Care WordPress themes.
9+
A reusable grunt configuration for Cipher WordPress themes.

config/grunt/makepot.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ module.exports = {
1010
'language': 'en',
1111
'plural-forms': 'nplurals=2; plural=(n != 1);',
1212
'poedit': true,
13-
'report-msgid-bugs-to': 'https://www.wpsitecare.com/contact/',
14-
'language-team': 'WP Site Care <hello@wpsitecare.com>',
15-
'last-translator': 'WP Site Care <hello@wpsitecare.com>'
13+
'report-msgid-bugs-to': 'https://cipherdevelopment.com/contact/',
14+
'language-team': 'Cipher <hello@cipherdevelopment.com>',
15+
'last-translator': 'Cipher <hello@cipherdevelopment.com>'
1616
},
1717
processPot: function( pot ) {
1818
var translation,

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = function() {
3838
project.taskMap = {
3939
addtextdomain: 'grunt-wp-i18n',
4040
makepot: 'grunt-wp-i18n',
41-
readpkg: 'sitecare-theme-config'
41+
readpkg: 'cipher-theme-config'
4242
};
4343

4444
project.files = {

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"name": "sitecare-theme-config",
2+
"name": "cipher-theme-config",
33
"version": "4.1.0",
4-
"description": "WP Site Care's default Grunt configuration for WordPress themes.",
4+
"description": "Cipher's default Grunt configuration for WordPress themes.",
55
"main": "index.js",
66
"license": "MIT",
77
"contributors": [
88
{
99
"name": "Brady Vercher",
10-
"url": "http://www.cedaro.com/"
10+
"url": "https://www.cedaro.com/"
1111
},
1212
{
1313
"name": "Robert Neu",
14-
"url": "http://www.wpsitecare.com"
14+
"url": "https://cipherdevelopment.com"
1515
},
1616
{
1717
"name": "Chris Talkington",
@@ -20,7 +20,7 @@
2020
],
2121
"repository": {
2222
"type": "git",
23-
"url": "https://github.com/wpsitecare/sitecare-theme-config.git"
23+
"url": "https://github.com/cipherdevgroup/cipher-theme-config.git"
2424
},
2525
"dependencies": {
2626
"autoprefixer": "9.x",

0 commit comments

Comments
 (0)