Skip to content

Commit a098d51

Browse files
rodydavisravichdev
authored andcommitted
Merge pull request #1 from material-components/feature/543-repo-migration
Update repo references to new Github repo url
2 parents 03f091c + c67b284 commit a098d51

File tree

10 files changed

+25
-25
lines changed

10 files changed

+25
-25
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ Fixes #
55

66
## Checklist
77

8-
- [ ] My pull request is addressing an [open issue](https://github.com/xwp/material-design-wp-plugin/issues) (please create one otherwise).
9-
- [ ] My code is tested and passes existing [tests](https://github.com/xwp/material-design-wp-plugin/contributing.md#scripts).
10-
- [ ] My code follows the [Contributing Guidelines](https://github.com/xwp/material-design-wp-plugin/contributing.md) (updates are often made to the guidelines, check it out periodically).
8+
- [ ] My pull request is addressing an [open issue](https://github.com/material-components/material-design-for-wordpress/issues) (please create one otherwise).
9+
- [ ] My code is tested and passes existing [tests](https://github.com/material-components/material-design-for-wordpress/contributing.md#scripts).
10+
- [ ] My code follows the [Contributing Guidelines](https://github.com/material-components/material-design-for-wordpress/contributing.md) (updates are often made to the guidelines, check it out periodically).

bin/tag-built.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ git push origin "$built_tag"
5555
rm -rf built
5656

5757
echo "Pushed tag $built_tag."
58-
echo "See https://github.com/xwp/material-design-wp-plugin/releases/tag/$built_tag"
59-
echo "For https://github.com/xwp/material-design-wp-plugin/releases/tag/$tag"
58+
echo "See https://github.com/material-components/material-design-for-wordpress/releases/tag/$built_tag"
59+
echo "For https://github.com/material-components/material-design-for-wordpress/releases/tag/$tag"

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "xwp/material-design-wp-plugin",
2+
"name": "material-components/material-design-for-wordpress",
33
"type": "wordpress-plugin",
44
"description": "Material Design plugin for WordPress.",
5-
"homepage": "https://github.com/xwp/material-design-wp-plugin",
5+
"homepage": "https://github.com/material-components/material-design-for-wordpress",
66
"license": "Apache-2.0",
77
"minimum-stability": "dev",
88
"prefer-stable": true,

contributing/engineering.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Since you need a WordPress environment to run the plugin, the quickest way to ge
3939
Clone this project somewhere on your computer:
4040

4141
```bash
42-
git clone [email protected]:xwp/material-design-wp-plugin.git material-design
42+
git clone [email protected]:material-components/material-design-for-wordpress.git material-design
4343
cd material-design
4444
```
4545

@@ -51,7 +51,7 @@ Support for the following environments have been verified to work
5151

5252
```bash
5353
cd wp-content/plugins
54-
git clone [email protected]:xwp/material-design-wp-plugin.git material-design
54+
git clone [email protected]:material-components/material-design-for-wordpress.git material-design
5555
cd material-design
5656
```
5757

@@ -273,12 +273,12 @@ This will create an `material-design.zip` in the plugin directory which you can
273273

274274
## Creating a pre-release
275275

276-
1. Create changelog draft on [Wiki page](https://github.com/xwp/material-design-wp-plugin/wiki/Release-Changelog-Draft).
276+
1. Create changelog draft on [Wiki page](https://github.com/material-components/material-design-for-wordpress/wiki/Release-Changelog-Draft).
277277
1. Check out the branch intended for release (`develop` for major, `x.y` for minor) and pull latest commits.
278278
1. Bump plugin versions in `material-design.php`.
279279
1. Do `npm install`.
280280
1. Do `npm run build` and install the `material-design.zip` onto a normal WordPress install running a stable release build; do smoke test to ensure it works.
281-
1. [Draft new release](https://github.com/xwp/material-design-wp-plugin/releases/new) on GitHub targeting the required branch (`develop` for major, `x.y` for minor).
281+
1. [Draft new release](https://github.com/material-components/material-design-for-wordpress/releases/new) on GitHub targeting the required branch (`develop` for major, `x.y` for minor).
282282
1. Use the new plugin version as the tag (e.g. `1.2-beta3` or `1.2.1-RC1`)
283283
1. Use new version as the title, followed by some highlight tagline of the release.
284284
1. Attach the `material-design.zip` build to the release.
@@ -295,7 +295,7 @@ This will create an `material-design.zip` in the plugin directory which you can
295295

296296
Contributors who want to make a new release, follow these steps:
297297

298-
1. Create changelog draft on [Wiki page](https://github.com/xwp/material-design-wp-plugin/wiki/Release-Changelog-Draft).
298+
1. Create changelog draft on [Wiki page](https://github.com/material-components/material-design-for-wordpress/wiki/Release-Changelog-Draft).
299299
1. Gather props list of the entire release, including contributors of code, design, testing, project management, etc.
300300
1. Update readme including the description, contributors, and screenshots (as needed).
301301
1. For major release, draft blog post about the new release.
@@ -306,7 +306,7 @@ Contributors who want to make a new release, follow these steps:
306306
1. Ensure "Tested Up To" is updated to current WordPress version.
307307
1. Do `npm run build` and install the `material-design.zip` onto a normal WordPress install running a stable release build; do smoke test to ensure it works.
308308
1. Optionally do sanity check by comparing the `build` directory with the previously-deployed plugin on WordPress.org for example: `svn export https://plugins.svn.wordpress.org/material-design/trunk /tmp/material-design-trunk; diff /tmp/material-design-trunk/ ./build/` (instead of straight `diff`, it's best to use a GUI like `idea diff`, `phpstorm diff`, or `opendiff`).
309-
1. [Draft new release](https://github.com/xwp/material-design-wp-plugin/releases/new) on GitHub targeting the required branch (`develop` for major, `x.y` for minor):
309+
1. [Draft new release](https://github.com/material-components/material-design-for-wordpress/releases/new) on GitHub targeting the required branch (`develop` for major, `x.y` for minor):
310310
1. Use the new plugin version as the tag (e.g. `1.2.0` or `1.2.1`)
311311
1. Attach the `material-design.zip` build to the release.
312312
1. Add a changelog entry to the release, link to the compare view (comparing the previous release), and a link to the milestone.

contributing/project-management.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The [GitHub issues][issues] view serves as the “Awaiting Triage” backlog.
104104
| 9. | The issue goes through a final review and moved to the “Done” once approved or moved back to the “To Do” column if changes are required, in which case the cycle from the “To Do” column onwards is repeated. | `Project Manager`
105105
| 10. | The issue is closed. | `Project Manager`
106106

107-
[milestones]: https://github.com/xwp/material-design-wp-plugin/milestones
108-
[issues]: https://github.com/xwp/material-design-wp-plugin/issues
109-
[definition]: https://github.com/xwp/material-design-wp-plugin/projects/1
110-
[execution]: https://github.com/xwp/material-design-wp-plugin/projects/2
107+
[milestones]: https://github.com/material-components/material-design-for-wordpress/milestones
108+
[issues]: https://github.com/material-components/material-design-for-wordpress/issues
109+
[definition]: https://github.com/material-components/material-design-for-wordpress/projects/1
110+
[execution]: https://github.com/material-components/material-design-for-wordpress/projects/2

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"wordpress",
1111
"wordpress-plugin"
1212
],
13-
"homepage": "https://github.com/xwp/material-design-wp-plugin#readme",
13+
"homepage": "https://github.com/material-components/material-design-for-wordpress#readme",
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/xwp/material-design-wp-plugin.git"
16+
"url": "git+https://github.com/material-components/material-design-for-wordpress.git"
1717
},
1818
"bugs": {
19-
"url": "https://github.com/xwp/material-design-wp-plugin/issues"
19+
"url": "https://github.com/material-components/material-design-for-wordpress/issues"
2020
},
2121
"engines": {
2222
"node": ">=10",

plugin/material-design.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Plugin Name: Material Design
4-
* Plugin URI: https://github.com/xwp/material-design-wp-plugin
4+
* Plugin URI: https://github.com/material-components/material-design-for-wordpress
55
* Description: The official Material Design plugin for WordPress. Customize your site’s navigation, colors, typography, and shapes, use Material Components, and choose from over 1,000 Google Fonts and Material Design icons. From the team behind Google’s open-source design system.
66
* Version: 0.1.2
77
* Author: Material Design

plugin/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The official Material Design plugin for WordPress. Customize your site’s navig
1010
**Stable tag:** 0.1.0
1111
**License:** [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
1212

13-
[![Build Status](https://travis-ci.com/xwp/material-design-wp-plugin.svg?branch=develop)](https://travis-ci.com/xwp/material-design-wp-plugin) [![Coverage Status](https://coveralls.io/repos/xwp/material-design-wp-plugin/badge.svg?branch=develop)](https://coveralls.io/github/xwp/material-design-wp-plugin) [![Built with Grunt](https://gruntjs.com/cdn/builtwith.svg)](http://gruntjs.com)
13+
[![Build Status](https://travis-ci.com/material-components/material-design-for-wordpress.svg?branch=develop)](https://travis-ci.com/material-components/material-design-for-wordpress) [![Coverage Status](https://coveralls.io/repos/material-components/material-design-for-wordpress/badge.svg?branch=develop)](https://coveralls.io/github/material-components/material-design-for-wordpress) [![Built with Grunt](https://gruntjs.com/cdn/builtwith.svg)](http://gruntjs.com)
1414

1515
## Description ##
1616

@@ -71,5 +71,5 @@ Material Design is a design system created by Google and backed by open-source c
7171

7272
## Changelog ##
7373

74-
For the plugin’s changelog, please see [the Releases page on GitHub](https://github.com/xwp/material-design-wp-plugin/releases).
74+
For the plugin’s changelog, please see [the Releases page on GitHub](https://github.com/material-components/material-design-for-wordpress/releases).
7575

plugin/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ Material Design is a design system created by Google and backed by open-source c
6161

6262
== Changelog ==
6363

64-
For the plugin’s changelog, please see [the Releases page on GitHub](https://github.com/xwp/material-design-wp-plugin/releases).
64+
For the plugin’s changelog, please see [the Releases page on GitHub](https://github.com/material-components/material-design-for-wordpress/releases).

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The official Material Design plugin for WordPress. Customize your site’s navig
55

66
**Contributors:** [google](https://profiles.wordpress.org/google), [materialdesign](https://profiles.wordpress.org/materialdesign), [xwp](https://profiles.wordpress.org/xwp)
77

8-
[![Build Status](https://travis-ci.com/xwp/material-design-wp-plugin.svg?branch=develop)](https://travis-ci.com/xwp/material-design-wp-plugin) [![Coverage Status](https://coveralls.io/repos/xwp/material-design-wp-plugin/badge.svg?branch=develop)](https://coveralls.io/github/xwp/material-design-wp-plugin) [![Built with Grunt](https://gruntjs.com/cdn/builtwith.svg)](http://gruntjs.com)
8+
[![Build Status](https://travis-ci.com/material-components/material-design-for-wordpress.svg?branch=develop)](https://travis-ci.com/material-components/material-design-for-wordpress) [![Coverage Status](https://coveralls.io/repos/material-components/material-design-for-wordpress/badge.svg?branch=develop)](https://coveralls.io/github/material-components/material-design-for-wordpress) [![Built with Grunt](https://gruntjs.com/cdn/builtwith.svg)](http://gruntjs.com)
99

1010
## Description ##
1111

0 commit comments

Comments
 (0)