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
Copy file name to clipboardExpand all lines: readme.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,8 +126,8 @@ Install from the WordPress plugin directory. No setup needed.
126
126
127
127
These configuration options can be enabled by adding them to your wp-config.php
128
128
129
-
* `define('MICROPUB_AUTHENTICATION_ENDPOINT', 'https://indieauth.com/auth')` - Define a custom authentication endpoint.
130
-
* `define('MICROPUB_TOKEN_ENDPOINT', 'https://tokens.indieauth.com/token')` - Define a custom token endpoint
129
+
* `define('MICROPUB_AUTHENTICATION_ENDPOINT', 'https://indieauth.com/auth')` - Define a custom authentication endpoint. Can be overridden in the settings interface
130
+
* `define('MICROPUB_TOKEN_ENDPOINT', 'https://tokens.indieauth.com/token')` - Define a custom token endpoint. Can be overridden in the settings interface.
131
131
* `define('MICROPUB_NAMESPACE', 'micropub/1.0' )` - By default the namespace for micropub is micropub/1.0. This would allow you to change this for your endpoint
132
132
* `define('MICROPUB_DISABLE_NAG', 1 ) - Disable notices for insecure sites
133
133
* `define('MICROPUB_LOCAL_AUTH', 1 ) - Disable built in AUTH in favor of your own plugin. Recommend plugin developers use the filter `disable_micropub_auth` for this.
@@ -205,6 +205,11 @@ into markdown and saved to readme.md.
205
205
## Changelog
206
206
207
207
208
+
### 2.0.5 (2018-11-23)
209
+
* Move syndication trigger to after micropub hook in order to ensure final version is rendered before sending syndication
210
+
* Add settings UI for alternate authorization endpoint and token endpoint which will be hidden if Indieauth plugin is enabled
211
+
212
+
208
213
### 2.0.4 (2018-11-17)
209
214
* Issues raised on prior release.
210
215
* Removed generating debug messages when the data is empty
@@ -128,8 +128,8 @@ Install from the WordPress plugin directory. No setup needed.
128
128
129
129
These configuration options can be enabled by adding them to your wp-config.php
130
130
131
-
* `define('MICROPUB_AUTHENTICATION_ENDPOINT', 'https://indieauth.com/auth')` - Define a custom authentication endpoint.
132
-
* `define('MICROPUB_TOKEN_ENDPOINT', 'https://tokens.indieauth.com/token')` - Define a custom token endpoint
131
+
* `define('MICROPUB_AUTHENTICATION_ENDPOINT', 'https://indieauth.com/auth')` - Define a custom authentication endpoint. Can be overridden in the settings interface
132
+
* `define('MICROPUB_TOKEN_ENDPOINT', 'https://tokens.indieauth.com/token')` - Define a custom token endpoint. Can be overridden in the settings interface.
133
133
* `define('MICROPUB_NAMESPACE', 'micropub/1.0' )` - By default the namespace for micropub is micropub/1.0. This would allow you to change this for your endpoint
134
134
* `define('MICROPUB_DISABLE_NAG', 1 ) - Disable notices for insecure sites
135
135
* `define('MICROPUB_LOCAL_AUTH', 1 ) - Disable built in AUTH in favor of your own plugin. Recommend plugin developers use the filter `disable_micropub_auth` for this.
@@ -200,6 +200,10 @@ into markdown and saved to readme.md.
200
200
201
201
== Changelog ==
202
202
203
+
= 2.0.5 (2018-11-23) =
204
+
* Move syndication trigger to after micropub hook in order to ensure final version is rendered before sending syndication
205
+
* Add settings UI for alternate authorization endpoint and token endpoint which will be hidden if Indieauth plugin is enabled
206
+
203
207
= 2.0.4 (2018-11-17) =
204
208
* Issues raised on prior release.
205
209
* Removed generating debug messages when the data is empty
0 commit comments