Skip to content

Commit

Permalink
docs: add 3.2.9 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Charabaruk committed Nov 3, 2022
1 parent 026c780 commit 102fec1
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 6 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ Versions prior to 3.2 are documented per their individual release notes.

### Security

## [3.2.9] - 2022-11-03

### Fixed

* Fixed error with unique filename generation that was causing episode creation to fail. (#721)
* Theme selection page now works properly again. (#703)
* Corrections for French translation.

## [3.2.8] - 2022-10-30

### Added
Expand All @@ -31,10 +39,6 @@ Versions prior to 3.2 are documented per their individual release notes.

* PG version now shown on main admin page. (#676)

### Deprecated

### Removed

### Fixed

* File name characters that may cause problems with various file systems are now trimmed and replaced. (#691)
Expand All @@ -46,8 +50,6 @@ Versions prior to 3.2 are documented per their individual release notes.
* Removed full file path from automatically generated episode GUIDs.
* Fixed filename problems for embedded cover art. (#715)

### Security

## [3.2.7] - 2022-06-10

### Changed
Expand Down
53 changes: 53 additions & 0 deletions doc/release-notes/3.2.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Podcast Generator 3.2.9

Podcast Generator 3.2.9 is now available:

<https://github.com/PodcastGenerator/PodcastGenerator/releases/download/v3.2.9/PodcastGenerator-v3.2.9.zip>

This is a patch release for 3.2 containing various bug fixes.

Support for the 3.2.x version series will end one month after release of Podcast
Generator 3.3 or any newer non-bugfix version.

## Prerequisites

* PHP 7.0 or newer (8.0 or newer recommended)
* PHP fileinfo extension
* PHP gettext extension
* PHP simplexml and libxml extensions
* Apache 2 or nginx web server

## Installation

See the `INSTALL` or `INSTALL.nginx` files in the root of the zip file for
details on how to perform a fresh install of Podcast Generator for Apache 2 or
nginx web servers.

### Upgrading from Previous Versions

Upgrading is supported from any release of Podcast Generator 3.1.
Directly upgrading from older versions is not supported:
If you are running PG 3.0 then you need to first upgrade to 3.1; if you are
running PG 2.7 or older you need to upgrade to 3.0 and then to 3.1 before
upgrading to PG 3.2.

**Be sure to make a backup of your site before upgrading!**

1. Download `PodcastGenerator-v3.2.9.zip` and extract to a local directory.
2. Upload (or copy) the content of the `PodcastGenerator/` directory to the
appropriate location on your web server.
3. Adjust the permissions for the PHP files to `775` if necessary.
4. Open your website in a web browser to kick off the automated upgrade process.
5. Delete the `components/getid3/` directory from your website installation (the
getid3 library has been moved to the new `vendor/` directory).

For safety reasons, the automated upgrade process does not remove any existing
files, which is why you need to be able to delete `components/getid3/` yourself.

## Changes

See the changelog for a non-exclusive list of changes since the 3.1.x series.

## Contributors

Thanks to everyone who reported bugs and to our translators.

0 comments on commit 102fec1

Please sign in to comment.