Changeset 2933054
- Timestamp:
- 07/02/2023 05:09:44 PM (3 years ago)
- Location:
- encyclopedia-lexicon-glossary-wiki-dictionary/trunk
- Files:
-
- 3 edited
-
includes/post-type.php (modified) (1 diff)
-
plugin.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
encyclopedia-lexicon-glossary-wiki-dictionary/trunk/includes/post-type.php
r2923050 r2933054 131 131 public static function getArchiveLink(string $filter = '', $taxonomy_term = null) 132 132 { 133 $permalink_structure = get_Option('permalink_structure'); 133 if (apply_filters('encyclopedia_use_plain_prefix_url_structure', false)) 134 $permalink_structure = ''; 135 else 136 $permalink_structure = get_Option('permalink_structure'); 134 137 135 138 # Get base url -
encyclopedia-lexicon-glossary-wiki-dictionary/trunk/plugin.php
r2923050 r2933054 5 5 Plugin URI: https://dennishoppe.de/en/wordpress-plugins/encyclopedia 6 6 Description: Encyclopedia enables you to create your own encyclopedia, lexicon, glossary, wiki, dictionary or knowledge base. 7 Version: 1.7.5 27 Version: 1.7.53 8 8 Author: Dennis Hoppe 9 9 Author URI: https://DennisHoppe.de -
encyclopedia-lexicon-glossary-wiki-dictionary/trunk/readme.txt
r2923050 r2933054 177 177 == Changelog == 178 178 179 = 1.7.53 = 180 * Added new filter encyclopedia_use_plain_prefix_url_structure to disable pretty links for prefix urls 181 179 182 = 1.7.52 = 180 183 * Added basic WPGraphQL support
Note: See TracChangeset
for help on using the changeset viewer.