Plugin Directory

Changeset 2755141


Ignore:
Timestamp:
07/12/2022 03:03:40 PM (4 years ago)
Author:
wppost
Message:

16.26.5

Location:
wp-recall
Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • wp-recall/trunk/add-on/rating-system/core.php

    r2737678 r2755141  
    610610    global $rating;
    611611
     612    if(empty($atts)){
     613        $atts = [];
     614    }
     615
    612616    $atts['select'] = array(
    613617        'object_id',
  • wp-recall/trunk/readme.txt

    r2748130 r2755141  
    55Requires at least: 4.6
    66Tested up to: 6.0
    7 Stable tag: 16.26.4
     7Stable tag: 16.26.5
    88Requires PHP: 7.0
    99License: GPL v2 or later
  • wp-recall/trunk/wp-recall.php

    r2748130 r2755141  
    44  Plugin URI: https://codeseller.ru/?p=69
    55  Description: Фронт-енд профиль, система личных сообщений и рейтинг пользователей на сайте вордпресс.
    6   Version: 16.26.4
     6  Version: 16.26.5
    77  Author: Plechev Andrey
    88  Author URI: https://codeseller.ru/
     
    1717final class WP_Recall {
    1818
    19     public $version = '16.26.4';
     19    public $version = '16.26.5';
    2020    public $child_addons = array();
    2121    public $need_update = false;
Note: See TracChangeset for help on using the changeset viewer.