Plugin Directory

Changeset 3254727


Ignore:
Timestamp:
03/12/2025 11:38:47 AM (13 months ago)
Author:
wppost
Message:

16.26.13

Location:
wp-recall
Files:
493 added
3 edited

Legend:

Unmodified
Added
Removed
  • wp-recall/trunk/add-on/publicpost/functions-ajax.php

    r3250094 r3254727  
    166166    rcl_reset_wp_dependencies();
    167167
    168     if(!current_user_can('author')){
     168    if(!current_user_can('publish_posts')){
    169169        wp_send_json( [ 'error' => __( 'Вы не можете редактировать эту публикацию', 'wp-recall' ) ] );
    170170    }
  • wp-recall/trunk/readme.txt

    r3250094 r3254727  
    44Tags: user profile, members, community, private message, forum
    55Requires at least: 4.6
    6 Tested up to: 6.5
    7 Stable tag: 16.26.12
     6Tested up to: 6.7
     7Stable tag: 16.26.13
    88Requires PHP: 7.0
    99License: GPL v2 or later
  • wp-recall/trunk/wp-recall.php

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