3055 Commits

Author SHA1 Message Date
Tetrakern
d598514a3f Use wp_robots_no_robots filter if required 2024-05-17 10:32:48 +02:00
Tetrakern
997cf0ac9d Remove superfluous PHP closing tags 2024-05-16 21:45:26 +02:00
Tetrakern
f55425610c Even more multi-site registration crap
Seriously!
2024-05-16 20:35:05 +02:00
Tetrakern
5b911b250a Catch null args 2024-05-16 19:37:12 +02:00
Tetrakern
f2709fbaff Bump version to 5.18.1 2024-05-16 19:29:38 +02:00
Tetrakern
06f72065f4 Add custom style for wp-signup.php 2024-05-16 15:17:45 +02:00
Tetrakern
de863a6504 Add page wrapper to wp-signup 2024-05-16 14:27:37 +02:00
Tetrakern
89ae5fd6ba Show login modal for wp-login only 2024-05-16 14:26:59 +02:00
Tetrakern
97dc545a50 Update fictioneer.pot 2024-05-16 00:53:33 +02:00
Tetrakern
6b18fb924a Update frontend password section v5.18.0 2024-05-15 15:19:07 +02:00
Tetrakern
28e5f65201 Optimize JS 2024-05-15 15:10:51 +02:00
Tetrakern
20902e681c Consider horizontal screen collision for popup menu position 2024-05-15 15:07:42 +02:00
Tetrakern
3f3e0d6aaf Update shortcode examples 2024-05-15 13:42:53 +02:00
Tetrakern
0427c6639c Bump version to 5.18.0 2024-05-15 12:45:34 +02:00
Tetrakern
52313374a7 Fix card image seamless border radius 2024-05-15 12:41:47 +02:00
Tetrakern
f72d2e120d Update DOCUMENTATION.md 2024-05-15 11:39:36 +02:00
Tetrakern
a3e093911e Improve bookmarks shortcode 2024-05-15 11:35:14 +02:00
Tetrakern
61f27e26b6 Update doc comments 2024-05-15 09:57:43 +02:00
Tetrakern
13a1b5446f Update _setup-shortcodes.php 2024-05-15 09:49:51 +02:00
Tetrakern
4d707ac4ba Add option to show default WP login link 2024-05-15 01:22:03 +02:00
Tetrakern
48472f020a Update DOCUMENTATION.md 2024-05-14 23:07:33 +02:00
Tetrakern
9c816df834 Replace array utility with Elvis operator
Same result, easier to read, less overhead.
2024-05-14 22:59:02 +02:00
Tetrakern
edef44b7f5 Update customizer option description 2024-05-14 22:10:47 +02:00
Tetrakern
d41ae8f799 Add card image style Customizer option 2024-05-14 19:18:37 +02:00
Tetrakern
57705317ec Update data node cards 2024-05-14 16:56:31 +02:00
Tetrakern
5e57494df3 Merge branch 'main' into update_card_structure 2024-05-14 10:08:18 +02:00
Tetrakern
a4bafdce33 Bump version to 5.17.2 v5.17.2 2024-05-14 10:08:09 +02:00
Tetrakern
e624bb5b66 Fix time zone for post password expiration 2024-05-14 10:07:17 +02:00
Tetrakern
268fefe4d1 Move card header into grid container 2024-05-14 10:05:05 +02:00
Tetrakern
99ae6098c8 Fix time zone for post password expiration 2024-05-14 10:04:30 +02:00
Tetrakern
85c1ef3c9b Update DOCUMENTATION.md 2024-05-14 09:19:47 +02:00
Tetrakern
f179d8f16e Fix card menu being cut off on top 2024-05-14 01:14:10 +02:00
Tetrakern
c18d0feff5 Remove content-visibility: auto
Causes image to slightly warp and creates gaps to container elements. Also, Chrome adds an interaction observer for each element with this property, potentially slowing a site down instead of making it faster.
2024-05-13 23:47:04 +02:00
Tetrakern
ef5fa53d20 Update unavailable cards style 2024-05-13 23:30:45 +02:00
Tetrakern
20d60fdcd9 Rename custom property 2024-05-13 23:28:52 +02:00
Tetrakern
4f306efa3c Restructuring 4 2024-05-13 23:26:51 +02:00
Tetrakern
a36fca0c5d Fix and improve card CSS 2024-05-13 23:26:39 +02:00
Tetrakern
31aa9c64cc Restructuring 3 2024-05-13 21:32:33 +02:00
Tetrakern
a1d72a6d3a Restructuring 2 2024-05-13 21:03:17 +02:00
Tetrakern
dc6aa1edc8 Merge branch 'main' into update_card_structure 2024-05-13 13:24:34 +02:00
Tetrakern
ef9e50453a Bump version to 5.17.1 v5.17.1 2024-05-13 10:18:51 +02:00
Tetrakern
0761d222c8 Fix cad checkmarks being wrongly toggled
Stupid undefined.
2024-05-13 10:15:37 +02:00
Tetrakern
e9a74f0c55 Update DOCUMENTATION.md 2024-05-12 19:41:43 +02:00
Tetrakern
ed17b1d6cd Update FILTERS.md v5.17.0 2024-05-12 19:18:25 +02:00
Tetrakern
5db10bb6ec Add guard clause to discord message function
With the new filter, this allows to stop it without throwing errors.
2024-05-12 19:11:41 +02:00
Tetrakern
263bee6fd6 Fix post password bypass caching issue
This should now properly set all cookies first, so that cache plugins can figure out whether this post should be cached or not.
2024-05-12 18:29:08 +02:00
Tetrakern
e436e645ac Update DOCUMENTATION.md 2024-05-12 18:28:10 +02:00
Tetrakern
ddd154397a Update INSTALLATION.md 2024-05-12 18:28:05 +02:00
Tetrakern
0de03a04d2 Update DOCUMENTATION.md 2024-05-12 17:07:29 +02:00
Tetrakern
1d309886f6 Add message filters to Discord webhooks 2024-05-12 16:08:07 +02:00