Changeset 3354431
- Timestamp:
- 09/02/2025 07:45:33 AM (6 months ago)
- Location:
- axanet-tools/trunk
- Files:
-
- 2 edited
-
README.md (modified) (2 diffs)
-
axanet-tools.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
axanet-tools/trunk/README.md
r3354211 r3354431 5 5 Tested up to: 6.8 6 6 Requires PHP: 8.0 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 41 41 == Changelog == 42 42 43 == Changelog == 44 = 1.0.1 = 45 * Fixed: Version missmatch. 46 * Fixed: Text corrections. 47 43 48 = 1.0.0 = 44 49 * Initial release with features for disabling comments, customizing login logo and login security, disabling WP pages, managing admin bar, search & replace and maintenance mode. -
axanet-tools/trunk/axanet-tools.php
r3354408 r3354431 11 11 Plugin Name: axanet Tools 12 12 Description: Essential tools to edit login logo and login security, disable comments site-wide with optional deletion, disable system pages, manage admin bar visibility, search & replace database strings and control maintenance mode. 13 Version: 1.0. 013 Version: 1.0.1 14 14 Author: axanet GmbH 15 15 Author URI: https://axanet.ch … … 24 24 if ( ! defined( 'ABSPATH' ) ) exit; 25 25 26 define( 'AXANET_TOOLS_VERSION', '1.0. 0' );26 define( 'AXANET_TOOLS_VERSION', '1.0.1' ); 27 27 define( 'AXANET_TOOLS_PATH', plugin_dir_path( __FILE__ ) ); 28 28 define( 'AXANET_TOOLS_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.