Plugin Directory

Changeset 3354431


Ignore:
Timestamp:
09/02/2025 07:45:33 AM (6 months ago)
Author:
axanet
Message:

Updated plugin to version 1.0.1

Location:
axanet-tools/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • axanet-tools/trunk/README.md

    r3354211 r3354431  
    55Tested up to: 6.8
    66Requires PHP: 8.0
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4141== Changelog ==
    4242
     43== Changelog ==
     44= 1.0.1 =
     45* Fixed: Version missmatch.
     46* Fixed: Text corrections.
     47
    4348= 1.0.0 =
    4449* 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  
    1111Plugin Name: axanet Tools
    1212Description: 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.0
     13Version: 1.0.1
    1414Author: axanet GmbH
    1515Author URI: https://axanet.ch
     
    2424if ( ! defined( 'ABSPATH' ) ) exit;
    2525
    26 define( 'AXANET_TOOLS_VERSION', '1.0.0' );
     26define( 'AXANET_TOOLS_VERSION', '1.0.1' );
    2727define( 'AXANET_TOOLS_PATH', plugin_dir_path( __FILE__ ) );
    2828define( 'AXANET_TOOLS_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.