4476 Commits

Author SHA1 Message Date
Tetrakern
f0158652b6 Disable floating for embed blocks 2023-02-08 23:19:14 +01:00
Tetrakern
7c18a1300a Fix comment 2023-02-08 22:48:07 +01:00
Tetrakern
1a7300ae89 Improve cleanup of relationship registry
Before, previously featured posts were not removed and would trigger unnecessary cache purges.
2023-02-08 21:36:36 +01:00
Tetrakern
7bca557c7e Add missing action condition 2023-02-08 21:04:34 +01:00
Tetrakern
f34ccfb2f6 Streamline constant
Now or never, before anyone uses them.
2023-02-08 20:54:54 +01:00
Tetrakern
d8f6ef9333 Add missing action condition 2023-02-08 20:43:53 +01:00
Tetrakern
3dc440a95f Update INSTALLATION.md 2023-02-08 20:34:03 +01:00
Tetrakern
6e5d30fdc4 Merge branch 'main' into storygraph_api 2023-02-08 20:25:23 +01:00
Tetrakern
b77fb8433c Rename constant to better reflect purpose 2023-02-08 20:13:11 +01:00
Tetrakern
b4471fedc7 Add constant to turn off story caches
In the unlikely case you have hundreds or thousands of stories, or you have a cache plugin anyway, you may want to not clutter the options table.
2023-02-08 20:02:59 +01:00
Tetrakern
e450709320 Clarify purpose of constant 2023-02-08 19:55:16 +01:00
Tetrakern
622d42da45 Set up endpoint 2023-02-08 19:51:48 +01:00
Tetrakern
c9f618ba2f Include API partial
Gotta start somewhere.
2023-02-08 14:46:09 +01:00
Tetrakern
9345102364 Fix gaps in card headers
Last time hopefully.
v5.0.16
2023-02-08 10:57:02 +01:00
Tetrakern
8ca379990f Bump version to 5.0.16 2023-02-07 23:10:41 +01:00
Tetrakern
e603b04a35 Remove some placeholder backgrounds from images 2023-02-07 22:33:33 +01:00
Tetrakern
13fcd0ad34 Update README.md v5.0.15 2023-02-07 21:02:44 +01:00
Tetrakern
854bc43345 Reduced minimum PHP version to 7.4
Local tests did not show any issues.
2023-02-07 16:18:18 +01:00
Tetrakern
b271e34b78 Update readme.txt 2023-02-07 16:17:46 +01:00
Tetrakern
d0ce320b90 Bump version to 5.0.15 2023-02-07 16:16:35 +01:00
Tetrakern
45e4fdae5d Fix mobile scroll performance for Chromium
Apparently, there is a bug in the render engine that causes scroll stuttering when certain styles are combined. In this case drop-shadow with an internal overflow scroll container. The contain property did not help. And since box-shadow works unless you use a clip-path, let's just use box-shadow.
2023-02-07 16:06:27 +01:00
Tetrakern
0ecd6b3990 Remove obsolete CSS class 2023-02-07 11:34:27 +01:00
Tetrakern
de6c09e11f Bump version to 5.0.14 v5.0.14 2023-02-06 10:03:22 +01:00
Tetrakern
821021e177 Fix icon spacing on cards 2023-02-06 09:17:33 +01:00
Tetrakern
0c2ac49f54 Fix checkmark position in grid view 2023-02-06 02:43:28 +01:00
Tetrakern
545a12cbbd Bump version to 5.0.13 v5.0.13 2023-02-05 13:49:06 +01:00
Tetrakern
2d306ee45d Fix non working bookmark scroll buttons 2023-02-05 13:45:16 +01:00
Tetrakern
9c7e94cd5f Update top anchor in chapter micro menu 2023-02-05 13:44:33 +01:00
Tetrakern
3e56c0ce7e Improve responsiveness of chapter action row v5.0.12 2023-02-04 16:40:05 +01:00
Tetrakern
4ad2e98d77 Bump version to 5.0.12 2023-02-04 16:27:52 +01:00
Tetrakern
ab117a5c6d Chapter width setting adds utility classes to main 2023-02-04 16:26:54 +01:00
Tetrakern
7352ecd5c3 Add sticky icon to story cards 2023-02-04 16:15:25 +01:00
Tetrakern
75c27cdb50 Improve output for story/chapter card excerpts 2023-02-04 15:22:13 +01:00
Tetrakern
ec18647fd1 Revert "Change color of chapter list meta from 700 to 800"
This reverts commit 068b3cf066ad7596a457ca69e91a58388c06e6a6.
2023-02-02 18:49:10 +01:00
Tetrakern
068b3cf066 Change color of chapter list meta from 700 to 800 2023-02-02 18:45:20 +01:00
Tetrakern
19cc0792e6 Change color of chapter list meta from 600 to 700 2023-02-02 10:51:20 +01:00
Tetrakern
6b9824d464 Bump version v5.0.11 2023-02-02 00:26:11 +01:00
Tetrakern
089e547fad Update ACTIONS.md 2023-02-01 23:25:03 +01:00
Tetrakern
d356374f42 Navigation menu items can now wrap on desktop
And focus-within keeps the nav bar visible like hover.
2023-02-01 23:24:17 +01:00
Tetrakern
f5f52a3fa9 Refactor sticky nav 2023-02-01 22:24:17 +01:00
Tetrakern
512e96d391 Update and move header background
Better container for positioning, less calculations, and the documentation was wrong too...
2023-02-01 21:40:28 +01:00
Tetrakern
0ff7fd245f Add missing args to fictioneer_header action 2023-02-01 21:08:45 +01:00
Tetrakern
14b9f454bf Remove border from range thumbs in FF 2023-02-01 17:36:40 +01:00
Tetrakern
29fd8d6fc6 Update current chapter highlight in mobile menu v5.0.10 2023-02-01 14:08:54 +01:00
Tetrakern
652642c956 Update BBCode list item margins 2023-02-01 12:18:29 +01:00
Tetrakern
1b289a1371 Bump version 2023-01-31 19:21:53 +01:00
Tetrakern
fe36c8f379 Site width formatting now only affects content
And does not longer potentially break the layout.
2023-01-31 19:21:05 +01:00
Tetrakern
d6ea6d72ba Update DOCUMENTATION.md v5.0.9 2023-01-31 08:10:22 +01:00
Tetrakern
1e981d5628 Bump version 2023-01-31 08:10:20 +01:00
Tetrakern
d4b6e439a6 Add excerpt support to pages. 2023-01-31 08:09:02 +01:00