Plugin Directory

Changeset 2933799


Ignore:
Timestamp:
07/04/2023 11:02:47 AM (3 years ago)
Author:
mi13
Message:

Update plugin

Location:
mi13-glossary/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mi13-glossary/trunk/mi13-glossary.php

    r2859983 r2933799  
    44Plugin URI:     https://wordpress.org/plugins/mi13-glossary/
    55Description:        Glossary plugin for your site (ru).
    6 Version:            2.6
     6Version:            2.7
    77Author:         mi13
    88Requires at least: 6.1.1
     
    605605        $string = get_the_content();
    606606        if(substr($string,0,3) === '<h3') {
     607            echo '<div class="mi13-glossary-article">';
    607608            the_content();
     609            echo '</div>';
    608610        }
    609         echo '<hr>';
    610611    }
    611612    wp_reset_postdata();
  • mi13-glossary/trunk/readme.txt

    r2859983 r2933799  
    33Tags: glossary, modal keys
    44Tested up to: 6.1.1
    5 Stable tag: 2.6
     5Stable tag: 2.7
    66License: GPLv2 or later
    77License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5555= 2.6 =
    5656* inline стиль вынесен в head.
     57= 2.7 =
     58* Добавлен класс для элементов глоссария.
Note: See TracChangeset for help on using the changeset viewer.