Skip to content

Commit

Permalink
V5.3.1: SEO-related improvements and bug fixes (#2600)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Jul 27, 2023
1 parent c392eb1 commit 3934c61
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ This project adheres to [Semantic Versioning](https://semver.org/).

### Added

### Changed

### Deprecated

### Removed

### Fixed

### 5.3.1

### Changed
- Document how to set up the robots configuration for single view pages (#2598)
- Make the upgrade wizard for the separate billing address repeatable (#2558)
Expand All @@ -17,10 +27,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Update the email CSS to simple.css v2.2.1 (#2543)
- Drop the UID from the event record slug (#2537)

### Deprecated

### Removed

### Fixed
- Always provide the canonical URL for the single view (#2596)
- Use the correct `DirectPersist` trait from oelib (#2593)
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ conf.py:
copyright: 2023
project: Seminar Manager
version: 5.3
release: 5.3.0
release: 5.3.1
latex_documents:
- - Index
- seminars.tex
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'Seminar Manager',
'description' => 'Allows you to create and manage a list of seminars, workshops, lectures, theater performances and other events, allowing front-end users to sign up. FE users also can create and edit events.',
'version' => '5.3.0',
'version' => '5.3.1',
'category' => 'plugin',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit 3934c61

Please sign in to comment.