Skip to content

Commit

Permalink
3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
internetztube committed Oct 4, 2024
1 parent 43d3ea8 commit e25fbe2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 3.0.7 - 2024-10-04
### Added
- Add table indexes to improve read performance. Thank you, [@webrgp](https://github.com/webrgp)! [#38](https://github.com/internetztube/craft-element-relations/issues/38)

## 3.0.6 - 2024-10-04
### Fixed
- Removed unnecessary join in RelationsService to improve performance. [#37](https://github.com/internetztube/craft-element-relations/issues/36)
- Removed unnecessary join in RelationsService to improve performance. [#37](https://github.com/internetztube/craft-element-relations/issues/37)

## 3.0.5 - 2024-09-14
### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "internetztube/craft-element-relations",
"description": "Shows all relations of an element.",
"type": "craft-plugin",
"version": "3.0.6",
"version": "3.0.7",
"keywords": [
"craft",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion src/ElementRelations.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
class ElementRelations extends Plugin
{
public static ElementRelations $plugin;
public string $schemaVersion = "1.0.6";
public string $schemaVersion = "1.0.7";
public bool $hasCpSettings = false;
public bool $hasCpSection = false;

Expand Down

0 comments on commit e25fbe2

Please sign in to comment.