[general]
name=Attribute Batch Editor
qgisMinimumVersion=3.16
qgisMaximumVersion=4.99
description=Batch edit attribute values with prefix, suffix, replace, find and replace, auto increment, fill empty, boolean, and date operations.
version=1.0.1
author=Alper YOLAL
email=alperyolal@gmail.com
about=A powerful plugin for batch editing attribute values in vector layers. Supports multiple operations: Add Prefix/Suffix, Replace Values, Remove Text (with regex), Find and Replace (with regex and exact match), Auto Increment (numbers and letters), Fill Empty (only null/empty values), Boolean (Set True, Set False, Toggle), and Date/Time (Set Date, Add Days, Subtract Days). Works with all features or selected features only. Includes undo support, live preview, and field type validation.

repository=https://github.com/lpryll/Attribute_Batch_Editor
tracker=https://github.com/lpryll/Attribute_Batch_Editor/issues
homepage=https://github.com/lpryll/Attribute_Batch_Editor

tags=attribute,batch,editor,prefix,suffix,replace,find,replace,regex,increment,fill,empty,null,field,edit,quick,boolean,date,datetime
category=Vector
icon=images/icon.svg
experimental=False
deprecated=False
server=False
hasProcessingProvider=no

changelog=
  1.0.1 - Added Boolean and Date support with system locale format. Operations are now filtered by field type automatically. Attribute table auto-refreshes after changes. Field type validation for Boolean and Date fields.
  1.0.0 - Plugin ready to upload.
