Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Fixed GNU.social compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Nov 21, 2018
1 parent 2627d3c commit 88b75e5
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Donate link:** https://notiz.blog/donate/
**Requires at least:** 4.5
**Tested up to:** 4.9.9
**Stable tag:** 2.5.2
**Stable tag:** 2.5.3
**License:** MIT
**License URI:** https://opensource.org/licenses/MIT

Expand Down Expand Up @@ -68,6 +68,10 @@ If you are the author of a relevant plugin, or are planning one, contact us to g

## Changelog ##

### 2.5.3 ###

* Fixed GNU.social compatibility

### 2.5.2 ###

* Fixed Altenate-URL (feed)
Expand Down
2 changes: 1 addition & 1 deletion languages/ostatus-for-wordpress.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: OStatus 2.5.2\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/wordpress-ostatus\n"
"POT-Creation-Date: 2018-11-21 07:19:16+00:00\n"
"POT-Creation-Date: 2018-11-21 12:59:10+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
2 changes: 1 addition & 1 deletion ostatus-for-wordpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://notiz.blog/
* License: MIT
* License URI: http://opensource.org/licenses/MIT
* Version: 2.5.2
* Version: 2.5.3
* Text Domain: ostatus-for-wordpress
* Domain Path: /languages
*/
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: ostatus, federated, mastodon, social, gnusocial, statusnet
Donate link: https://notiz.blog/donate/
Requires at least: 4.5
Tested up to: 4.9.9
Stable tag: 2.5.2
Stable tag: 2.5.3
License: MIT
License URI: https://opensource.org/licenses/MIT

Expand Down Expand Up @@ -68,6 +68,10 @@ If you are the author of a relevant plugin, or are planning one, contact us to g

== Changelog ==

= 2.5.3 =

* Fixed GNU.social compatibility

= 2.5.2 =

* Fixed Altenate-URL (feed)
Expand Down
6 changes: 3 additions & 3 deletions templates/feed-ostatus-comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
xmlns="http://www.w3.org/2005/Atom"
xml:lang="<?php bloginfo_rss( 'language' ); ?>"
xmlns:thr="http://purl.org/syndication/thread/1.0"
xmlns:poco="http://portablecontacts.net/spec/1.0/"
xmlns:media="http://purl.org/syndication/atommedia/"
xmlns:ostatus="http://ostatus.org/schema/1.0/"
xmlns:poco="http://portablecontacts.net/spec/1.0"
xmlns:media="http://purl.org/syndication/atommedia"
xmlns:ostatus="http://ostatus.org/schema/1.0"
<?php
/** This action is documented in wp-includes/feed-atom.php */
do_action( 'atom_ns' );
Expand Down
6 changes: 3 additions & 3 deletions templates/feed-ostatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
xmlns:thr="http://purl.org/syndication/thread/1.0"
xml:lang="<?php bloginfo_rss( 'language' ); ?>"
xml:base="<?php bloginfo_rss( 'url' ); ?>/wp-atom.php"
xmlns:poco="http://portablecontacts.net/spec/1.0/"
xmlns:media="http://purl.org/syndication/atommedia/"
xmlns:ostatus="http://ostatus.org/schema/1.0/"
xmlns:poco="http://portablecontacts.net/spec/1.0"
xmlns:media="http://purl.org/syndication/atommedia"
xmlns:ostatus="http://ostatus.org/schema/1.0"
<?php
/**
* Fires at end of the Atom feed root to add namespaces.
Expand Down

0 comments on commit 88b75e5

Please sign in to comment.