=== Adbear Random Order IDs for WooCommerce ===
Contributors: secilkars
Tags: woocommerce, order number, random order number, prefix, custom order id
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Requires Plugins: woocommerce
Stable tag: 1.1.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Generate custom, prefixed order numbers for WooCommerce instead of sequential order numbers.

== Description ==

Adbear Random Order IDs for WooCommerce replaces visible sequential order numbers with custom order numbers.

Features:
* Custom prefix setting
* Adjustable random number length
* Digits only or alphanumeric format
* Unique number collision check
* Works with WooCommerce order number display filters
* Search support for custom order numbers in admin

This plugin does not change the actual WordPress post ID or internal WooCommerce order ID. It only changes the displayed order number in a safe way.

WooCommerce is a trademark of Automattic Inc. This plugin is not affiliated with or endorsed by WooCommerce or Automattic.

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/adbear-random-order-ids-for-woocommerce` directory, or install the plugin through the WordPress plugins screen.
2. Activate the plugin through the "Plugins" screen in WordPress.
3. Make sure WooCommerce is active.
4. Go to **WooCommerce > Adbear Random Order IDs** to configure the prefix and format.

== Frequently Asked Questions ==

= Does this change the real order ID? =

No. It changes only the displayed WooCommerce order number.

= Can I set my own prefix? =

Yes. You can define a custom prefix from the plugin settings page.

= Can I use letters in the random part? =

Yes. You can choose either digits only or letters and digits.

== Changelog ==

= 1.1.4 =
* Ship settings styles as `assets/admin-settings.css`, scoped under `.adbear-ronfw-wrap`; enqueue with hook + fallback.

= 1.1.3 =
* Load settings screen CSS inline with the page output; show interface version for support.

= 1.1.2 =
* Fix admin settings styles loading (output via `admin_head` + screen check).

= 1.1.1 =
* Refreshed WooCommerce settings screen layout and styles.

= 1.1.0 =
* Renamed plugin to **Adbear Random Order IDs for WooCommerce** and slug/text domain to `adbear-random-order-ids-for-woocommerce` (WordPress.org naming guidelines).

= 1.0.4 =
* Plugin slug and text domain set to `orderlyx-for-woocommerce`.

= 1.0.3 =
* Plugin slug and text domain updated to `secilkars-orderlyx-for-woocommerce` for WordPress.org directory naming guidelines.

= 1.0.2 =
* Set plugin and author URIs, author display name, and readme Requires Plugins header.
* Add WordPress.org banner and icon image assets.

= 1.0.1 =
* Renamed plugin to Orderlyx for WooCommerce and updated text domain for WordPress.org directory guidelines.

= 1.0.0 =
* Initial release.
