Skip to content

Commit

Permalink
Release 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JLTRY committed Oct 28, 2024
1 parent 17c927f commit fc4bfe3
Show file tree
Hide file tree
Showing 15 changed files with 39 additions and 172 deletions.
148 changes: 0 additions & 148 deletions 0-README-3.0-Versions.txt

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "4.0.2"
VERSION = "4.0.3"
VERSION2 = $(shell echo $(VERSION)|sed 's/ /-/g')
ZIPFILE = attachments-$(VERSION2).zip

Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ Download <a href="https://github.com/jmcameron/attachments/releases/latest" targ

Joomla 4.0+ compatible also with Joomla 5.0+

## Changes since version 4.0.2

- Some cosmetic changes to better fit the new admin template for joomla 4 & 5
- Rawurlencode filenames when not using secure download links
- Fix attachment parent info saving for Joomla 5 for new articles
- Correct add attachment in backend
- correct ReferenceError: submitbutton is not defined
in add Attachment for article
- Fix plugin warnings
- Add a hint if no extensions are allowed due to joomla upgrade
- Fix Deprecated: explode() when upload a file (FE) [#64](/../../issues/64)
- Allow plugins to be loaded from cli. Fixes [#61](/../../issues/61)
- Merge pull request [#60](/../../pull/50) from mckillo/master
Some small fix about install, string, datetime, deprecated

## Changes since version 4.0.1

- add server update
Expand Down
4 changes: 2 additions & 2 deletions add_attachment_btn_plugin/add_attachment.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" group="editors-xtd" version="4.0" method="upgrade">
<name>plg_editors-xtd_add_attachment_btn</name>
<version>4.0.2</version>
<creationDate>July 11, 2024</creationDate>
<version>4.0.3</version>
<creationDate>October 28, 2024</creationDate>
<author>Jonathan M. Cameron</author>
<copyright>(C) 2007-2024 Jonathan M. Cameron. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL</license>
Expand Down
2 changes: 1 addition & 1 deletion attachments_component/admin/help/en-GB/help.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

.. class:: version

**Version 3.2.6 - March 26, 2018**
**Version 4.0.3 - October 28, 2024**

**This version is for Joomla 1.7/2.5+**

Expand Down
4 changes: 2 additions & 2 deletions attachments_component/attachments.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="4.0" method="upgrade">
<name>com_attachments</name>
<version>4.0.2</version>
<creationDate>July 11, 2024</creationDate>
<version>4.0.3</version>
<creationDate>October 28, 2024</creationDate>
<author>Jonathan M. Cameron</author>
<authorEmail>jmcameron@jmcameron.net</authorEmail>
<authorUrl>http://joomlacode.org/gf/project/attachments3/</authorUrl>
Expand Down
4 changes: 2 additions & 2 deletions attachments_for_content/attachments_for_content.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" group="attachments" version="2.5" method="upgrade">
<name>plg_attachments_for_content</name>
<version>4.0.2</version>
<creationDate>July 11, 2024</creationDate>
<version>4.0.3</version>
<creationDate>October 28, 2024</creationDate>
<author>Jonathan M. Cameron</author>
<authorEmail>jmcameron@jmcameron.net</authorEmail>
<authorUrl>http://joomlacode.org/gf/project/attachments/</authorUrl>
Expand Down
4 changes: 2 additions & 2 deletions attachments_plugin/attachments.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" group="content" version="4.0" method="upgrade">
<name>plg_content_attachments</name>
<version>4.0.2</version>
<creationDate>July 11, 2024</creationDate>
<version>4.0.3</version>
<creationDate>October 28, 2024</creationDate>
<author>Jonathan M. Cameron</author>
<authorEmail>jmcameron@jmcameron.net</authorEmail>
<authorUrl>http://joomlacode.org/gf/project/attachments/</authorUrl>
Expand Down
4 changes: 2 additions & 2 deletions attachments_plugin_framework/framework.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" group="attachments" version="4.0" method="upgrade">
<name>plg_attachments_plugin_framework</name>
<version>4.0.2</version>
<creationDate>July 11, 2024</creationDate>
<version>4.0.3</version>
<creationDate>October 28, 2024</creationDate>
<author>Jonathan M. Cameron</author>
<authorEmail>jmcameron@jmcameron.net</authorEmail>
<authorUrl>http://joomlacode.org/gf/project/attachments/</authorUrl>
Expand Down
4 changes: 2 additions & 2 deletions attachments_quickicon_plugin/attachments.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" group="quickicon" version="4.0" method="upgrade">
<name>plg_quickicon_attachments</name>
<version>4.0.2</version>
<creationDate>July 11, 2024</creationDate>
<version>4.0.3</version>
<creationDate>October 28, 2024</creationDate>
<author>Jonathan M. Cameron</author>
<copyright>(C) 2007-2018 Jonathan M. Cameron. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL</license>
Expand Down
4 changes: 2 additions & 2 deletions attachments_search/attachments.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" group="search" version="4.0" method="upgrade">
<name>plg_search_attachments</name>
<version>4.0.2</version>
<creationDate>July 11, 2024</creationDate>
<version>4.0.3</version>
<creationDate>October 28, 2024</creationDate>
<author>Jonathan M. Cameron</author>
<authorEmail>jmcameron@jmcameron.net</authorEmail>
<authorUrl>http://joomlacode.org/gf/project/attachments/</authorUrl>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" group="editors-xtd" version="4.0" method="upgrade">
<name>plg_editors-xtd_insert_attachments_token_btn</name>
<version>4.0.2</version>
<creationDate>July 11, 2024</creationDate>
<version>4.0.3</version>
<creationDate>October 28, 2024</creationDate>
<author>Jonathan M. Cameron</author>
<copyright>(C) 2007-2024 Jonathan M. Cameron. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL</license>
Expand Down
4 changes: 2 additions & 2 deletions pkg_attachments/pkg_attachments.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<extension type="package" version="4.0" method="upgrade">
<name>pkg_attachments</name>
<packagename>attachments</packagename>
<version>4.0.2</version>
<creationDate>July 11, 2024</creationDate>
<version>4.0.3</version>
<creationDate>October 28, 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>
Expand Down
4 changes: 2 additions & 2 deletions pkg_attachments/update_pkg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<element>pkg_attachments</element>
<type>package</type>
<client>site</client>
<version>4.0.2</version>
<version>4.0.3</version>
<infourl title="Attachments">https://github.com/jmcameron/attachments/</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/jmcameron/attachments/releases/download/v4.0.2/attachments-4.0.2.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/jmcameron/attachments/releases/download/v4.0.3/attachments-4.0.3.zip</downloadurl>
</downloads>
<tags>
<tag>Stable</tag>
Expand Down
4 changes: 2 additions & 2 deletions show_attachments_in_editor_plugin/show_attachments.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?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>4.0.2</version>
<creationDate>July 11, 2024</creationDate>
<version>4.0.3</version>
<creationDate>October 28, 2024</creationDate>
<author>Jonathan M. Cameron</author>
<copyright>(C) 2011-2024 Jonathan M. Cameron. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL</license>
Expand Down

0 comments on commit fc4bfe3

Please sign in to comment.