=== Locker Lite for InPost (Italia) ===
Contributors: manapoint
Tags: woocommerce, inpost, shipping, locker, italy
Requires at least: 5.6
Tested up to: 6.9
Requires PHP: 7.2
Stable tag: 2.5.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A lightweight WooCommerce plugin to let customers select an InPost Locker or Point in Italy. Zero configuration, no API Token required!

== Description ==

**Locker Lite for InPost (Italia)** is the perfect solution for WooCommerce store owners in Italy who want to offer InPost Lockers and Points as a shipping method without dealing with complex configurations or API Tokens.

== External services ==

This plugin connects to the public InPost Points API (https://api-it-local-points.easypack24.net/v1/points) to retrieve the list of available lockers and pickup points in Italy.
It only sends the postal code (CAP) or the city name typed by the user in the search field to retrieve the nearest locations.
No personal user data (such as name, email, or order details) is transmitted to the API.
This service is provided by InPost:
Privacy Policy: https://inpost.it/politica-sulla-riservatezza
Terms of Service: https://terms.inpost-group.com/it/termi-e-condizioni

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/locker-lite-for-inpost` directory.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Go to WooCommerce > Settings > Shipping > Shipping Zones.
4. Add the "InPost Locker (Lite)" shipping method to your zone.

== Screenshots ==

1. The clean and fast search interface inside the WooCommerce Checkout.
2. Built-in validation blocking the order if no point is selected.
3. Order confirmation page displaying the selected pickup point details.
4. WooCommerce Order admin panel showing the selected Locker ID.

== Changelog ==

= 2.5.0 =
* Stabilized public release candidate
* Corrected Plugin Header for WordPress.org compliance
* Added point details display on Thank You Page and Emails
* Addressed Review Team feedback: Fixed escaping outputs, updated plugin name, updated prefixes, and documented external API calls.