IMPROVED: twig-function wp_get_page_properties() now has a node "requestdata" with some $_SERVER-Data like HTTP_REFERER, REQUEST_URI, REMOTE_ADDR, HTTP_USER_AGENT etc.
IMPROVED: JCI-PRO-Block now uses POST- instead of GET-API-requests
Plugin ok with WordPress 6.4
Version 3.8.0. (August 14 2023):
Plugin ok with WordPress 6.3
REMOVED, PLEASE CHECK! The Parser you might know from the free JCI Plugin is removed from the PRO version. Use Twig only in the PRO Plugin. If you need help, you're welcome to open a support ticket!
REMOVED, PLEASE CHECK! twig1, twig243, twig3. Still there: twig332, twig332adj, twig351adj. You might have to check your JCI PRO Shortcodes & Templates to upgrade to a newer twig-version. Syntax like {% for g in _context if g.field %} do not work any more, replace this by a for- and a if-syntax.
PLEASE CHECK: if you use non UTF8-Data: utf8_decode, utf8_encode is deprecated in PHP 8.2, replaced by mb_convert_encoding and mb_list_encodings
NEW: twig function wp_get_taxonomy(PageID, taxonomySlug, debugFlag) to get a list of Taxonomies for a PageID