Plugin Directory

Changeset 3478250


Ignore:
Timestamp:
03/09/2026 03:06:28 PM (4 weeks ago)
Author:
a1tools
Message:

Version 2.0.0 — Media Management v2 with full SEO toolkit

Location:
a1-tools/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • a1-tools/trunk/a1-tools.php

    r3478245 r3478250  
    44 * Plugin URI:        https://tools.a-1chimney.com
    55 * Description:       Connects your WordPress site to the A1 Tools platform for centralized management of contact information, social media links, and business details.
    6  * Version:           1.10.0
     6 * Version:           2.0.0
    77 * Requires at least: 5.0
    88 * Requires PHP:      7.4
     
    2121
    2222// Plugin constants.
    23 define( 'A1TOOLS_VERSION', '1.10.0' );
     23define( 'A1TOOLS_VERSION', '2.0.0' );
    2424define( 'A1TOOLS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2525define( 'A1TOOLS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • a1-tools/trunk/readme.txt

    r3478245 r3478250  
    44Requires at least: 5.0
    55Tested up to: 6.9
    6 Stable tag: 1.10.0
     6Stable tag: 2.0.0
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    152152== Changelog ==
    153153
    154 = 1.10.0 =
     154= 2.0.0 =
    155155* Improved: Unified Save button — renames file (if changed) and saves all meta in one click
    156156* New: Delete button to permanently remove media files
Note: See TracChangeset for help on using the changeset viewer.