You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -101,9 +101,9 @@ Add the following to the site.conf in sites-available:
101
101
102
102
Where 'blog' is the path to the subdirectory at which your blog resides.
103
103
104
-
### What if you are running your blog in a subdirectory, but have a different [wp_siteurl](https://wordpress.org/documentation/article/giving-wordpress-its-own-directory/)? ###
104
+
### What if you are running your blog in a subdirectory? ###
105
105
106
-
In that case you don't need the redirect, because the index.php will take care of that.
106
+
If you are running your blog in a subdirectory, but have a different [wp_siteurl](https://wordpress.org/documentation/article/giving-wordpress-its-own-directory/), you don't need the redirect, because the index.php will take care of that.
107
107
108
108
### Constants ###
109
109
@@ -133,6 +133,18 @@ For reasons of data protection, it is not possible to see the followers of other
133
133
134
134
## Changelog ##
135
135
136
+
### 2.5.0 ###
137
+
138
+
* Added: WebFinger cors header
139
+
* Added: WebFinger Content-Type
140
+
* Added: The Fediverse creator of a post to OpenGraph
141
+
* Improved: Try to lookup local users first for Enable Mastodon Apps
142
+
* Improved: Send also Announces for deletes
143
+
* Improved: Load time by adding `count_total=false` to `WP_User_Query`
144
+
* Fixed: Several WebFinger issues
145
+
* Fixed: Redirect issue for Application user
146
+
* Fixed: Accessibilty issues with missing screen-reader-text on User overview page
147
+
136
148
### 2.4.0 ###
137
149
138
150
* Added: A core/embed block filter to transform iframes to links
0 commit comments