Plugin / Shortcodes Ultimate

Vladimir Anokhin

Changelog

Changelog

5.6.1

What’s new

  • Comments in the [su_posts] shortcode can now be disabled from post editing screen or, using the Disable Comments plugin. Thanks to Jörn Lund.
  • [su_image_carousel] will now display post titles instead of image captions, where applicable. Details & How to disable it.

Fixes

  • Fixed Warning: A non-numeric value encountered in [su_slider], [su_carousel], and [su_custom_gallery]
  • Fixed download attribute of the [su_button] shortcode
  • Fixed issue with [su_spoiler] where nested [su_youtube] remains clickable if spoiler is closed

5.6.0

What’s new

  • Shortcodes can now be enabled not only in Category descriptions, but in any Term description. See Enable shortcodes in option at plugin settings page

Fixes

  • Fixed WP-Rocket compatibility issue, [su_image_carousel] didn’t work on Android Chrome. Forum topic
  • Fixed issue with <span> tags in the [su_tabs] shortcode. Forum topic
  • Fixed issue with ghost-style button colors

5.5.0

What’s new

  • New option outline for [su_image_carousel] which allows disabling carousel outline (when it gets focus)
  • New option mobile for [su_tabs] which allows disabling tab stacking on mobile devices
  • New option texttrack for [su_vimeo] which allows enabling video subtitles

Improvements

  • [su_youtube_advanced] is now always served through https
  • [su_image_carousel]: improved compatibility with various themes
  • [su_image_carousel]: the gallery can now be loaded through AJAX
  • [su_image_carousel]: improved keyboard navigation
  • Insert Shortcode window will now remain open if the dark background clicked

Fixes

  • Fixed [su_image_carousel] issue with empty image captions (with whitespace)
  • Fixed [su_image_carousel] issue where images weren’t shown when crop is disabled

5.4.1

This update fix various issues related to version 5.4.0

5.4.0

What’s new

  • New shortcode [su_image_carousel] which will take place of [su_slider] and [su_carousel] in the future
  • New attribute download for the [su_button] shortcode (allows immediate downloading of specified URL in a button)
  • New attribute id for the [su_heading] shortcode (allows linking to a heading)
  • New attribute wrapper for the [su_dummy_text] shortcode (allows disabling of the div wrapper)
  • New attribute mobile for the [su_lightbox] shortcode (allows disabling lightbox on mobile devices)

Improvements

  • Custom CSS code field now has syntax highlighting
  • [su_button] with target=blank will now be displayed with rel='noopener noreferrer
  • Slightly improved appearance of the Available shortcodes screen
  • Vertical tabs are now aligned with CSS flexbox, not JS
  • Added shortcodes.full.css file to reference the default shortcode styles
  • Minor improvements to [su_table], [su_row], and [su_column] shortcodes

Fixes

  • Fixed issue with [su_lightbox] on iOS
  • Removed !important from column styles for mobile devices

Security

  • [su_posts] and [su_template] are now allow only templates from active theme or plugin folders
  • Error messages are now displayed only to allowed users (user must have required capability)

5.3.0

What’s new

  • New shortcode [su_csv_table] for displaying CSV tables
  • New option indent for the [su_list] shortcode, which allows adjusting of list indentation

Fixes

  • Fixed inaccessible fields in media modal (while inserting Gallery/Slider/Carousel shortcodes)
  • Fixed close icon class name in the presets menu
  • Fixed issue with unwanted content inside single shortcodes
  • Fixed warning when non-numeric value is used for the button size attribute
  • Min-width for responsive tables is set to 100%

5.2.0

Improvements

  • Tabs and accordions/spoilers are now accessible from keyboard
  • Tabs are now working better with nested sliders/carousels
  • Improved stability of some responsive elements, such as Google Maps
  • YouTube and YouTube Advanced settings descriptions are now more clear
  • New setting Required user capability which allows enabling the Insert Shortcode button for non-admin users
  • New setting Enable shortcodes in which allows enabling shortcodes in text widgets and category descriptions

Changes

  • youtube_advanced showinfo parameter is deprecated and removed from the plugin. Why?
  • Font Awesome replaced with Fork Awesome. Font Awesome stylesheet (v 4.7.0) will be completely removed in the next update. All icons are now use CSS class sui instead of fa

5.1.1

  • Gutenberg compatibility enabled by default

5.1.0

What’s new

  • Added compatibility with the Gutenberg editor. Learn more.

Fixes

  • Fixed <img> icon appearance of the [su_service] shortcode

5.0.8

Fixes

  • Fixed Live Preview, wasn’t representing changed settings
  • Fixed [su_siblings], now it works again at top-level pages

Other

  • Various code improvements
  • New filters for gallery, slider, and carousel
  • Returned su_cmpt() and su_compatibility_mode_prefix() utils

5.0.7

Security update

  • Fixed shortcode generator preview vulnerability. Description.

5.0.6

Fixes

  • Added missing images for su_audio, su_video, su_slider and su_carousel
  • Fixed Fatal error: Call to a member function get_page_permastruct() on null in link-template.php:357
  • Added missing su_get_icon() utility function
  • Added missing su_scattr() utility function
  • Added missing su_do_shortcode() utility function

5.0.5

Improvements

  • Improved compatibility with fitvid.js;
  • Improved appearance of the Show more and Show less links of the su_expand shortcode;
  • The new option mute for su_youtube and su_youtube_advanced shortcodes;
  • Support for the youtube-nocookie.com domain in su_youtube and su_youtube_advanced shortcodes;
  • Support for nested shortcodes in the title attribute of the su_button shortcode;
  • The new option dnt (do not track) for the su_vimeo shortcode, learn more;
  • The new option mute for the su_vimeo shortcode;
  • https support for the su_dailymotion shortcode;
  • New options title and rel for the su_permalink shortcode;
  • The su_post shortcode now support slugs in the post_id attribute;
  • The new option zoom for su_gmap.

Changes

  • Shortcodes styles merged into a single stylesheet.

Fixes

  • Fixed warning in su_siblings shortcode.

5.0.4

  • Fixed: added missing FontAwesome icons
  • Fixed: is_plugin_active call removed on frontend
  • Fixed: nested shortcodes
  • Fixed: issue with spoiler loaded through ajax
  • Fixed: [scheduler] shortcode logic

5.0.3

  • Changed: Inview.js library replaced with jQuery.Inview
  • Fixed: caching issue with [su_dummy_text]
  • Fixed: PHP warning in [su_posts] shortcode when specified template does not exist
  • Updated: Font Awesome to version 4.7.0
  • Added: responsive styles for [su_pullquote]

5.0.2

  • Fixed: an issue where RTL stylesheet won’t displayed if custom CSS field is empty
  • Fixed: icon sizes at ‘Dashboard – Available Shortcodes’ page
  • Fixed: [expand] shortcode now works when loaded through AJAX
  • Fixed: border-radius on [box] shortcode
  • Fixed: compatibility with ‘Plugin Organizer’
  • Updated: OwlCarousel jQuery plugin
  • Added: new attribute ‘responsive’ for table shortcode: [su_table responsive=”no|yes”]
  • Added: new attribute ‘playsinline’ for youtube_advanced shortcode: [su_youtube_advanced playsinline=”no|yes”]

5.0.1

  • Fixed: serious security vulnerability, which allows attacker to run any code using filter in meta, post, or user shortcodes. Thanks to Robert L Mathews.
  • Fixed: changed admin menu position (it was replacing ‘Settings’ menu on some installations)
  • Fixed: shortcodes prefix field now accepts special characters
  • Fixed: old bug when unwanted code parts was added with shortcode
  • Fixed: bug, where backslashes were removed from custom CSS code
  • Added: new attribute ‘ID’ for [button] shortcode
  • Added: new filter ‘su/slides_query’, which can be used to modify posts query for slider, carousel and custom_gallery shortcodes
  • Added: new filter ‘su/assets/custom_css/template’ to filter custom css output
  • Minor fixes

5.0.0

  • Read this blog post to learn more about update
  • New project website getshortcodes.com
  • New documentation getshortcodes.com/docs
  • Added: ‘Available shortcodes’ admin menu
  • Removed: ‘Examples’ admin menu
  • Removed: ‘Cheatsheet’ admin menu
  • Fixed: [feed] shortcode (now it uses SimplePie)
  • Changed default content for [tabs], [row] and [accordion] shortcodes
  • Fixed: [user] shortcode works when user is not logged in
  • Changed: Security improvement. Plugin will now strip all HTML tags from Custom CSS code
  • Minor improvements and fixes

4.10.2

  • Improved: compatibility with PHP7 ([user] and [post] shortcodes)
  • Fixed: [slider] and [custom_gallery] markup (skipped whitespaces among link attributes)
  • Removed: user capability check in [permalink]

4.10.1

  • Fixed: lightbox javascript

4.10.0

4.9.9

  • Fixed: vote popup at plugins page
  • Minor improvements, fixes

4.9.8.1

  • Fixed: compatibility with WordPress 4.3+
  • Added: lightbox captions for slider, carousel and custom_gallery. Commit by Valentino Pistis
  • Changed: text domain from ‘su’ to ‘shortcodes-ultimate’

4.9.8

  • Added: Spanish translation
  • Updated: Font Awesome updated to 4.4.0
  • Fixed: buttons line-height on narrow screens
  • Fixed: nested spoilers

4.9.7

  • Added: [document] is now compatible with https
  • Fixed: carousel items width calculation
  • Added: new attribute for [button title=””], forum topic
  • Fixed: stripslashes for [button] content

4.9.6

  • Fixed: Quick fix for disabled custom css since previous update

4.9.5

  • Added: basic RTL support
  • Fixed: JS error (blocking shortcodes settings) on WordPress 3.5
  • Fixed: minor improvement for slider/gallery posts query. Forum topic
  • Fixed: minor imrovements on [quote], fixed markup bug for long values in cite, thanks to Anatoly Yumashev
  • Added: completely redesigned search feature. Now it’s like a Google, but for shortcodes =)
  • Added: Insert shortcode popup window hotkey. So now, you can open Insert shortcode window, choose shortcode and insert it with just one click
  • Updated: new demo video at plugin settings page (About tab)
  • Updated: new plugin’s banner and icon

4.9.4

  • Updated: Japanese translation
  • Updated: Polish translation
  • Fixed: minor fixes in shortcode settings window
  • Fixed: vulnerability in Examples preview. Added wp_nonce check. Thanks to Kacper Szurek
  • Fixed: vulnerability at Custom CSS page. Added wp_nonce check. Thanks to Ryan Satterfield
  • Removed: skins directory creation

4.9.3

  • Updated: owl-carousel.js
  • Added: minor UI improvements
  • Fixed: ssl issue (thanks to Adam)
  • Fixed: multiple errors on cheatsheet page
  • Fixed: errors when updating user profile, forum topic
  • Removed: global skin option at settings page

4.9.2

  • Added: minor improvements for tabs/spoilers anchors (auto-removing extra # characters)
  • Added: compatibility with TablePress’s advanced editor
  • Added: new option for tabs. You can now link any tab to any webpage [su_tab url=”http://” target=”blank”]
  • Added: new option wmode for [youtube_advanced], forum topic
  • Added: new shortcode [lightbox_content]
  • Fixed: lightbox and galleries scripts, forum topic
  • Fixed: removed global function $.support.transition, forum topic
  • Updated: Russian language
  • Updated: Japanese language
  • Updated: FontAwesome, 4.1.0
  • Updated: Magnific Popup, 0.9.9

4.9.1

  • Added: New shortcode [scheduler]
  • Added: New shortcode [expand]
  • Added: New options for [divider]
  • Added: New option rel for [button]
  • Fixed: animations script has been changed. CSS animations will be skipped in non-supported browsers, forum topic
  • Fixed: templates/default-loop.php – removed extra n character in comments number, forum topic
  • Fixed: large DB query on sites with many users, forum topic

4.9.0

  • New shortcode [qrcode] allows you to generate colorful and responsive QR codes!
  • Improved shortcode search. Just type shortcode name and hit Enter
  • Updated Animate.css (animations library)
  • Updated ACE editor (custom CSS editor)
  • Responsive CSS for [tabs]
  • Highly decreased plugin size

4.8

  • Minor UI fixes (compatibility with page builders)
  • Czech translation by Punc00
  • Added: full compatibility with multiple editors on same page – fourm topic
  • Fixed: extra CSS class for [menu] – forum topic
  • Fixed: Swiper click event, Swiper has been updated – forum topic
  • Fixed: [spoiler]’s content is now hidden until the page is loaded
  • New dashboard page: Cheatsheet
  • Minor [spoiler] fix, for hidden spoiler content
  • Updated Japanese translation

4.7

  • Long-awaited feature: slider, carousel and custom_gallery links can now be open with lightbox
  • Long-awaited feature: custom links in slider, carousel and custom_gallery shortcodes
  • Fixed https bug in FontAwesome enqueue
  • Fixed bug with multiple users queries – forum topic
  • New Ghost style for [button]
  • Minor UI fixes (for WP 3.9+)
  • New shortcode [dailymotion]
  • YouTube (advanced) can now use https protocol
  • Additional help notes in Shortcode Generator
  • Slovak language

4.6

4.5

  • Updated some examples
  • Removed import functions. Old versions of plugin (like 3.9.5) is not supported anymore
  • Updated custom formatting filter
  • Updated Japanese translation
  • Added NL translation
  • Minor fixes
  • Presets. Now you need to adjust the shortcodes only once
  • New WP filters for shortcodes attributes
  • New option for compatibility mode prefix
  • Compatibility mode is now enabled by default
  • Font-awesome updated to 4.0.3
  • New shortcode [meta]
  • New shortcode [user]
  • New shortcode [post]
  • New attribute limit for [slider], [carousel] and [custom_gallery]
  • Minor UX improvements

4.4

  • IMPORTANT: new galleries mechanism. Your created galleries will work but will not be visible in admin panel. Now, you’re able to create galleries right in “Insert shortcode” window. Also, you can now create galleries from posts, categories or even custom taxonomies.
  • Removed all default links (default youtube videos)
  • Updated admin page framework Sunrise
  • Minor admin panel fixes
  • Fixed file_get_contents() (disabled http wrappers) issue at the examples page
  • Added classes Shortcodes_Ultimate_Generator, Shortcodes_Ultimate_Shortcodes and Shortcodes_Ultimate_Data
  • Removed unused classes MediaUpload and ImageMeta
  • New shortocde [dummy_image]
  • New shortocde [dummy_text]
  • New shortocde [animate]
  • New shortocde [youtube_advanced]
  • New admin page – Examples
  • New admin page – Add-ons
  • Font Awesome updated to version 4
  • New attr [spoiler icon=””]
  • Fixed issue with date format in [posts]
  • New slider control for shortcode generator
  • Small fixes

4.3

  • New text-shadow picker for [button]
  • Anchor navigation for spoilers and tabs – forum topic
  • Small fixes
  • IMPORTANT: removed old list icons. These icons replaced with new font-awesome icons
  • New icon picker for [service], [button] and [list]
  • Media manager is now works on widgets page
  • Shortcodes inside of [button]
  • Fixed fatal error in [media]
  • New media manager added for galleries manager
  • New media manager added to the file fields in Generator
  • Z-index for visual composer – forum topic
  • New attr for [button] onclick
  • Fixed settings page
  • Fixed [video] player

4.2

  • Font Awesome icons (in Generator)
  • Fixed warning in footer – forum topic
  • Removed warning at settings page – forum topic
  • Removed another warning (undefined index) – forum topic
  • Changed syntax for shortcodes inside of attributes – documentation
  • Small performance improvemets
  • Aded font-awesome.css. Will be completely included in closest versions
  • Added default taxonomy value for [posts]
  • Added default post_type value for [posts]
  • Added ability to use shortcodes inside of attributes
  • Translated into Japanese
  • Fixed [button wide=yes]
  • Fixed media query for [column]
  • Added new attr [column center=yes]
  • Improved js code for spoilers and tabs
  • Improved js code for generator
  • Added pot file
  • Fixed [button] css code
  • Updated [accordion], [spoiler] and [tabs] js code
  • Fixed [tooltip]
  • Updated Greek translation
  • Fixed [lightbox]
  • Disabled wp_footer check
  • Fixed wp_footer notice, again
  • Small fix for tooltips
  • Fixed wp_footer notice
  • Greek translation
  • Added compatibility mode prefix for spoilers inside of accordion
  • Updated qTip plugin
  • Added shortcode [tooltip]
  • Added new attribute. [tab disabled=”yes”]. Now, any tab can be disabled. Forum topic
  • Added [accordion] scrolling. Forum topic
  • Added wp_footer check. User will be noticed if current theme doen’t includes wp_footer
  • Updated caching mechanism. Cache will be reseted when you add or remove terms
  • Updated galleries mechanism. Removed some conflicts
  • Fixed spoiler background for style=fancy
  • Additional access check option for Shortcode Generator

4.1

  • 5 metro skins
  • New screencast – How to create image gallery
  • New attribute “center” for [button]. Buttons can now be centered on the page
  • Updated [frame]. Now it can contain other shortcodes
  • Updated caching mechanism. Cache now will be reseted on plugin activation
  • Fixed many PHP warnings when debug mode enabled
  • Added backward compatibility for [media]. Shortcode has basic support for youtube and vimeo videos
  • Fixed bug with hidden single [tab]
  • Added attribute “active” for tabs container. This option allows you to select tab number that will be open by default
  • Fixd button style 3D
  • Added backward compatibility for [frame]
  • Fixed [column] margins
  • Added backward compatibility for [tabs]. Now it accepts style=3 and vertical attributes
  • Added backward compatibility for [spoiler]. Now it accepts 0 and 1 as values for attribute open. Also, it now accepts style attribute (1, 2, default, fancy, simple)
  • Added custom CSS import from previous versions. Styles will be imported automatically and prepended to the existing CSS-code
  • Added backward compatibility for [highlight]. Now it accepts bg and background attributes
  • Added backward compatibility for [label]. Now it accepts style and type attributes
  • Added backward compatibility for [dropcap]. Now it accepts 1, 2 and 3 as style values
  • Added backward compatibility for [permalink]. Now it accepts p and id attributes
  • Added backward compatibility for [button]. Need to test
  • Added backward compatibility for [members]. Now it accepts style and login attributes
  • Added backward compatibility for [box]. Now it accepts color and box_color attributes
  • Added backward compatibility for [note]. Now it accepts color and note_color attributes
  • Added backward compatibility for [column]. Now it accepts attribute last and can be not wrapped with [row]
  • Added backward compatibility for [document]. Now it accepts file and url attributes

4.0

  • Official plugin page
  • Premium add-on for creating custom shortcodes
  • Plugin based on Sunrise Plugin Framework
  • GitHub repo. Now you can easily fork and modify best plugin in the world (:
  • Brand new Shortcode Generator, demo video
  • Shortcodes API
  • Completely reorganized code. Added and removed some shortcodes
  • For security maniacs: timthumb.php replaced by native WordPress mechanism
  • For speed-up maniacs: completely rewritten assets mechanism. Now css and js files included on page depend on used shortcodes
  • Added new shortcode [posts]. This is awesome and flexible mechanism to display your content in many different ways
  • Now you can create your own custom skins for shortcodes
  • Columns, google maps, google document viewer, youtube player, vimeo player and custom audio player is now fully responsive

3.9

3.8 (security release)

  • 2 new translations (Sk, Lt)
  • Donate button in control panel
  • Updated timthumb.php (version 2.8.10)
  • Added 2 useful screencasts

3.7

  • Complete support for nested shortcodes. Check the FAQ page.
  • New shortcode [label]
  • New style for buttons [button style=”5″]
  • Fixed images ordering for [custom_gallery], [jcarousel] and [nivo_slider]

3.6

  • Descriptions for [custom_gallery]
  • Custom options for jwPlayer
  • Fixed size option for sliders and gallery

3.5

  • New shortcode [accordion] for muliple spoilers
  • Improved spoiler shortcode (check settings page)
  • Multiple tabs bugfix
  • Authors can also use shortcode generator
  • Nested shortcodes: spoiler, column, tabs, box, note

3.4

  • Belarusian translation
  • New shortcode [dropcap]

3.3

  • Changed: [nivo_slider] and [jcarousel] (see docs in console)
  • New shortcode: [custom_gallery]
  • New parameter: [members login=”0|1″]
  • New shortcode: guests
  • German translation

3.0

  • Button for WYSIWIG editor (search it near Upload/Insert buttons)
  • New shortcode: private (private notes for editors)
  • Patched and secure timthumb.php

2.7

  • French translation
  • Fixed for work with new jQuery 1.6 in WP 3.2

2.5

  • Theme integration

2.4

  • New shortcode: jcarousel

2.3

  • New admin page: Demo

2.2

  • New shortcode: document
  • New shortcode: members
  • New shortcode: feed
  • New attr: link=”caption” for [nivo_slider]
  • New attr: p for [subpages]
  • New tabs style (style=3)

2.1

  • New option: disable any script
  • New option: disable any stylesheet
  • New attribute for column shortcode – style
  • New attribute for spoiler shortcode – style

2.0

  • New shortcode: menu
  • New shortcode: subpages
  • New shortcode: siblings
  • Some admin fixes
  • New button attribute – class
  • New button attribute – target
  • Different tabs styles (1 old + 1 new)

1.9

  • New shortcode: permalink
  • New shortcode: bloginfo

1.8

  • Some small additions
  • Ajax admin page
  • No-js compatibility
  • Multiple tabs support

1.7

  • Improved settings page design
  • Added shortcode nivo_slider
  • Added shortcode photoshop

1.6

  • New admin panel
  • Custom CSS editor with syntax hughlight
  • Small fixes
  • Added donation forms

1.5

  • Added option “Compatibility mode”
  • Added new button styles
  • Added new list styles
  • Added new shortcode media
  • Added new shortcode table

1.4

  • Added shortcode “Fancy link”

1.3

  • Some fixes

1.2

  • Localization support

1.1

  • Added options page
  • Fixed options saving

1.0

  • Initial release

Ratings

4.9
5110 reviews

Rating breakdown

Details Information

Version

5.6.1

First Released

13 Sep, 2016

Total Downloads

8,295,113

Wordpress Version

4.5 or higher

Tested up to:

5.3

Require PHP Version:

5.3 or higher

Tags

Contributors

Languages

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.