4231 Commits

Author SHA1 Message Date
Tetrakern
e261a2a2f0 Fix chapter headings not adhering to color setting 2024-10-14 23:14:44 +02:00
Tetrakern
37d6da3d36 Some refinements
Mostly formatting to satisfy my OCD, but I also fixed that footnotes were counted even if they did not exist. The sup element was also always rendered in the dialog.
2024-10-14 20:01:25 +02:00
Tetrakern
3d516e598b Update fictioneer.pot 2024-10-14 19:05:56 +02:00
Tetrakern
ded31fb21b Fix option descriptions 2024-10-14 19:05:21 +02:00
Tetrakern
9328f155b3 Merge branch 'main' into pr/60 2024-10-14 19:02:27 +02:00
iniznet
7604be147f docs: fix wrong hook description line 2024-10-14 23:56:33 +07:00
iniznet
2979a030b4 a flag to skip the footnote generation in shortcode 2024-10-14 23:46:52 +07:00
iniznet
c410d214ae chore: forgot to explain the action hook 2024-10-14 23:41:51 +07:00
iniznet
77ea3aad92 chore: documentating 2024-10-14 23:34:30 +07:00
iniznet
66e0bfdb44 1, 2, 3 progress 2024-10-14 23:28:46 +07:00
Tetrakern
053ee09aa0 Bumb version to 5.25.0-beta5 2024-10-14 13:43:17 +02:00
Tetrakern
a7e8e452c9 Update README.md 2024-10-14 13:35:49 +02:00
Tetrakern
2bc7e7d29b Update ACTIONS.md 2024-10-14 13:24:28 +02:00
Tetrakern
353bf60745 Update CUSTOMIZE.md 2024-10-14 13:24:26 +02:00
Tetrakern
127dfb587d Update CUSTOMIZE.md 2024-10-14 13:20:00 +02:00
Tetrakern
1c53bc1dae Replace fictioneer_post_header_open action with filter 2024-10-14 13:00:44 +02:00
Tetrakern
5488718a68 Simplify blog post spacing
Cannot remember why I did it differently before.
2024-10-14 12:35:42 +02:00
Tetrakern
b769bcd5a4 Add fictioneer_post_article_open action hook 2024-10-14 11:40:34 +02:00
Tetrakern
554b39d062 Fix action parameter 2024-10-14 11:38:34 +02:00
Tetrakern
69d8f77432 Extend fictioneer_post_{*} action hooks 2024-10-14 11:36:10 +02:00
Tetrakern
071157d5dd Remove obsolete unquote() from SCSS 2024-10-14 00:58:19 +02:00
Tetrakern
33c72f2f8a Refined heading margins 2024-10-14 00:53:24 +02:00
Tetrakern
3a61840b30 Update fictioneer.pot 2024-10-13 21:19:50 +02:00
Tetrakern
467688b6a7 Update FILTERS.md 2024-10-13 21:18:24 +02:00
Tetrakern
ca4e93e17a Fix filter name 2024-10-13 21:18:22 +02:00
Tetrakern
b75c93e37f Use cache bust string for icon sprite 2024-10-13 18:24:45 +02:00
iniznet
3459ed1531 chore: fictioneer_store_footnote phpdoc 2024-10-13 23:15:36 +07:00
iniznet
6e7ef8923e chore: fix func docs 2024-10-13 23:10:18 +07:00
iniznet
d252e66a15 chore: add @since 2024-10-13 23:08:49 +07:00
iniznet
7c27007ba7 refactor: format & some sprinkles 2024-10-13 23:04:38 +07:00
iniznet
5147595253 feat: initial footnote addition to tooltip 2024-10-13 22:52:44 +07:00
Tetrakern
3a55c66f7b Add option to disable shortcode Transients 2024-10-13 14:15:20 +02:00
Tetrakern
b1893c2df5 Add fictioneer_enable_menu_transients() helper
This was overdue anyway.
2024-10-13 13:07:27 +02:00
Tetrakern
aa5ae7079e Remove obsolete FICTIONEER_CHAPTER_LIST_TRANSIENTS 2024-10-13 12:54:19 +02:00
Tetrakern
8335e45e9d Split off Caching group on general theme settings page 2024-10-13 12:53:06 +02:00
Tetrakern
ceafc06a54 Add option to disable chapter list Transients 2024-10-13 12:37:13 +02:00
Tetrakern
36ed7e0b32 Move up require for caching functions
Just makes more sense in that order, does not actually change anything.
2024-10-13 10:24:26 +02:00
Tetrakern
1615506c5b Add fictioneer_filter_body_attributes filter 2024-10-13 10:14:34 +02:00
Tetrakern
0f09c011c8 Remove device body classes
They didn't work with caching anyway.
2024-10-13 02:08:11 +02:00
Tetrakern
0c69dcedeb Update ACTIONS.md 2024-10-13 02:01:25 +02:00
Tetrakern
7b7ece7230 Really remove inline storage 2024-10-13 01:51:01 +02:00
Tetrakern
3c01b7bd0f Remove inline storage 2024-10-13 01:49:50 +02:00
Tetrakern
63f49f531d Disable removal of Splide placeholder styles
For now.
2024-10-13 01:08:33 +02:00
Tetrakern
9efe1863e7 Update fictioneer.pot 2024-10-13 00:47:27 +02:00
Tetrakern
f24338a9e5 Clean up error messages part 4 2024-10-13 00:43:49 +02:00
Tetrakern
07cdac120a Clean up error messages part 3 2024-10-13 00:36:43 +02:00
Tetrakern
ddad27c800 Spoke to soon
wp_cache_flush() is not reliable for external object caches.
2024-10-12 22:26:44 +02:00
Tetrakern
84e24a88eb Make use of wp_cache_flush()
Sometimes, the answer is right in front of you.
2024-10-12 22:02:04 +02:00
Tetrakern
e019391e72 Optimize Transient cache purge
Hopefully, this will work better with external object caches.
2024-10-12 21:29:00 +02:00
Tetrakern
d1aa57453b Fix typo in Transient key
Because it annoyed me.
2024-10-12 20:51:41 +02:00