=== ZeeMee Logo Banner ===
Contributors: Nichlas Findinge Larsen
Tags: logos, banner, partners, shortcode
Requires at least: 6.0
Tested up to: 6.9
Stable tag: 1.1.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Creates a scrolling partner logo banner with a custom post type, taxonomy filtering, and automatic UTM tagging based on the installed site domain.

== Description ==

ZeeMee Logo Banner creates a Partner Logos custom post type and a Partner Types taxonomy.

Use the shortcode below to render the banner:

[zeemee_logo_banner]

You can also filter by taxonomy slug:

[zeemee_logo_banner type="sponsors"]
[zeemee_logo_banner type="customers,sponsors"]

== Installation ==

1. Upload the plugin ZIP in WordPress.
2. Activate the plugin.
3. Add logos under Partner Logos.
4. Add a featured image and partner link for each logo.
5. Insert the shortcode on a page, post, or widget area.

== Changelog ==

= 1.1.3 =
Added an option to disable UTM parameters on individual logos.

= 1.1.2 =
* Updated UTM tagging so utm_source uses the installed site domain.
* Updated utm_campaign to logo+banner.
* Matched plugin version and Stable Tag.

= 1.1.1 =
* Removed tax_query usage to satisfy Plugin Check and kept shortcode filtering via PHP term matching.

= 1.1.0 =
* Improved WordPress Plugin Check compliance.
* Added readme.txt.
* Added languages directory.
* Removed manual textdomain loading.
* Improved input sanitization.
* Added translator comments.

= 1.0.0 =
* Initial release.
