[general]
name=PluginBuilderEnterprise
about=An advanced QGIS plugin generator for QGIS 4 and Qt6.
category=Plugins
hasProcessingProvider=False
description=Creates complete QGIS plugin skeletons with full metadata, documentation, icon wiring, and optional components.
icon=resources/images/icon.png
tags=plugin,plugins,template,builder,generator

author=Dr. Geol. Faustino Cetraro
email=geol-faustino@libero.it
homepage=https://github.com/drFaustino/plugin_builder_enterprise
repository=https://github.com/drFaustino/plugin_builder_enterprise
tracker=https://github.com/drFaustino/plugin_builder_enterprise

deprecated=False
experimental=False
qgisMinimumVersion=4.00
qgisMaximumVersion=4.99

version=1.1.1
changelog=
  Version 1.1.1:
    - Removed unused field `plugin_dependencies=` from metadata.
   
  Version 1.1.0:
    - Added plugin_dir_name to generator context.
    - Updated BASE_INIT template with correct indentation and variable substitution.
    - Removed deprecated UI checkbox and cleaned wizard logic.
    - Improved metadata validation and internal consistency.
    - Fixed missing variable substitution in templates.
    - Fixed incorrect import path in generated __init__.py.

  Version 1.0.0:
    - First complete Qt6-ready release.
