Skip to content

Releases: ewels/CPT-Bootstrap-Carousel

Version 1.13

17 Jan 21:09
c89b5b3
Compare
Choose a tag to compare
  • Security fix by @aedelgod to avoid XSS shortcode injection
  • Update GitHub action for deployment to attach zip file to GitHub release

Full Changelog: v1.12...v1.13

Version 1.12

11 Nov 18:16
5efe776
Compare
Choose a tag to compare

Version 1.11

17 Apr 16:25
Compare
Choose a tag to compare

New features:

  • Added support for crossfading images instead of sliding

I have also reorganised the code quite a bit, with a bunch of improvements for the GitHub repo:

  • The Wordpress readme.txt is now autogenerated from the GitHub README.md, meaning no duplication
  • (Hopefully) automated releases to wordpress.org using GitHub Actions. Let's see if it works!
  • No more tabs! All indentation converted to spaces.
  • Fixing a bunch of dodgy markdown.

Hopefully these improvements will make it a lot easier for me maintain the plugin in the future.

Version 1.10

25 Mar 14:50
Compare
Choose a tag to compare

It's been a while... Thanks for your patience!

  • Added support for Bootstrap 4
  • Added support for video backgrounds, youtube or vimeo
  • Tested with WordPress 5.1.1
  • Separated settings option for Show Caption / Titles? into two, one for each.
  • Fixed minor front end bug when using background images. Thanks to @thendigital
  • New Indonesian translation by Jordan Silaen from http://chameleonjohn.com/
  • Many other tweaks and improvements

Version 1.9.1

02 Sep 20:15
Compare
Choose a tag to compare

Version 1.9.1. Maintenance release.

  • Titles and captions now show if present, independently of each other (previously both needed to be filled in)
    • You can hide them by leaving blank, or setting Show Slide Titles / Captions? to False in the settings
  • New German translation courtesy of @stefan-meier
  • Undefined index warning fixed by @pfernandez
  • Carousel items now have proper CSS IDs (by @chickahoona)
  • Fixed bug where interval of 0 was replaced with the default interval time
  • Nicer icon in the WordPress admin (thanks @stefan-meier)
  • Localization file path issue fixed (thanks @stefan-meier)

Version 1.9

09 Feb 09:40
Compare
Choose a tag to compare

Version 1.9

  • Prevented the help tab from displaying on pages other than Carousel Items
  • Made the output buffer cleaning only happen if we have images (thanks @ChrisLomax)
  • Tidied up some warnings generated when WP_DEBUG was true
  • New settings option to rely on data-attributes only, without any Javascript chunks
  • Split the plugin into multiple files to make code easier to maintain
  • Rewrote the settings page to be clearer
  • Added new feature to have a link button instead of clickable slider image
  • Bugfix: Carousel items with links using background images now work.

Version 1.8.1

04 Sep 20:17
Compare
Choose a tag to compare
  • 1.8.1
    • Bugfix. Apologies to anyone who ran into it and thanks to kylewhenderson for the spot.
  • 1.8
    • Bumped "tested with" up to WP 4.0
    • Added new plugin icon and updated the banner + screenshots
    • Carousel controls now hidden if there is only one image - thanks to @rchq
    • Option to use a different WordPress image size, suggested by oheijo
    • Added option to specify HTML tags for caption and title. Suggested by smtk
    • New option to use background images instead of tags. Good for resizing. Suggested by @cla63 and @cookierebes
    • New Serbo-Croatian translation! Thanks to borisa from http://www.webhostinghub.com

Version 1.7

04 Aug 14:19
Compare
Choose a tag to compare

Version 1.7

  • Added custom classes for next/prev buttons - written by @reddo
  • Added admin column for categories
  • Made the category dropdown in the settings work (bugfix)
  • Added contextual help on post and page editing screens

Version 1.6

31 Mar 17:28
Compare
Choose a tag to compare

Release v1.6. Forgot to do a release for 1.5, so this includes the following changes:

  • 1.6
    • Made the title and caption linked if we have a URL
    • Stopped the caption div from displaying if there is not caption
    • Added a unique CSS id attribute to each item, based on the wordpress post ID
    • Fixed a bug where the plugin was throwing and error when WP_DEBUG was on
    • Updated the FAQ a little
    • Changed the default version of bootstrap to v3 for new installs. This can be customised in the settings.
  • 1.5
    • Added new Settings page. Means less shortcode attributes, more user friendly
    • Added i18n functions so that the plugin can be translated
    • Fix: Bug where featured images were shown on all post types. Noticed by @grahamharper

Version 1.4

24 Oct 22:06
Compare
Choose a tag to compare

Version 1.4 release. Fixes two bugs - limiting to 10 images; interval not working. Re-wrote javascript implementation. Tidied up the readme a fair bit.