Skip to content

Commit

Permalink
Release notes and update information
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas K. Dionysopoulos committed Sep 4, 2018
1 parent 3e0f297 commit 45b12c5
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 9 deletions.
15 changes: 6 additions & 9 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,20 @@

We are developing, testing and using Akeeba Release System using the latest version of Joomla! and a popular and actively maintained branch of PHP 7. At the time of this writing this is:
* Joomla! 3.8
* PHP 7.1
* PHP 7.2

Akeeba Release System should be compatible with:
* Joomla! 3.4, 3.5, 3.6, 3.7, 3.8
* PHP 5.4, 5.5, 5.6, 7.0, 7.1, 7.2.

## Changelog

**New**
**Other changes**

* Joomla! 3.9 backend Components menu item compatibility

* Rewritten interface using our Akeeba Frontend Framework (FEF).
* Warn the user if either FOF or FEF is not installed.
* Warn the user about incompatible versions of PHP, use of eAccelerator on PHP 5.4 and use of HHVM.

**Bug fixes**

* List of files not rendered for Amazon S3 categories
* Link Created by ARS Item Button is wrong (gh-129)
* Unpublishing a Download ID in the front-end redirects you to some other page, not the one you were in.
* Accessing the Update view without specifying a valid format (xml or ini) should result in the XML feed being returned, not an error page
* Automatic Descriptions does not allow selection of multiple environments
* gh-155 Do not display unpublished Items in Latest view
35 changes: 35 additions & 0 deletions update/pkg_ars_updates.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
<!-- Akeeba Release System update provisioning XML stream -->
<updates>
<!-- Version 4.1.1 Stable -->
<update>
<version>4.1.1</version>
<tags>
<tag>stable</tag>
</tags>

<downloads>
<downloadurl type="full" format="zip">https://github.com/akeeba/release-system/releases/download/4.1.1/pkg_ars-4.1.1.zip</downloadurl>
</downloads>
<infourl title="Akeeba Release System Release Notes">https://github.com/akeeba/release-system/releases/4.1.1</infourl>

<targetplatform name="joomla" version="3.4"/>
<targetplatform name="joomla" version="3.5"/>
<targetplatform name="joomla" version="3.6"/>
<targetplatform name="joomla" version="3.7"/>

<php_minimum>5.4.0</php_minimum>

<ars-phpcompat version="5.4"/>
<ars-phpcompat version="5.5"/>
<ars-phpcompat version="5.6"/>
<ars-phpcompat version="7.0"/>
<ars-phpcompat version="7.1"/>

<name>Akeeba Release System package</name>
<description>Akeeba Release System - A download manager component for Joomla!, designed for software distribution</description>
<element>pkg_ars</element>
<type>package</type>
<maintainer>Akeeba Ltd</maintainer>
<maintainerurl>https://www.akeebabackup.com</maintainerurl>
<section>Updates</section>
<client>0</client>
</update>

<!-- Version 4.1.0 Stable -->
<update>
<version>4.1.0</version>
Expand Down

0 comments on commit 45b12c5

Please sign in to comment.