Plugin Directory

Changeset 3475727


Ignore:
Timestamp:
03/05/2026 02:37:45 PM (4 weeks ago)
Author:
a1tools
Message:

v1.9.1: Team categories, services fix, version bump

Location:
a1-tools/trunk
Files:
2 edited

Legend:

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

    r3475718 r3475727  
    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.9.0
     6 * Version:           1.9.1
    77 * Requires at least: 5.0
    88 * Requires PHP:      7.4
     
    2121
    2222// Plugin constants.
    23 define( 'A1TOOLS_VERSION', '1.9.0' );
     23define( 'A1TOOLS_VERSION', '1.9.1' );
    2424define( 'A1TOOLS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2525define( 'A1TOOLS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • a1-tools/trunk/readme.txt

    r3474943 r3475727  
    44Requires at least: 5.0
    55Tested up to: 6.9
    6 Stable tag: 1.9.0
     6Stable tag: 1.9.1
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    151151
    152152== Changelog ==
     153
     154= 1.9.1 =
     155* New: Team member categories — assign members to categories (e.g., Management, Technicians, Office)
     156* New: Team members grouped by category with section headings on the website
     157* New: Category display order control via Elementor widget or shortcode attribute
     158* New: Category Heading style controls in Elementor (typography, color, border color, spacing)
     159* New: [a1tools_team category="Management"] — filter to a single category
     160* New: [a1tools_team category_order="Management, Technicians"] — set category display order
     161* Fix: Services tab now correctly discovers WordPress service pages
    153162
    154163= 1.9.0 =
Note: See TracChangeset for help on using the changeset viewer.