-
Notifications
You must be signed in to change notification settings - Fork 82
Made it a bit more explanatory and easier to understand for beginners #2184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: trunk
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for you PR, but it seems to break all the PHP runner (PHPUnit and PHPCS).
I also added some inline comments.
"decentralized", | ||
"social-network" | ||
], | ||
"homepage": "https://github.com/pfefferle/wordpress-activitypub", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The main repo is this one now.
"homepage": "https://github.com/pfefferle/wordpress-activitypub", | |
"homepage": "https://github.com/Automattic/wordpress-activitypub", |
"issues": "https://github.com/pfefferle/wordpress-activitypub/issues", | ||
"source": "https://github.com/pfefferle/wordpress-activitypub", | ||
"docs": "https://github.com/pfefferle/wordpress-activitypub/wiki" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"issues": "https://github.com/pfefferle/wordpress-activitypub/issues", | |
"source": "https://github.com/pfefferle/wordpress-activitypub", | |
"docs": "https://github.com/pfefferle/wordpress-activitypub/wiki" | |
"issues": "https://github.com/Automattic/wordpress-activitypub/issues", | |
"source": "https://github.com/Automattic/wordpress-activitypub", | |
"docs": "https://github.com/Automattic/wordpress-activitypub/tree/trunk/docs" |
"require": { | ||
"php": ">=7.2", | ||
"composer/installers": "^1.0 || ^2.0" | ||
"php": ">=7.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please keep 7.2
"php": ">=7.4", | |
"php": ">=7.2", |
"require-dev": { | ||
"automattic/jetpack-changelogger": "6.0.0", | ||
"phpunit/phpunit": "^8 || ^9", | ||
"php": ">=7.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please keep 7.2
"php": ">=7.4", | |
"php": ">=7.2", |
"changes-dir": ".github/changelog/", | ||
"link-template": "https://github.com/Automattic/wordpress-activitypub/compare/${old}...${new}" | ||
"changes-dir": ".changelog/", | ||
"link-template": "https://github.com/pfefferle/wordpress-activitypub/compare/${old}...${new}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do not change... This is needed exactly as it is!
"autoload": { | ||
"psr-4": { | ||
"ActivityPub\\": "includes/" | ||
}, | ||
"files": [ | ||
"includes/functions.php" | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please do not add an autoloader, the plugin comes with it's own autoloader!
"authors": [ | ||
{ | ||
"name": "Matthias Pfefferle", | ||
"email": "[email protected]", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove my email
"email": "[email protected]", |
{ | ||
"name": "Matthias Pfefferle", | ||
"email": "[email protected]", | ||
"homepage": "https://notiz.blog", | ||
"role": "Lead Developer" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we add authors, we should add Konstantin and Automattic!
{ | |
"name": "Matthias Pfefferle", | |
"email": "[email protected]", | |
"homepage": "https://notiz.blog", | |
"role": "Lead Developer" | |
} | |
{ | |
"name": "Automattic", | |
"homepage": "https://automattic.com", | |
"role": "Developer" | |
}, | |
{ | |
"name": "Matthias Pfefferle", | |
"homepage": "https://notiz.blog", | |
"role": "Developer" | |
}, | |
{ | |
"name": "Konstantin Obenland", | |
"homepage": "https://obenland.it", | |
"role": "Developer" | |
} |
Fixes #
Proposed changes:
Other information:
Testing instructions:
Changelog entry
Changelog Entry Details
Significance
Type
Message