=== CustomEasy ===
Contributors: LCweb Projects
Donate link: http://www.lcweb.it/donations
Tags: frontend, customization, css, javascript, jquery, enqueuing, custom code
Requires at least: 3.5
Tested up to: 5.4
Requires PHP: 5.4
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Gives you a quick and cool way to insert custom Javascript and CSS in pages

== Description ==

Tiny plugin allowing you to write code directly in website's head and footer. Insert code globally or specifically for single pages / posts / etc

Features also a syntax highlighter (ACE) editor, to code faster and safer. 


= NOTE: = No support provided



== Installation ==

1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. A new metabox will be added in every public post type
4. Otherwise in "Appearance -> CustomEasy" admin menu you can write code globally 

== Frequently asked questions ==

Q: How code is inserted in my website? 
A: "head" code will be inserted in head HTML tags through wp_head action while "footer" is added through wp_footer action

== Screenshots ==

1. Global codes
2. Single page codes

== Changelog ==

= 1.01 =
Fixed slashes management in code editors

= 1.0 =
Initial release

== Upgrade notice ==

none