3799 Commits

Author SHA1 Message Date
Tetrakern
eac3006b0c Add story meta cache rebuild on save
After all, why not? Why shouldn't I restore it immediately?
2024-08-26 13:43:13 +02:00
Tetrakern
844204fb05 Do not disable shortcode transient cache with cache plugin
They are purged anyway and this can be an issue if the frontpage is excluded from caching.
2024-08-26 11:32:28 +02:00
Tetrakern
932ec89c92 Bumb version to 5.23.0 v5.23.0 2024-08-24 18:42:19 +02:00
Tetrakern
755c28026e Add additional issue checks 2024-08-24 03:47:05 +02:00
Tetrakern
fabceeb2a9 Optimize card info box mask for tag pills 2024-08-24 01:42:49 +02:00
Tetrakern
95a4172159 Deal with flex box stretch issue 2024-08-24 01:35:05 +02:00
Tetrakern
a6ac055ee0 Add _no-tax modifier classes to shortcodes 2024-08-24 00:50:30 +02:00
Tetrakern
ac9cae1ab4 Bumb version to 5.23.0-beta2 2024-08-24 00:14:38 +02:00
Tetrakern
7a2711e1cf Update DOCUMENTATION.md 2024-08-24 00:05:45 +02:00
Tetrakern
f865187fc9 Replace chapter list meta row separator 2024-08-24 00:04:12 +02:00
Tetrakern
a579492839 Update CUSTOMIZE.md 2024-08-23 23:59:36 +02:00
Tetrakern
40223f4b6b Update CUSTOMIZE.md 2024-08-23 23:58:33 +02:00
Tetrakern
b3540174b9 Update FILTERS.md 2024-08-23 23:55:54 +02:00
Tetrakern
039b3ab50d Add filter for card term nodes 2024-08-23 23:35:49 +02:00
Tetrakern
3532f9bd23 Refactor shortcode and card tags 2024-08-23 23:12:24 +02:00
Tetrakern
6965ce7fb0 Add blank param to fictioneer_get_bullet_separator() 2024-08-23 18:20:41 +02:00
Tetrakern
eb07371570 Apply fictioneer_get_bullet_separator() to list shortcodes 2024-08-23 16:59:05 +02:00
Tetrakern
61f6f6cb29 Update FILTERS.md 2024-08-23 16:45:33 +02:00
Tetrakern
27823c7f8c Add filter for shortcode term nodes 2024-08-23 16:44:04 +02:00
Tetrakern
dcc00ee411 Use term ID as key for card term nodes 2024-08-23 16:43:23 +02:00
Tetrakern
bc3a3f657b Add fictioneer_get_bullet_separator() helper 2024-08-23 13:56:17 +02:00
Tetrakern
bdf31c400a Update card tag helper to be more universal
Now allows for other term types and is used on post cards as well.
2024-08-23 13:29:34 +02:00
Tetrakern
9c05ef2b2c Move pseudo-separator to CSS utilities 2024-08-23 12:42:23 +02:00
Tetrakern
e58fb9ed6d Move cookie partial into shortcode function 2024-08-22 20:26:14 +02:00
Tetrakern
802851a951 Clarify some meta box descriptions 2024-08-22 19:22:46 +02:00
Tetrakern
ead72539e1 Update fictioneer.pot 2024-08-22 14:06:42 +02:00
Tetrakern
999dacd142 Check for HTTPS in site and home URL 2024-08-22 14:05:24 +02:00
Tetrakern
6f9b1a204e Update config.codekit3 2024-08-22 13:48:47 +02:00
Tetrakern
202e2d9068 Update documentation 2024-08-22 13:23:26 +02:00
Tetrakern
124633565b Add comment for clarification 2024-08-22 00:44:05 +02:00
Tetrakern
113ffabc4e Improve story cover default 2024-08-22 00:24:23 +02:00
Tetrakern
1b07f028a4 Change Transient purge behavior 2024-08-22 00:18:05 +02:00
Tetrakern
fb3e86e6f1 Load post-list styles in Elementor 2024-08-22 00:06:30 +02:00
Tetrakern
9969c55ee2 Fix error in thumbnail helper 2024-08-21 23:52:27 +02:00
Tetrakern
8f4698b9c3 Bumb version to 5.23.0-beta1 2024-08-21 22:56:19 +02:00
Tetrakern
61bfbd49bc Add list type to shortcode and then some 2024-08-21 22:54:08 +02:00
Tetrakern
b4a500dd09 Fix fictioneer_truncate() v5.22.4 2024-08-21 21:06:14 +02:00
Tetrakern
bdd73952ac Fix warning in content gate for null posts 2024-08-21 20:18:38 +02:00
Tetrakern
21527f54d5 Added more help texts to settings 2024-08-20 21:38:10 +02:00
Tetrakern
ab251828d0 Update donation modal 2024-08-20 18:37:23 +02:00
Tetrakern
bd033c2c6d Check for mbstring extension 2024-08-20 15:40:19 +02:00
Tetrakern
f95bea8c82 Update INSTALLATION.md 2024-08-20 15:20:41 +02:00
Tetrakern
e31230bf7c Extend and fix checks for theme issues 2024-08-20 14:40:10 +02:00
Tetrakern
54db6f9d03 Added check for issues with the theme 2024-08-20 14:21:31 +02:00
Tetrakern
cf9de78607 Add constant for cache directory path and uri 2024-08-20 14:07:09 +02:00
Tetrakern
d91472d36a Remove selected option details
This can be done better and in-place on the settings theme via the helper modal. This is just redundant and needs to be kept up-to-date for little extra benefit.
2024-08-20 12:16:36 +02:00
Tetrakern
21d6918913 Increase list font sizes again 2024-08-20 02:50:00 +02:00
Tetrakern
0ec32aa749 Increase list font sizes 2024-08-20 02:42:33 +02:00
Tetrakern
56bc8ef05b Account for non-Latin in fictioneer_save_word_count() 2024-08-19 16:37:34 +02:00
Tetrakern
68f0a38cbc Make JS function existence check more verbose
Apparently, the short version does not always work for some reason. I cannot make sense of it, so I'm changing it to this.
2024-08-19 14:31:15 +02:00