Skip to content

Commit

Permalink
docs: add 3.2.8 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Charabaruk committed Oct 30, 2022
1 parent 92089cf commit c542fcc
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,33 @@ Versions prior to 3.2 are documented per their individual release notes.

### Security

## [3.2.8] - 2022-10-30

### Added

* Translation added for Arabic (Saudi Arabia).

### Changed

* 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)
* Corrected variable names used in setup step 2.
* Ensured necessary variables are set before use.
* Fixed missing header on category management page.
* Fixed missing key error during episoe FTP upload processing.
* Fixed default theme to force downloading when the download button for an episode is clicked. (#714)
* 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
55 changes: 55 additions & 0 deletions doc/release-notes/3.2.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Podcast Generator 3.2.8

Podcast Generator 3.2.8 is now available:

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

This is a patch release for 3.2 containing fixes for episode uploads and the
setup procedure.

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.8.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 pbassham for the FTP upload fix. Also, thanks to everyone who reported
bugs and to our translators.

0 comments on commit c542fcc

Please sign in to comment.