Changeset 2981125
- Timestamp:
- 10/19/2023 10:42:45 AM (2 years ago)
- Location:
- admin-allow-by-ip/tags/1.0.2
- Files:
-
- 3 edited
-
README.md (modified) (1 diff)
-
README.txt (modified) (1 diff)
-
admin-allow-by-ip.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admin-allow-by-ip/tags/1.0.2/README.md
r2593835 r2981125 5 5 Requires at least: 5.0 6 6 Requires PHP: 5.6+ 7 Tested up to: 5.88 Stable tag: 1.0. 17 Tested up to: 6.3.2 8 Stable tag: 1.0.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
admin-allow-by-ip/tags/1.0.2/README.txt
r2593835 r2981125 5 5 Requires at least: 5.0 6 6 Requires PHP: 5.6+ 7 Tested up to: 5.88 Stable tag: 1.0. 17 Tested up to: 6.3.2 8 Stable tag: 1.0.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
admin-allow-by-ip/tags/1.0.2/admin-allow-by-ip.php
r2593836 r2981125 10 10 * 11 11 * @link https://profiles.wordpress.org/apsaraaruna/ 12 * @since 1.0. 112 * @since 1.0.2 13 13 * @package Admin_Allow_By_Ip 14 14 * … … 17 17 * Plugin URI: admin-allow-by-ip 18 18 * Description: Protect you wp-admin from hackers! You can allow wp-admin for specific IP(s). make sure you have static IP. 19 * Version: 1.0. 119 * Version: 1.0.2 20 20 * Author: Apsara Aruna 21 21 * Author URI: https://profiles.wordpress.org/apsaraaruna/ … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define('ADMIN_ALLOW_BY_IP_VERSION', '1.0. 0');38 define('ADMIN_ALLOW_BY_IP_VERSION', '1.0.2'); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.