=== Company Data Manager ===
Contributors: WebProWP
Tags: company, contact information, social media, company data
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.0
Stable tag: 1.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A plugin for managing and displaying essential company information, including contact details and social media links.

== Description ==
Company Data Manager allows users to manage essential company information from a dedicated admin panel in WordPress. It includes fields for contact information such as email, CIF/NIF, TIN/EIN, address, phone, website, and social media profiles. Users can display this information on their site using shortcodes.

== Installation ==
1. Upload the `company-data-manager` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Navigate to "Company Data" in the WordPress admin to enter your company information.

== Shortcodes ==
Use these shortcodes to display specific company data fields on your website.

* `[company_email]` - Display the company's email address.
* `[company_nif]` - Display the company's CIF/NIF.
* `[company_address]` - Display the company's address.
* `[company_phone]` - Display the company's phone number.
* `[company_website]` - Display the company's website.
* `[company_x]` - Display the company's X profile.
* `[company_youtube]` - Display the company's YouTube profile.
* `[company_instagram]` - Display the company's Instagram profile.
* `[company_linkedin]` - Display the company's LinkedIn profile.
* `[company_facebook]` - Display the company's Facebook profile.

== Frequently Asked Questions ==
= How do I add company data? =
Navigate to "Company Data" in the WordPress admin dashboard and fill out the fields.

= Can I delete all data? =
Yes, in the "Company Data" admin page, there is an option to delete all stored data.

== Changelog ==
= 1.0.1 =
* Improved field sanitization and validation
* Added better error messages for invalid inputs
* Enhanced security with proper sanitization callbacks

= 1.0.0 =
* Initial release of Company Data Manager with core features for managing and displaying company information.
