# Shortcoder - PRO
Plugin URI: https://www.aakashweb.com/wordpress-plugins/shortcoder/
Requires PHP: 5.3
Requires at least: 4.9.0
Tested up to: 6.2
Stable tag: 6.2

## Description

Shortcoder plugin allows to create a custom shortcodes for HTML, JavaScript and other code snippets.
Now the shortcodes can be used in posts/pages and the snippet will be replaced in place.

## Resources

* Support forum - https://www.aakashweb.com/forum/discuss/wordpress-plugins/shortcoder/
* Documentation - https://www.aakashweb.com/docs/shortcoder/pro/
* FAQ - https://www.aakashweb.com/docs/shortcoder/faq/
* Contact - https://www.aakashweb.com/contact/

## Features

* Create **custom shortcodes** easily and use them in any place where shortcode is supported.
* Have any **HTML**, **Javascript**, **CSS** as Shortcode content.
* Insert: **Custom parameters** in shortcode
* Insert: **WordPress parameters** in shortcode
* Multiple editors: Code, Visual and text modes.
* Globally disable the shortcode when not needed.
* Disable shortcode on desktop, mobile devices.
* A button in post editor to pick the shortcodes to insert.
* Supports Gutenberg.

## PRO Features

* Custom editor - Edit Shortcode content using block editor or page builder plugins like Elementor and WPBakery.
* Revisions - Revisions support for Shortcode content.
* Locate shortcode - Search posts and pages where a shortcode is used.
* Extra code - Include extra code to the footer when a Shortcode is used in a page.

## Installation

1. Extract the zipped file and upload the folder `shortcoder-pro` to `/wp-content/plugins/` directory.
1. Activate the plugin through the `Plugins` menu in WordPress.
1. Open the admin page from the "Shortcoder" link in the navigation menu.

## Changelog

### 6.2
* PRO: Dutch translation is now available for the PRO version.
* PRO: WP Bakery CSS styles were not inserted along with the shortcode content.
* PRO: Open custom editor from the shortcode list page via action links.
* New: Option to show shortcode content in "All shortcodes" page.
* Fix: Some texts were not translated.
* Fix: Error in WP Bakery page builder while picking images.

### 6.1
* New: Custom editors management page added to Shortcoder menu.
* Fix: HTML is escaped in the editor sometimes.
* Fix: Support for WordPress 6.1

### 6.0
* PRO: Edit Shortcode content using block editor and page builder plugins like Elementor, WPBakery.
* PRO: Revisions support for Shortcode content.
* PRO: Include extra code to the footer when a Shortcode is used in a page.
* PRO: Locate the usage of shortcode in posts and pages.
* New: Prevent same shortcode nested loop.
* New: New actions and filters introduced.
* Fix: Post excerpt shortcode parameter now prints full post excerpt.
* Fix: Enhancements to input and output data sanitization.