Skip to content

Commit

Permalink
Add note for Developers
Browse files Browse the repository at this point in the history
correct version in README.md
  • Loading branch information
JLTRY committed Oct 28, 2024
1 parent fc4bfe3 commit 651db26
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions FOR_DEVELOPERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Developer's guide

- [How to update release](#how-to-update-release-version)
- [How to update release package](#how-to-update-release-package)

### How to update release version

Update line VERSION = "4.0.2"
in Makefile file
launch make fixversions in an linux shell
This will update all xml versions (package/component/plugins)

### How to update release package

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# attachments 4.0.2
# attachments 4.0.3

## Quick Start

Expand All @@ -20,7 +20,7 @@ Joomla 4.0+ compatible also with Joomla 5.0+
- 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
- Merge pull request [#60](/../../pull/60) from mckillo/master
Some small fix about install, string, datetime, deprecated

## Changes since version 4.0.1
Expand Down

0 comments on commit 651db26

Please sign in to comment.