From 976df843f1591313eacfccc4c8e5abef01a97b2d Mon Sep 17 00:00:00 2001 From: Forkless Date: Mon, 11 May 2026 21:46:16 +0200 Subject: [PATCH] =?UTF-8?q?v1.1.2=20=E2=80=94=20Style=20rename=20and=20cle?= =?UTF-8?q?anup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- piperless.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/piperless.php b/piperless.php index 3f82476..04cf24d 100644 --- a/piperless.php +++ b/piperless.php @@ -3,7 +3,7 @@ * Plugin Name: Piperless — Audio Transcripts * Plugin URI: https://forkless.com * Description: Generate audio transcripts of WordPress posts using Piper TTS. Customizable players, caching, and full Gutenberg integration. - * Version: 1.1.1 + * Version: 1.1.2 * Requires at least: 6.0 * Requires PHP: 8.0 * Author: Forkless @@ -22,7 +22,7 @@ if ( ! defined( 'ABSPATH' ) ) { } // ── Constants ──────────────────────────────────────────────────────────────── -define( 'PIPERLESS_VERSION', '1.1.1' ); +define( 'PIPERLESS_VERSION', '1.1.2' ); define( 'PIPERLESS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'PIPERLESS_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); define( 'PIPERLESS_PLUGIN_FILE', __FILE__ );