Skip to content

Commit

Permalink
Updated to reflect new ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
robneu committed Jul 22, 2018
1 parent 210bfde commit a2be6c0
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

## 2.0.0

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:
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:

- Removed grunt-banner
- Removed grunt-checktextdomain
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

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

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# WP Site Care WordPress Theme Config
# Cipher WordPress Theme Config

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

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

A reusable grunt configuration for WP Site Care WordPress themes.
A reusable grunt configuration for Cipher WordPress themes.
6 changes: 3 additions & 3 deletions config/grunt/makepot.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ module.exports = {
'language': 'en',
'plural-forms': 'nplurals=2; plural=(n != 1);',
'poedit': true,
'report-msgid-bugs-to': 'https://www.wpsitecare.com/contact/',
'language-team': 'WP Site Care <hello@wpsitecare.com>',
'last-translator': 'WP Site Care <hello@wpsitecare.com>'
'report-msgid-bugs-to': 'https://cipherdevelopment.com/contact/',
'language-team': 'Cipher <hello@cipherdevelopment.com>',
'last-translator': 'Cipher <hello@cipherdevelopment.com>'
},
processPot: function( pot ) {
var translation,
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = function() {
project.taskMap = {
addtextdomain: 'grunt-wp-i18n',
makepot: 'grunt-wp-i18n',
readpkg: 'sitecare-theme-config'
readpkg: 'cipher-theme-config'
};

project.files = {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "sitecare-theme-config",
"name": "cipher-theme-config",
"version": "4.1.0",
"description": "WP Site Care's default Grunt configuration for WordPress themes.",
"description": "Cipher's default Grunt configuration for WordPress themes.",
"main": "index.js",
"license": "MIT",
"contributors": [
{
"name": "Brady Vercher",
"url": "http://www.cedaro.com/"
"url": "https://www.cedaro.com/"
},
{
"name": "Robert Neu",
"url": "http://www.wpsitecare.com"
"url": "https://cipherdevelopment.com"
},
{
"name": "Chris Talkington",
Expand All @@ -20,7 +20,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/wpsitecare/sitecare-theme-config.git"
"url": "https://github.com/cipherdevgroup/cipher-theme-config.git"
},
"dependencies": {
"autoprefixer": "9.x",
Expand Down

0 comments on commit a2be6c0

Please sign in to comment.