63 Commits

Author SHA1 Message Date
wolfgang101
7d7703883c fix: broken, unnecessary aria-label functionality 2025-05-16 12:24:18 +02:00
wolfgang101
a20cbc72f7 feat: removed aria-label from media attachment links
so that alt attributes from media attachments will take precedent
2025-05-15 16:10:47 +02:00
wolfgang101
306b873af0 feat: v1.13-rc
release candidate for global accessibility awareness day updates
2025-05-15 14:26:37 +02:00
wolfgang101
ff15693136 docs: increase version number and update log 2025-05-09 12:09:25 +02:00
wolfgang101
2598b771d8 feat: a11y - add alt tag to images 2025-05-09 11:38:39 +02:00
wolfgang101
4ba567daa3 feat: favoring preview_url over remote_url for image previews 2025-05-08 11:57:40 +02:00
wolfgang101
bcf85ad7a9 feat: added image lazy loading 2025-05-07 16:19:53 +02:00
wolfgang101
2677abe28c feat: fixed typo (thank you @hjek) 2025-04-16 19:50:58 +02:00
wolfgang101
fd500a1e2d refactor: cleaned up code 2025-01-27 14:48:14 +01:00
wolfgang101
56a9fb25ae fix: XSS vulnerability concerning date-options in JS 2025-01-24 12:24:42 +01:00
wolfgang101
424909c665 fix: esc_url context that broke ajax url 2024-11-24 17:50:04 +01:00
wolfgang101
bca1e1bbd6 fix: date-locale and date-options params, misc maintenance cleanup 2024-11-23 22:40:25 +01:00
wolfgang101
dee77bb7c2 fix: imageSize option was broken 2024-11-22 11:43:33 +01:00
wolfgang101
db193b15ec fix: string escaping to harden against XSS vulnerability 2024-11-20 14:21:06 +01:00
wolfgang101
1ef17adf1d fix: bumped plugin version to 1.9.5 2024-11-16 02:17:06 +01:00
wolfgang101
c75582ca6b feat: added imageLink parameter 2024-11-16 02:10:14 +01:00
wolfgang101
5f6098b030 feat: added imageSize (preview, full) parameter & bumped version numbers 2024-11-16 01:03:41 +01:00
wolfgang101
1052cfa8cf fix: forgot to bump plugin version in actual plugin.php 2024-06-20 17:11:30 +02:00
wolfgang101
c272db0875 fix & feat: multiple fixes and features for version 1.9.4 2024-06-20 16:56:27 +02:00
wolfgang101
41003549d5 docs: updated version number and changelog 2023-10-13 13:18:26 +02:00
wolfgang101
1f81b16fb4 fix: improved excludeConversationStarters detection 2023-10-13 13:13:41 +02:00
wolfgang101
0e738f22bb fix: render js inline instead of footer
avoids broken JS if shortcode is pre-rendered / not visible on page
2023-10-13 13:05:25 +02:00
wolfgang101
0fe16d92af refactor: load JS in footer instead of embedding it with the html markup 2023-08-14 21:44:59 +02:00
wolfgang101
5ec42fbbe0 fix: style for embedded videos / GIFs 2023-07-05 13:31:14 +02:00
wolfgang101
3aee80d08c fix: broken excludeConversationStarters logic
also show meaningful message if no statuses are available
2023-06-23 21:36:00 +02:00
wolfgang101
efddb3c9b0 feat: added option to exclude posts starting with a user mention 2023-06-23 20:22:24 +02:00
wolfgang101
feb33aaeed fix: boolean param validation, overflowing links, embedded images css 2023-06-23 19:22:17 +02:00
Julian-Samuel Gebühr
e9f2cf447b
Add word wrap
This fixes the problem of long links overflowing
2023-06-20 08:35:54 +02:00
wolfgang101
2632e04405 refactor: improved plugin debug oconsole utput 2023-05-02 15:26:03 +02:00
wolfgang101
f2f7c7ec71 feat: added option to show/hide preview cards 2023-05-02 15:23:24 +02:00
wolfgang101
a9c0c50777 refactor: introducing plugin namespace in PHP 2023-05-02 15:05:48 +02:00
wolfgang101
96454df959 feat: added permalink + edited text customizations
Also bumped tested wordpress version to 6.2
2023-04-09 14:02:31 +02:00
wolfgang101
63c8df0292 feat: image attachments now clickable 2023-02-22 13:58:55 +01:00
wolfgang101
fac1dea6ab feat: added limit option 2022-12-09 15:36:17 +01:00
wolfgang101
bbf582627e feat: added linkTarget option 2022-12-09 15:18:39 +01:00
wolfgang101
75e6004158 feat: added option for tagged statuses 2022-12-09 14:55:36 +01:00
wolfgang101
3ecf935009 fix: emoji styling issue in account display names 2022-12-08 10:09:01 +01:00
wolfgang101
06fc64d977 fixed styling issue with boosted account links 2022-12-08 02:40:59 +01:00
wolfgang101
7c3b67cc94 feat: multiple features and fixes
* removed "view on instance" link and made date info clickable instead
* added custom date locale and format option
* fixed emoji and inline link styling issues in content blocks
* fixed an issue with gifv media attachments
* refactored option sanitizing and filtering
2022-12-08 02:28:04 +01:00
wolfgang101
f051fab01d docs: updated additional customizations section 2022-12-08 00:28:27 +01:00
wolfgang101
f088dde183 feat: added new feed options excludeReplies, onlyPinned, onlyMedia 2022-12-07 22:47:42 +01:00
wolfgang101
285ec189b5 fix: bumped plugin version number 2022-12-07 17:26:07 +01:00
wolfgang101
44f288fa00 feat: added option to exclude boosted statuses 2022-12-07 17:12:35 +01:00
wolfgang101
d68e0e895a feat: added option for custom content warning button text 2022-12-07 17:01:50 +01:00
wolfgang101
a2519704b3 feat: added gifv support and fixed media attachments bug 2022-12-07 16:42:26 +01:00
wolfgang101
cb220c2a0c feat: added config options for custom texts and bumped version to 1.1.0 2022-12-03 23:24:07 +01:00
wolfgang101
325910ba83 feat: show static avatars and animated avatars only on mouse over 2022-12-03 22:19:54 +01:00
wolfgang101
c892b0202c added option escaping and local file inclusion security 2022-12-02 11:22:04 +01:00
wolfgang101
2785f63bff preparing first release for wordpress plugin directory 2022-11-29 22:17:34 +01:00
wolfgang101
74e908fc3d added missing space for display name 2022-11-26 20:15:24 +01:00