Plugin Directory

Changeset 3135882


Ignore:
Timestamp:
08/15/2024 04:09:36 AM (20 months ago)
Author:
mi13
Message:

test to 6.6.1

Location:
mi13-comment-user-edit/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mi13-comment-user-edit/trunk/mi13-comment-user-edit.php

    r3073448 r3135882  
    22/*
    33Plugin Name: mi13 comment user edit
    4 Version: 1.7
    5 Plugin URI: https://wordpress.org/plugins/mi13-comment-user-edit/
     4Version:     1.8
     5Plugin URI:  https://wordpress.org/plugins/mi13-comment-user-edit/
    66Description: This plugin allows guests to edit their comments on your site.
    7 Author: mi13
    8 License: GPL2+
    9 Copyright: 2022-2023 Mihail Nebov (email: mihail_teo@mail.ru)
     7Author:      mi13
     8License:     GPL2+
    109*/
    1110
    12 if( !defined( 'ABSPATH')) exit();
     11if( !defined( 'ABSPATH') ) exit();
    1312
    1413function mi13_comment_user_edit_languages() {
  • mi13-comment-user-edit/trunk/readme.txt

    r3073448 r3135882  
    33Tags: comment
    44Requires at least: 4.7
    5 Tested up to: 6.5.2
    6 Stable tag: 1.7
     5Tested up to: 6.6.1
     6Stable tag: 1.8
     7License: GPL v2 or later
    78License URI: http://www.gnu.org/licenses/gpl-2.0.html
    8 License: GPL v2 or later
    99
    1010This plugin allows guests to edit their comments on your site.
     
    3434** 1.5 - Code optimization.
    3535** 1.6 - Removed display of the button for admin comments.
    36 ** 1.7 - Now, if the sender's address does not match the commenter's address, the sender will not be able to calculate the commenter's address.
     36** 1.7 - Now, if the sender's address does not match the commenter's address, the sender will not be able to calculate the commenter's address.
     37** 1.8 - tested to 6.6.1.
Note: See TracChangeset for help on using the changeset viewer.