Skip to content
Snippets Groups Projects
Lauren Pittenger's avatar
Lauren authored
d4b9b491
History
=== LBDesign Button Shortcode ===
Contributors: lepittenger
Tags: shortcode
Requires at least: 3.0.1
Tested up to: 4.4.1
Stable tag: 1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

A simple plugin for adding call-to-action buttons to post & page content via a shortcode.

== Description ==

This simple plugin allows you to add call-to-action buttons to post and page content via a shortcode.

Five button types/colors included:
* Default
* Primary
* Action
* Info
* Warning

Three button sizes:
* Default (medium)
* Small
* Large

Four styles:
* Default
* Rounded
* Pill
* Block

== Installation ==

1. Upload `lbdesign-button-shortcode` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Add buttons to post and page content using the insert button on the WordPress editor

== Screenshots ==

1. These are the styles it comes with.

== Changelog ==

= 1.1 =

* Fixed undefined variable error when not using a full width button
* Changed button shortcode name to prevent conflicts with other shortcodes

= 1.0 =

* Initial launch of the plugin
* Adds button shortcode
* Add "Insert Button" button on post/page editor


== Upgrade Notice ==

= 1.1 =

* Button shortcode syntax changes from [button] to [lbdesign_button] to prevent conflicts.

= 1.0 =

* Initial launch of the plugin. No updates available yet.