From 3b608c8391515a2be6aa5b3b466b92eab5e35d61 Mon Sep 17 00:00:00 2001 From: Sergiy Zakharchenko Date: Thu, 16 Nov 2023 13:31:10 +0000 Subject: [PATCH] Version 2.25.0 --- package.json | 2 +- readme.txt | 15 ++++++++++++--- seriously-simple-podcasting.php | 8 ++++---- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index a921ab5d..34cecea1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seriously-simple-podcasting", - "version": "2.24.0", + "version": "2.25.0", "main": "build/index.js", "author": "CastosHQ", "devDependencies": { diff --git a/readme.txt b/readme.txt index 277d1743..1ffde1e1 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: PodcastMotor, psykro, zahardoc, simondowdles, hlashbrooke, whyisjake Tags: podcast, audio, video, vodcast, rss, mp3, mp4, feed, itunes, podcasting, media, stitcher, google play, playlist Requires at least: 4.4 -Tested up to: 6.3 -Requires PHP: 5.6 -Stable tag: 2.24.0 +Tested up to: 6.4 +Requires PHP: 7.4 +Stable tag: 2.25.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -161,6 +161,15 @@ You can find complete user and developer documentation (along with the FAQs) on == Changelog == += 2.25.0 = +* 2023-11-16 +* UPDATE SUMMARY: Save and display original Castos file name, V4V improvements, minor enhancements +* [UPDATE] Save and display original Castos file name +* [UPDATE] V4V: custom value and key +* [UPDATE] Added the date formatting filter +* [UPDATE] Refactoring: moved metabox fields to separate templates +* [FIX] Feed: fixed tag + = 2.24.0 = * 2023-10-24 * UPDATE SUMMARY: Implemented Castos Ads, bug fixes diff --git a/seriously-simple-podcasting.php b/seriously-simple-podcasting.php index 6c949ccc..be05e600 100644 --- a/seriously-simple-podcasting.php +++ b/seriously-simple-podcasting.php @@ -1,14 +1,14 @@