Skip to content

Releases: cssigniter/audioigniter

2.0.4

Choose a tag to compare

@anastis anastis released this 27 May 18:20

Full Changelog: 2.0.3...2.0.4

2.0.3

Choose a tag to compare

@anastis anastis released this 15 May 21:00

Full Changelog: 2.0.2...2.0.3

2.0.2

Choose a tag to compare

@anastis anastis released this 16 Sep 12:12
  • Added support for custom list playback rates when using the [ai_track] shortcode (AudioIgniter Pro).
  • Fixed missing gettext domain issue.
  • Removed call to load_plugin_textdomain().

Full Changelog: 2.0.1...2.0.2

2.0.1

Choose a tag to compare

@anastis anastis released this 19 Nov 11:54

List of changes between audioigniter v2.0.0 and v2.0.1

  • FIXED: Player would break when repeating a single track via the [ai_track] shortcode (pro).
    M player/build/app.js
    M player/src/player/soundProvider.js

  • FIXED: Allow short-circuiting individual tracks from appearing in the endpoint, by returning false in the audioigniter_playlist_endpoint_track filter.
    M audioigniter.php

  • FIXED: Fixed issue where a PHP notice would get thrown (in WP 6.7) regarding translations loading too early.
    M audioigniter.php

  • Changed version to 2.0.1

  • Updated language file.

  • Requires at least: 6.0

  • Tested up to: 6.7
    M audioigniter.php
    M languages/audioigniter.pot
    M readme.txt