Skip to content

Commit

Permalink
chore: wrapping up v8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Aug 24, 2022
1 parent e905fbd commit 5cb079b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Version history
===============

8.0 (2022-08-24):

- changed: updated for Elgg 4.3

7.1.1 (2022-07-12):

- several small chores/fixes
Expand Down
2 changes: 1 addition & 1 deletion elgg-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

return [
'plugin' => [
'version' => '7.1.1',
'version' => '8.0',
],
'actions' => [
'entity_tools/update_entities' => [],
Expand Down
2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Entity tools</name>
<author>ColdTrick IT Solutions</author>
<version>7.1.1</version>
<version>8.0</version>
<description>Advanced editing of entities in your Elgg database.</description>
<website>http://www.coldtrick.com/</website>
<repository>https://github.com/ColdTrick/entity_tools</repository>
Expand Down

0 comments on commit 5cb079b

Please sign in to comment.