Plugin Directory

Changeset 2933054


Ignore:
Timestamp:
07/02/2023 05:09:44 PM (3 years ago)
Author:
dhoppe
Message:

Version 1.7.53

Location:
encyclopedia-lexicon-glossary-wiki-dictionary/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • encyclopedia-lexicon-glossary-wiki-dictionary/trunk/includes/post-type.php

    r2923050 r2933054  
    131131    public static function getArchiveLink(string $filter = '', $taxonomy_term = null)
    132132    {
    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');
    134137
    135138        # Get base url
  • encyclopedia-lexicon-glossary-wiki-dictionary/trunk/plugin.php

    r2923050 r2933054  
    55Plugin URI: https://dennishoppe.de/en/wordpress-plugins/encyclopedia
    66Description: Encyclopedia enables you to create your own encyclopedia, lexicon, glossary, wiki, dictionary or knowledge base.
    7 Version: 1.7.52
     7Version: 1.7.53
    88Author: Dennis Hoppe
    99Author URI: https://DennisHoppe.de
  • encyclopedia-lexicon-glossary-wiki-dictionary/trunk/readme.txt

    r2923050 r2933054  
    177177== Changelog ==
    178178
     179= 1.7.53 =
     180* Added new filter encyclopedia_use_plain_prefix_url_structure to disable pretty links for prefix urls
     181
    179182= 1.7.52 =
    180183* Added basic WPGraphQL support
Note: See TracChangeset for help on using the changeset viewer.