Plugin Directory

Changeset 3054953

Timestamp:
03/20/2024 05:03:33 AM (2 years ago)
Author:
biztechc
Message:

fixed vulnerability and cross site scripting, and wordpress 6.4.3 compatibility

Location:
copy-or-move-comments/trunk
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • copy-or-move-comments/trunk/readme.txt

    r2889974 r3054953  
    11=== Copy or Move Comments ===
    2 Contributors: biztechc
     2Contributors: biztechc,dharmeshthakor
    33Tags: Copy/move all comments, migrate WP comments, Copy/Move Pages comment, Copy all comments, Move all comments
    44Requires at least: 3.5.2
    5 Tested up to: 6.2
    6 Stable tag: 5.0.4
     5Tested up to: 6.4.3
     6Stable tag: 5.1.0
    77License: GPLv2 or later
    88
     
    18186. Admin can have select option for target post types.
    19197. After select post type next drop down selection will displaying all the post's title in which admin can copy comments or moving comments for that selected post.
    20  
     20
    2121
    2222== Installation ==
     
    3737
    3838== Changelog ==
     39= 5.1.0 =
     40* Compatibility with word-press : 6.4.3
     41* Compatibility with php : 8.2
     42* Fixed bug, vulnerability and php warnings .
     43* updated code to wordpress coding standards .
     44* Added data escaping and also updated data sanitization .
     45* Fixed: vulnerable to SQL Injection
     46* Fixed: vulnerable to Cross Site Scripting (XSS)
    3947= 5.0.4 =
    4048* Compatibility with word-press : 6.2
     
    5361* Add setting page which allows admin to displaying private posts/ pages into Source as well as Target section.
    5462= 3.0.1 =
    55 * Search filter in source and destination post selection 
     63* Search filter in source and destination post selection
    5664= 3.0.0 =
    57 * Release new feature that is copy/move comments whole replies history. 
     65* Release new feature that is copy/move comments whole replies history.
    5866= 2.0.0 =
    59 * For Copy/Move comments, Added Target Post Type also. 
     67* For Copy/Move comments, Added Target Post Type also.
    6068= 1.0.1 =
    61 * Solve vulnerability 
     69* Solve vulnerability
    6270= 1.0.0 =
    6371* First release this pluign
Note: See TracChangeset for help on using the changeset viewer.