Skip to content

Conversation

Konstant-gk
Copy link

Fixes #

Proposed changes:

Other information:

  • Have you written new tests for your changes, if applicable?

Testing instructions:

  • Go to '..'

Changelog entry

  • Automatically create a changelog entry from the details below.
Changelog Entry Details

Significance

  • Patch
  • Minor
  • Major

Type

  • Added - for new features
  • Changed - for changes in existing functionality
  • Deprecated - for soon-to-be removed features
  • Removed - for now removed features
  • Fixed - for any bug fixes
  • Security - in case of vulnerabilities

Message

Copy link
Member

@pfefferle pfefferle left a 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",
Copy link
Member

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.

Suggested change
"homepage": "https://github.com/pfefferle/wordpress-activitypub",
"homepage": "https://github.com/Automattic/wordpress-activitypub",

Comment on lines +23 to +25
"issues": "https://github.com/pfefferle/wordpress-activitypub/issues",
"source": "https://github.com/pfefferle/wordpress-activitypub",
"docs": "https://github.com/pfefferle/wordpress-activitypub/wiki"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep 7.2

Suggested change
"php": ">=7.4",
"php": ">=7.2",

"require-dev": {
"automattic/jetpack-changelogger": "6.0.0",
"phpunit/phpunit": "^8 || ^9",
"php": ">=7.4",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep 7.2

Suggested change
"php": ">=7.4",
"php": ">=7.2",

Comment on lines -38 to +80
"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}"
Copy link
Member

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!

Comment on lines +63 to +69
"autoload": {
"psr-4": {
"ActivityPub\\": "includes/"
},
"files": [
"includes/functions.php"
]
Copy link
Member

@pfefferle pfefferle Sep 14, 2025

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]",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove my email

Suggested change
"email": "[email protected]",

Comment on lines +15 to +20
{
"name": "Matthias Pfefferle",
"email": "[email protected]",
"homepage": "https://notiz.blog",
"role": "Lead Developer"
}
Copy link
Member

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!

Suggested change
{
"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"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants