Skip to content

Commit f1c07a9

Browse files
committed
Fix GitHub URLs to php-collective org
1 parent bc704db commit f1c07a9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232
- Comments always processed with safe mode
3333
- XSS protection via djot-php safe mode
3434

35-
[Unreleased]: https://github.com/dereuromark/wp-djot/compare/v1.0.0...HEAD
36-
[1.0.0]: https://github.com/dereuromark/wp-djot/releases/tag/v1.0.0
35+
[Unreleased]: https://github.com/php-collective/wp-djot/compare/v1.0.0...HEAD
36+
[1.0.0]: https://github.com/php-collective/wp-djot/releases/tag/v1.0.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "dereuromark/wp-djot",
2+
"name": "php-collective/wp-djot",
33
"description": "WordPress plugin for Djot markup language support",
44
"type": "wordpress-plugin",
55
"license": "MIT",

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ WP Djot adds support for the [Djot](https://djot.net/) markup language in WordPr
4848
= Links =
4949

5050
* [Djot Syntax Reference](https://djot.net/)
51-
* [GitHub Repository](https://github.com/dereuromark/wp-djot)
52-
* [Report Issues](https://github.com/dereuromark/wp-djot/issues)
51+
* [GitHub Repository](https://github.com/php-collective/wp-djot)
52+
* [Report Issues](https://github.com/php-collective/wp-djot/issues)
5353

5454
== Installation ==
5555

wp-djot.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22
/**
33
* Plugin Name: WP Djot
4-
* Plugin URI: https://github.com/dereuromark/wp-djot
5-
* Description: Djot markup language support for WordPress. Convert Djot syntax to HTML in posts, pages, and comments.
4+
* Plugin URI: https://github.com/php-collective/wp-djot
5+
* Description: <a href="https://djot.net/" target="_blank">Djot</a> markup language support for WordPress – a modern, cleaner alternative to Markdown with syntax highlighting. Convert Djot syntax to HTML in posts, pages, and comments.
66
* Version: 1.0.0
77
* Requires at least: 6.0
88
* Requires PHP: 8.2
99
* Author: Mark Scherer
10-
* Author URI: https://www.dereuromark.de
10+
* Author URI: https://github.com/php-collective
1111
* License: MIT
1212
* License URI: https://opensource.org/licenses/MIT
1313
* Text Domain: wp-djot

0 commit comments

Comments
 (0)