Skip to content

Commit 19540ed

Browse files
committed
Switch everything to the humanmade organisation. Bump version number because.
1 parent 1b42fba commit 19540ed

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "johnbillion/network-media-library",
2+
"name": "humanmade/network-media-library",
33
"type": "wordpress-muplugin",
44
"description": "Network Media Library provides a central media library that's shared across all sites on the Multisite network.",
55
"keywords": ["wordpress", "plugin", "multisite"],
6-
"homepage": "https://github.com/johnbillion/network-media-library",
6+
"homepage": "https://github.com/humanmade/network-media-library",
77
"license": "MIT",
88
"authors": [
99
{

network-media-library.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212
* - [Network Shared Media](https://wordpress.org/plugins/network-shared-media/)
1313
*
1414
* @package network-media-library
15-
* @link https://github.com/johnbillion/network-media-library
15+
* @link https://github.com/humanmade/network-media-library
1616
* @author John Blackbourn <[email protected]>, Dominik Schilling <[email protected]>, Frank Bültge <[email protected]>
1717
* @copyright 2018 John Blackbourn
1818
* @license https://opensource.org/licenses/MIT
1919
*
2020
* Plugin Name: Network Media Library
2121
* Description: Network Media Library provides a central media library that's shared across all sites on the Multisite network.
2222
* Network: true
23-
* Plugin URI: https://github.com/johnbillion/network-media-library
24-
* Version: 1.2.0
23+
* Plugin URI: https://github.com/humanmade/network-media-library
24+
* Version: 1.3.0
2525
* Author: John Blackbourn, Dominik Schilling, Frank Bültge
26-
* Author URI: https://github.com/johnbillion/network-media-library/graphs/contributors
26+
* Author URI: https://github.com/humanmade/network-media-library/graphs/contributors
2727
* License: MIT
2828
* License URI: ./LICENSE
2929
* Text Domain: network-media-library

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ add_filter( 'network-media-library/site_id', function( $site_id ) {
2121

2222
## Installation
2323

24-
The plugin is available as a [Composer package](https://packagist.org/packages/johnbillion/network-media-library).
24+
The plugin is available as a [Composer package](https://packagist.org/packages/humanmade/network-media-library).
2525

26-
composer require johnbillion/network-media-library
26+
composer require humanmade/network-media-library
2727

2828
If you don't wish to use Composer, install the plugin as you would normally.
2929

0 commit comments

Comments
 (0)