Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

Commit

Permalink
BT-44 - Added CHANGELOG.md and bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tatewake committed Sep 14, 2020
1 parent cbf246a commit 5b67e15
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 5 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
### Changed
### Removed
### Fixed

## [1.0.0] - 2020-09-14

### Added

- [BT-38] - When creating a backup file, we now ensure we don't backup any metadata about backups, and we also delete any "already deleted" backups in the `media_attic` that the user cannot otherwise delete
- [BT-44] - Added this CHANGELOG.md file and first official version number 1.0.0 and release date to 2020-09-14
- [BT-46] - Added LICENSE, rewrote README.md and some re-writing of how the backup page looks

### Changed

- [BT-39] - When the backup completes, we now hide the "backup progress" text
- [BT-42] - If a user is running on a Windows-based server, we now alert the user that there may be issues with the plugin, and force an "I Understand" button to be pressed to show the plugin
- [BT-43] - Did some code cleanup via `php-cs-fixer` and `js-beautify`; also removed German, French, and Japanese translations as they're now out of date and need to be redone

##

[1.0.0]: https://github.com/tatewake/dokuwiki-plugin-backup/releases/tag/1.0.0

[BT-39]: https://github.com/tatewake/dokuwiki-plugin-backup/issues/39
[BT-38]: https://github.com/tatewake/dokuwiki-plugin-backup/issues/38

[BT-42]: http://192.168.1.150/open-source/dokuwiki/backup/-/issues/42
[BT-43]: http://192.168.1.150/open-source/dokuwiki/backup/-/issues/43
[BT-44]: http://192.168.1.150/open-source/dokuwiki/backup/-/issues/44
[BT-46]: http://192.168.1.150/open-source/dokuwiki/backup/-/issues/46
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

* **Author**: [Terence J. Grant](mailto:tjgrant@tatewake.com) (with special thanks to [Andreas Wagner](andreas.wagner@em.uni-frankfurt.de) and [Andreas Gohr](dokuwiki@cosmocode.de))
* **License**: [GNU GPL v2](http://opensource.org/licenses/GPL-2.0)
* **Latest Release**: Jan 12th, 2020
* **Latest Release**: v1.0.0 on Sep 14th, 2020
* **Changes**: See [CHANGELOG.md](CHANGELOG.md) for full details.
* **Donate**: [Donations](http://tjgrant.com/wiki/donate) and [Sponsorships](https://github.com/sponsors/tatewake) are appreciated!

Expand Down
8 changes: 4 additions & 4 deletions plugin.info.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
base backup
author Terence J. Grant, Andreas Wagner, Andreas Gohr
email tjgrant@tatewake.com, andreas.wagner@em.uni-frankfurt.de, gohr@cosmocode.de
date 2020-01-12
name BackupTool for DokuWiki
author Terence J. Grant
email tjgrant@tatewake.com
date 2020-09-14
name BackupTool for DokuWiki 1.0.0
desc A tool to backup your data and configuration.
url https://www.dokuwiki.org/plugin:backup

0 comments on commit 5b67e15

Please sign in to comment.