Changeset 3466909
- Timestamp:
- 02/22/2026 02:35:18 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
r3466907 r3466909 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable tag: 1.1. 18 Stable tag: 1.1.2 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.2 = 121 * Version bump to 1.1.2 122 120 123 = 1.1.0 = 121 124 * Version bump to 1.1.0 -
some-plus-report-post/trunk/some-plus-report-post.php
r3466907 r3466909 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.1. 113 * Version: 1.1.2 14 14 * Requires at least: 5.0 15 15 * Requires PHP: 7.4 … … 30 30 * Plugin version. 31 31 */ 32 define( 'SPRP_VERSION', '1.1. 0' );32 define( 'SPRP_VERSION', '1.1.2' ); 33 33 34 34 /**
Note: See TracChangeset
for help on using the changeset viewer.