Matthias Pfefferle
9ac5d84f5c
updated readme
2023-10-23 14:56:37 +02:00
Matthias Pfefferle
acc632f05c
prepare v1.0.8
2023-10-23 09:03:15 +02:00
Chaitanya110703
247899312a
doc(README): remove typo ( #528 )
2023-10-23 07:26:17 +02:00
Matthias Pfefferle
b1773b5a0c
version bump
2023-10-13 11:02:56 +02:00
Matthias Pfefferle
2ef72a0364
API changes
2023-10-12 11:00:58 +02:00
Matthias Pfefferle
fd6cb84ba3
Fix compatibility with WebFinger and NodeInfo plugin
2023-10-11 11:09:37 +02:00
Matthias Pfefferle
cd6061a472
version bump
2023-10-10 20:41:57 +02:00
Matthias Pfefferle
12a9421c8c
version bump
2023-10-10 17:04:57 +02:00
Brandon Kraft
7b0fc062d7
README: add missing words ( #486 )
...
* README: add missing words
* updated ActivityPub
thanks @kraftbj
---------
Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
2023-10-04 15:36:55 +02:00
Matthias Pfefferle
d268bd9aee
version bump
2023-10-02 17:32:27 +02:00
Matthias Pfefferle
b4b934237d
version bump / changelog update
2023-09-22 09:40:45 +02:00
Matthias Pfefferle
4a94eae877
add path to route ( #438 )
...
* add path to route
fix #421
* added changelog entry
2023-09-21 09:04:51 +02:00
Jeremy Herve
fe07d5eb32
Blocks: short-circuit early on sites that do not support blocks ( #431 )
...
* Blocks: short-circuit early on sites that do not support blocks
Fixes #430
This is typically only the case for sites using a custom version of WordPress, like ClassicPress.
* let grunt build the markdown
* Check for block support earlier and add filter
One can now deactivate the blocks registered by ActivityPub like so:
```
add_filter( 'activitypub_site_supports_blocks', '__return_false' );
```
* Fix readme (gotta remember to use grunt)
* alias function
---------
Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
2023-09-15 10:38:47 +02:00
Terence Eden
f7ebced624
Fix .htaccess issue with subdomain ( #433 )
...
* Fix .htaccess instructions
* Update readme.txt
2023-09-15 08:47:30 +02:00
Jeremy Herve
2568f6651d
Post images: fix a typo in the hook name ( #429 )
...
* Post images: fix a typo in the hook name
Follow-up to #309
It should be '_post', not twice '_pre'.
* let grunt create the readme.md
---------
Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
2023-09-14 19:50:27 +02:00
Matthias Pfefferle
42d525c904
update readme
2023-09-11 15:19:27 +02:00
Matthias Pfefferle
5fbf931d41
sanitize user_login
2023-09-11 11:33:31 +02:00
Matthias Pfefferle
472196397e
Calckey is now firefish
...
and Akkoma (a pleroma fork) seems to also work fine!
2023-09-04 09:33:33 +02:00
Matt Wiebe
7aea1e8263
Add "Follow Me" block ( #395 )
...
The Follow Me block helps site visitors to follow you in the fediverse
---------
Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
2023-08-30 14:14:57 -05:00
Matthias Pfefferle
9a5cf66774
fix readme
2023-08-30 16:12:06 +02:00
Matt Wiebe
dd693c7e67
Words: copy and language consistency/improvements everywhere ( #404 )
...
* copy and language improvements everywhere
* remove "try"
thanks @cavalierlife
---------
Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
2023-08-28 14:12:10 +02:00
Matthias Pfefferle
6f63e6c651
update readme
2023-08-11 20:33:50 +02:00
Matthias Pfefferle
2ba6f6b8a7
Add upgrade notice
2023-08-02 10:44:56 +02:00
Matthias Pfefferle
9d30c413f0
fix readme
2023-07-28 20:40:37 +02:00
Jeremy Herve
ca5a3e24b1
General: load plugin faster ( #376 )
...
Fixes #375
Related discussion: p1690454109597069-slack-C04TJ8P900J
Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
2023-07-27 15:00:08 +02:00
Matthias Pfefferle
5fd61b98f6
Add followers block to the readmes changelog
2023-07-27 10:44:13 +02:00
Matthias Pfefferle
7ac2533940
auto generate README.md
...
@jeherve there is a grunt task to auto generate the readme.md from the readme.txt
simply run `npm install` and then `grunt` in your terminal.
2023-07-26 19:57:53 +02:00
Jeremy Herve
ef369e8ca8
General: update tested WP version for upcoming WordPress 6.3.
2023-07-26 19:38:50 +02:00
Matthias Pfefferle
3289c7bb48
Version bump
2023-07-20 13:21:29 +02:00
Matthias Pfefferle
964ceee869
fix tests
2023-07-17 17:23:13 +02:00
Matthias Pfefferle
f11cf7c1f0
update readme
2023-06-01 14:50:55 +02:00
Matthias Pfefferle
bc54598828
Fix CI and added Calckey
2023-05-23 19:10:30 +02:00
Matthias Pfefferle
653b1f9fae
added missing $2
...
see #339
2023-05-22 13:38:44 +02:00
Matthias Pfefferle
c1b644aee1
Fix #339
2023-05-22 11:33:02 +02:00
Matthias Pfefferle
0e193914fa
update URLs
2023-05-04 09:01:23 +02:00
Matthias Pfefferle
70fe654c95
fix ordered lists
2023-03-19 08:42:33 +01:00
Matthias Pfefferle
becef59452
improve readme
...
thanks a lot @cavalierlife
2023-03-18 21:59:09 +01:00
Matthias Pfefferle
ced22eebf2
remove donation link
2023-03-07 19:40:47 +01:00
Matthias Pfefferle
5f1859275b
version bump
2023-03-03 09:06:43 +01:00
Matthias Pfefferle
c0cb540c4d
Fix handling of password protected posts
2023-03-02 09:54:52 +01:00
Matthias Pfefferle
62ef84aff7
version bump
2023-02-20 21:19:52 +01:00
Matthias Pfefferle
21cff7f24b
version bump
2023-02-20 18:17:02 +01:00
Matthias Pfefferle
c89d8f2265
fix #269
2023-02-02 18:13:21 +01:00
Matthias Pfefferle
531bdc17b0
fix #266
2023-02-02 08:18:10 +01:00
Matthias Pfefferle
62f0c9a1bf
updated readme
2023-01-31 17:12:30 +01:00
Matthias Pfefferle
9902479cfd
update readme
2023-01-31 09:57:00 +01:00
Matthias Pfefferle
ddbcd44b6f
fix #214
...
thanks @mexon
2023-01-27 15:48:28 +01:00
Matthias Pfefferle
1a2885c17a
add changelog
2023-01-13 09:18:25 +01:00
Matthias Pfefferle
195727bc78
update readme
2022-12-27 20:44:36 +01:00
Matthias Pfefferle
8a5f575803
update readme
2022-12-27 17:26:33 +01:00