Changeset 3466419
- Timestamp:
- 02/21/2026 02:04:16 PM (5 weeks ago)
- Location:
- some-plus-report-post/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
some-plus-report-post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
some-plus-report-post/trunk/readme.txt
r3433075 r3466419 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable tag: 1. 0.08 Stable tag: 1.1.0 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 118 118 == Changelog == 119 119 120 = 1.1.0 = 121 * Version bump to 1.1.0 122 120 123 = 1.0.0 = 121 124 * Initial release -
some-plus-report-post/trunk/some-plus-report-post.php
r3433075 r3466419 11 11 * Plugin Name: Some Plus Report Post 12 12 * Description: Allow users to report inappropriate content. Admins can review and manage reported posts from the dashboard. 13 * Version: 1. 0.013 * Version: 1.1.0 14 14 * Requires at least: 5.0 15 15 * Requires PHP: 7.4 … … 30 30 * Plugin version. 31 31 */ 32 define( 'SPRP_VERSION', '1. 0.0' );32 define( 'SPRP_VERSION', '1.1.0' ); 33 33 34 34 /**
Note: See TracChangeset
for help on using the changeset viewer.