Skip to content

Commit

Permalink
modify version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JLTRY committed Apr 18, 2024
1 parent a05b3ed commit c316f6d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "3.2.6"
VERSION = "4.0.0"
VERSION2 = $(shell echo $(VERSION)|sed 's/ /-/g')
ZIPFILE = attachments-$(VERSION2).zip

Expand Down
6 changes: 3 additions & 3 deletions pkg_attachments/pkg_attachments.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<extension type="package" version="4.0" method="upgrade">
<name>pkg_attachments</name>
<packagename>attachments</packagename>
<version>3.2.6</version>
<creationDate>March 26, 2018</creationDate>
<copyright>(C) 2007-2018 Jonathan M. Cameron. All rights reserved.</copyright>
<version>4.0.0</version>
<creationDate>January 1, 2024</creationDate>
<copyright>(C) 2007-2024 Jonathan M. Cameron. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL</license>
<author>Jonathan M. Cameron</author>
<authorEmail>[email protected]</authorEmail>
Expand Down
6 changes: 3 additions & 3 deletions show_attachments_in_editor_plugin/show_attachments.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" group="system" version="4.0" method="upgrade">
<name>plg_system_show_attachments_in_editor</name>
<version>3.2.6</version>
<creationDate>March 26, 2018</creationDate>
<version>4.0.0</version>
<creationDate>January 1, 2024</creationDate>
<author>Jonathan M. Cameron</author>
<copyright>(C) 2011-2018 Jonathan M. Cameron. All rights reserved.</copyright>
<copyright>(C) 2011-2024 Jonathan M. Cameron. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://joomlacode.org/gf/project/attachments/</authorUrl>
Expand Down

0 comments on commit c316f6d

Please sign in to comment.