=== SEOLAXY Link Juice Control ===
Tags:             options, settings, react, gutenberg, block, core editor, components, wordpress
Requires at least: 5.5
Tested up to: 6.0
Stable tag: 1.0.0
Requires PHP: 5.6.20
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

SEOLAXY Link Juice Control - This plugin automatically manages internal and external links, ensuring maximum link equity (link juice) distribution across your pages.

== Description ==

Add WordPress Setting via React and Rest API.
Easily Create WordPress Plugin Setting or
Add Setting While You are Doing Customization of Theme and Plugin.

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/seolaxy-linkjuice` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress

== Development Process ==

Follow the following steps to install this linkjuice boilerplate plugin:

1. Navigate to plugin files `/wp-content/plugins/seolaxy-linkjuice`, open command app.
2. Run `npm install` command to install npm dependencies, wait sometimes to complete it.
3. Run `npm run start` command to initialize development of React JS, Development can be done any time. Use it in the development environment.
4. Run `npm run build` command to finalize the development and ready for production. The command creates production files. After building the production file move it to the production level.

== React JS Source ==

Navigate to plugin files `/wp-content/plugins/seolaxy-linkjuice/src` and start adding features

 == Changelog ==

 = 1.0.1 =
 Major Update
 * Added: Uses React Router, Context, and Reducer
 * Added: Atomic Design Methodology
 * Updated: Uses Inbuilt WordPress Settings API
 * Updated: UI and UX

 = 1.0.0 =
 * Initial Release