Skip to content

Releases: ibericode/mailchimp-top-bar

1.6.1

01 Oct 08:12
9f85bcc
Compare
Choose a tag to compare

1.6.1 - Oct 1, 2024

  • Escape return value of add_query_arg before outputting, fixing a potential XSS issue. Thanks to vgo0 for the responsible disclosure.
  • Escape or kses return values of all gettext calls.
  • Improved sanitization of all plugin settings.
  • Minor server side performance improvements by getting rid of some unneccessary string copies or sprintf calls.

1.6.0

13 Jan 08:20
Compare
Choose a tag to compare

1.6.0 - Jan 4, 2022

  • JS file now has defer attribute so it is not render blocking.
  • Stylesheet is now inserted through JS, so it is not render blocking.
  • Animations now entirely handled using CSS.
  • JS file is now 20% smaller because of the above (2.6 kB gzipped).

1.5.6

01 Dec 12:50
Compare
Choose a tag to compare

1.5.6 - Dec 1, 2022

  • Minor JS improvements to shrink ~500 bytes off script file.
  • Prepare admin tab navigation for upcoming Mailchimp for WordPress release.

1.5.2

09 Mar 08:19
Compare
Choose a tag to compare
v1.5.2

1.5.1

21 Jan 14:43
Compare
Choose a tag to compare
v1.5.1

v1.2.12

21 Jul 13:57
Compare
Choose a tag to compare

1.2.12 - July 21, 2016

Fixes

  • Bar would crash when clicking toggle icon during bar animation.

Improvements

  • Function scope generated JavaScript file to prevent Browserify clashes with other loaded scripts.
  • Make sure script works even though it's loaded in the head section.
  • Preparations for upcoming MailChimp for WordPress v4.0 release.

Additions

  • Added Spanish language files, thanks to Ángel Guzmán Maeso
  • Added mctb_data filter, to filter form data before it is processed.

Deprecated

  • Deprecated mctb_merge_vars filter.

v1.2.11

08 Jul 11:47
Compare
Choose a tag to compare

1.2.11 - July 8, 2016

Improvements

  • Completely removed optional jQuery dependency. The plugin now uses JavaScript animations, resulting in a much smoother experience.
  • Preparations for upcoming MailChimp for WordPress v4.0 release.

v1.2.10

12 Apr 13:28
Compare
Choose a tag to compare

1.2.10 - April 12, 2016

Fixes

  • Closed bar would still overlap underlying elements (like fixed top menu's).

v1.2.9

16 Mar 09:12
Compare
Choose a tag to compare

1.2.9 - March 16, 2016

Fixes

Top Bar was invisible on some themes because of z-index being too low.

v1.2.8

15 Mar 10:40
Compare
Choose a tag to compare

1.2.8 - March 15, 2016

Improvements

  • Make sure top bar doesn't appear on top of WP admin bar.
  • Hardened CSS styles for improved theme compatability.