Plugin Directory

Changeset 3466419


Ignore:
Timestamp:
02/21/2026 02:04:16 PM (5 weeks ago)
Author:
someplus
Message:

Tagging version 1.1.0

Location:
some-plus-report-post/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • some-plus-report-post/trunk/readme.txt

    r3433075 r3466419  
    66Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 1.0.0
     8Stable tag: 1.1.0
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    118118== Changelog ==
    119119
     120= 1.1.0 =
     121* Version bump to 1.1.0
     122
    120123= 1.0.0 =
    121124* Initial release
  • some-plus-report-post/trunk/some-plus-report-post.php

    r3433075 r3466419  
    1111 * Plugin Name:       Some Plus Report Post
    1212 * Description:       Allow users to report inappropriate content. Admins can review and manage reported posts from the dashboard.
    13  * Version:           1.0.0
     13 * Version:           1.1.0
    1414 * Requires at least: 5.0
    1515 * Requires PHP:      7.4
     
    3030 * Plugin version.
    3131 */
    32 define( 'SPRP_VERSION', '1.0.0' );
     32define( 'SPRP_VERSION', '1.1.0' );
    3333
    3434/**
Note: See TracChangeset for help on using the changeset viewer.