<?xml version="1.0" encoding="utf-8"?>
<changelogs>
    <changelog>
        <element>autometa</element>
        <type>plugin</type>
        <version>2.0.1</version>
        <note>
            <item>Centralized update management through package-level update server only</item>
            <item>Removed individual update servers from plugin manifest</item>
            <item>All updates now managed through unified AutoMeta package</item>
        </note>
    </changelog>
    <changelog>
        <element>autometa</element>
        <type>plugin</type>
        <version>2.0.0</version>
        <note>
            <item>Major release: Now part of unified AutoMeta package with component</item>
            <item>Package-based installation and updates for streamlined management</item>
            <item>Synchronized version numbering across all extensions</item>
        </note>
    </changelog>
    <changelog>
        <element>autometa</element>
        <type>plugin</type>
        <version>1.2.3</version>
        <note>
            <item>Removed file logging entirely to prevent permission warnings</item>
            <item>Fixed logging permission errors by checking directory writability</item>
            <item>Improved error handling and logging stability</item>
        </note>
    </changelog>
    <changelog>
        <element>autometa</element>
        <type>plugin</type>
        <version>1.2.2</version>
        <note>
            <item>Fixed plugin display error caused by permission denied warnings</item>
            <item>Enhanced plugin initialization reliability</item>
        </note>
    </changelog>
    <changelog>
        <element>autometa</element>
        <type>plugin</type>
        <version>1.2.1</version>
        <note>
            <item>Added conditional debug mode (can be enabled/disabled in plugin settings)</item>
            <item>Created shared MetaDescriptionHelper utility for code consistency</item>
            <item>Improved file-based logging for troubleshooting</item>
            <item>Fixed manifest filename to match Joomla expectations</item>
        </note>
    </changelog>
    <changelog>
        <element>autometa</element>
        <type>plugin</type>
        <version>1.2.0</version>
        <note>
            <item>Modernized for Joomla 5 compatibility</item>
            <item>Implemented PSR-4 autoloading and namespaces</item>
            <item>Added service provider pattern</item>
        </note>
    </changelog>
    <changelog>
        <element>autometa</element>
        <type>plugin</type>
        <version>1.0.0</version>
        <note>
            <item>Initial release</item>
            <item>Automatically generates meta descriptions from article title and content</item>
            <item>Configurable max length, separator, and source options</item>
        </note>
    </changelog>
</changelogs>
