Plugin Directory

Changeset 2834088


Ignore:
Timestamp:
12/14/2022 10:22:08 PM (3 years ago)
Author:
VBog
Message:

Version 2.2.1

Location:
bg-patriarchia-bu/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bg-patriarchia-bu/trunk/bg_pbu.php

    r2598289 r2834088  
    44    Plugin URI: https://bogaiskov.ru/bg_pbu/
    55    Description: Plugin copies liturgical guides from the Patriarchia.ru and inserts them into a page on your site.
    6     Version: 2.2
     6    Version: 2.2.1
    77    Author: VBog
    88    Author URI: https://bogaiskov.ru
     
    3737}
    3838
    39 define('BG_PBU_VERSION', '2.2');
     39define('BG_PBU_VERSION', '2.2.1');
    4040
    4141// Таблица стилей для плагина
     
    5050}
    5151// Вставляет шорт-код [patriarchiaBU] с приоритетом 1
    52 function bg_pbu_proc() {
    53     $content = get_the_content();
     52function bg_pbu_proc($content) {
    5453    if ( has_shortcode( $content, 'patriarchiaBU' ) ) {
    5554        $pattern = get_shortcode_regex( array('patriarchiaBU') );
  • bg-patriarchia-bu/trunk/readme.txt

    r2598289 r2834088  
    44Tags: orthodoxy, Christianity, worship, liturgy, православие, христианство, богослужения, литургия
    55Requires at least: 3.0.1
    6 Tested up to: 5.8.1
     6Tested up to: 6.1.1
    77Stable tag: trunk
    88License: GPLv2
     
    8080== Changelog ==
    8181
     82= 2.2.1 =
     83
     84* Исправлена старая ошибка нарушающая корректную работу фильтра `the_content`
     85
    8286= 2.2 =
    8387
Note: See TracChangeset for help on using the changeset viewer.