Plugin Directory

Changeset 2962361


Ignore:
Timestamp:
09/04/2023 07:30:13 AM (3 years ago)
Author:
pconceptions
Message:

1.2.1 Update commit

Location:
audiocase/trunk
Files:
120 added
2 edited

Legend:

Unmodified
Added
Removed
  • audiocase/trunk/audioCase.php

    r2953542 r2962361  
    44* Plugin URI: https://audiocase.app/
    55* Description: audioCase allows you to showcase a single song presented with a clean, minimalist display featuring artwork and waveform visualizer.
    6 * Version: 1.2.0
     6* Version: 1.2.1
    77* Author: Peripatetic Conceptions
    88* Author URI: https://peripateticconceptions.com
     
    1111* Requires PHP: 7.0
    1212* Requires at least: 5.0
    13 * Tested up to: 6.3
     13* Tested up to: 6.3.1
    1414*/
    1515
     
    346346        '6.2',
    347347        '6.3',
     348        '6.3.1',
    348349  );
    349350      if(!in_array($wp_version,$tested_versions)):
  • audiocase/trunk/readme.txt

    r2953542 r2962361  
    44Tags: audio, music, music player, song player, single song, music showcase
    55Requires at least: 5.0
    6 Tested up to: 6.3
     6Tested up to: 6.3.1
    77Stable tag: 1.2.0
    88Requires PHP: 7.0
     
    6060* Updated Advanced Custom Fields library to 6.2.0
    6161
     62= 1.2.1 =
     63* WP version check (6.3.1)
     64* ACF library update
     65
    6266
    6367== Upgrade Notice ==
     
    8185This version updates the library files for Advanced Custom Fields. Functionality in WordPress 6.3 is tested and verified. Update is recommended.
    8286
     87= 1.2.1 =
     88This version verifies functionality in WordPress 6.3.1 and updates the ACF library. Update is recommended.
     89
    8390
    8491
Note: See TracChangeset for help on using the changeset viewer.