-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.txt
160 lines (113 loc) · 4.88 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
=== Rescue Shortcodes ===
Author URI: https://rescuethemes.com
Plugin URI: https://rescuethemes.com/rescue-shortcodes-plugin/
Contributors: rescuethemes
Donate link: https://rescuethemes.com
Tags: shortcodes, buttons, columns, tabs, animations, spacing, highlight
Requires at least: 4.0
Tested up to: 6.7
Stable tag: 3.0
A lightweight WordPress shortcodes plugin.
== Description ==
When activated, this plugin will add a button to the WordPress text editor to easily insert shortcodes to your posts or pages.
**Included shortcodes:**
* Button - With many options including unlimited colors and Icons.
* Content Toggle - Maybe for an awesome FAQ page.
* Tabbed Content - Create tabbed sections for your content.
* [Font Awesome](http://fortawesome.github.io/Font-Awesome/) Icons - 500+ icons and counting.
* Animations - Wrap anything with the animation shortcode and watch it come alive.
* Google Map - Display a map for any location on any post or page. Requires a Google API key for new sites.
* Notification Box - Have certain sections of text stand out by creating notices or alerts.
* Text Highlight - Quickly highlight sections of text to help more important words stand out.
* Columns - Separate your content with multiple column options.
* Spacing - Add space between sections on the fly.
* Progress Bar - Display a sliding progress notification bar
See a demonstration of the shortcodes on the [Rescue Themes site](https://rescuethemes.com/rescue-shortcodes-plugin/).
**New features**
We want to improve the Rescue Shortcodes plugin based on your feedback! Please let us know on the [plugin's Github repo](https://github.com/RescueThemes/rescue-shortcodes) and [subscribe to our mailing list](http://rescuethemes.us6.list-manage.com/subscribe?u=e996b9d9a5&id=a41af7345e) to get notified of new developments.
== Installation ==
1. Upload the plugin to `/wp-content/plugins/`. Alternately, you can download this package as a zip and upload it via the WordPress dashboard.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Click the Rescue Themes icon in the WordPress text editor to display your shortcodes options.
== Frequently Asked Questions ==
= Where can I see the shortcodes? =
See a demonstration of the shortcodes along with the shortcode structure on the [Rescue Themes site](https://rescuethemes.com/rescue-shortcodes-plugin/).
== Screenshots ==
1. The placement of the shortcodes toggle button will be in the page and post editor area.
2. The shortcodes are conveniently displayed in a pop-up box for quick selection.
== License Info ==
Font Awesome - http://fontawesome.io
Fonts: SIL OFL 1.1, CSS: MIT License - http://fontawesome.io/license
Copyright: @davegandy
Wow.js - https://github.com/matthieua/WOW
MIT License - https://github.com/matthieua/WOW/blob/master/LICENSE-MIT
Copyright: @mattaussaguel
animate.css - https://github.com/daneden/animate.css
MIT License - https://github.com/daneden/animate.css#license
Copyright: @_dte
Waypoints - https://github.com/imakewebthings/waypoints
MIT License - https://github.com/imakewebthings/waypoints/blob/master/licenses.txt
Copyright: @foodgoesinmouth
== Changelog ==
= 2.9, October 11, 2024 =
* Tested with WordPress 6.7
* Improve escaping on output
= 2.9, October 11, 2024 =
* Tested with WordPress 6.5.5
* Improve sanitization on tabs
= 2.8, May 30, 2024 =
* Allow html in toggle titles.
= 2.7, May 29, 2024 =
* Tested with WordPress 6.5
* Fix content filter
= 2.6, April 23, 2024 =
* Tested with WordPress 6.3
* Improve sanitization
= 2.5, April 5, 2019 =
* Tested with WordPress 5.1.1
= 2.4, October 9, 2017 =
* Enabled Icons to be displayed on buttons
= 2.3, March 20, 2017 =
* Updated Font Awesome to version 4.7
= 2.2.1, July 8, 2016 =
* Added API key support for Google Maps
= 2.2, Apr 22, 2016 =
* Updated Font Awesome to version 4.6.1
* Updated animate.css to version 3.5.1
* Updated translation file
= 2.1.1, Aug 10, 2015 =
* Updated to Font Awesome v4.4.0
= 2.1.0, Aug 6, 2015 =
* Fixed border radius setting for buttons
= 2.0, July 22, 2015 =
* Major refactoring of codebase
* Moved button into media bar with modal display. Shortcodes can now be applied to content from both the Visual and Text tabs
* Updated to WOW v1.1.2
* Updated to Animate CSS v3.3.0
* Localized text and added .pot translation file
* Replaced toggle shortcode open/close images with font icons
= 1.7.1, July 6, 2015 =
* Fixing update files
= 1.7, July 6, 2015 =
* Fixed typography inheritance
* Fixed Font Awesome version reference (4.3.0)
* Added unlimited color option for buttons
= 1.6 =
* Updated to Font Awesome v4.3.0
* Updated to wow.js to v1.0.3
= 1.5 =
* Updated to Font Awesome v4.2.0
= 1.4 =
* Updated to Font Awesome v4.1
= 1.3 =
* Added animation effects
* Added widget support
* Removed WP 3.8 support
= 1.2.1 =
* Updated links and added readme.txt
= 1.2 =
* Updated TinyMCE for WordPress 3.9
= 1.1 =
* Added Font Awesome Icons
= 1.0 =
* Initial release