[general]
name=FiberQ
description=Open-source fiber network design tools for QGIS (FTTH/GPON/FTTx)
about=FiberQ v1.1 helps telecom engineers and GIS professionals design, analyze, and document fiber optic networks inside QGIS. This version features improved QGIS version compatibility (3.22 LTR through 3.40+), modular architecture, English translations of all identifiers, and better maintainability. Some advanced features may require an activation key.

version=1.1.0
qgisMinimumVersion=3.22
qgisMaximumVersion=3.99

author=Vladimir Vukovic
email=vukovicvl@fiberq.net

icon=icons/fiberq.svg
category=Network
tags=fiber,ftth,gpon,fttx,telecom,postgis,network,design

homepage=https://www.fiberq.net/
repository=https://github.com/vukovicvl/fiberq
tracker=https://github.com/vukovicvl/fiberq/issues

license=GPL-3.0-or-later

class_name=FiberQPlugin

; v1.1.0 Changes (QGIS Repository Release):
; - QGIS 3.22-3.40+ compatibility layer (utils/compat.py)
; - Version checking at plugin load time
; - Fixed cable label length display issue
; - Graceful handling of deprecated APIs
; - Modular architecture with dedicated managers (Layer, Style, Data, Export)
; - English translations of all identifiers and comments
; - Improved code organization with ui/, dialogs/, tools/, core/ packages
; - Full backward compatibility with v1.0 projects
; - Added CRS sync button in Preview Map to sync CRS in pgAdmin4 and working project
;
; v1.0 (Initial release):
; - Core fiber network design tools
; - Route and cable management
; - Element placement (ODF, OTB, TB, etc.)
; - Export and BOM reporting
