Skip to content

Commit

Permalink
module name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
hartenthaler committed Jun 4, 2020
1 parent 9a2693f commit f417555
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# german-chancellors-and-presidents
# german-chancellors-presidents
This module provides historical facts (in German language) for [webtrees](https://www.webtrees.net/) - Chancellors and Presidents of Germany (since 1949)

## System requirements
Expand All @@ -8,9 +8,9 @@ Tested with 2.0 version.

## Installation
1. Make database backup
1. Download the [latest release](https://github.com/hartenthaler/german-chancellors-and-presidents/releases/latest)
1. Download the [latest release](https://github.com/hartenthaler/german-chancellors-presidents/releases/latest)
1. Unzip the package into your `webtrees/modules_v4` directory of your web server
1. Rename the folder to `GermanChancellorsAndPresidents`
1. Rename the folder to `german-chancellors-presidents`

## Usage
Activate this module as an admin (in Control Panel/Modules/Individual page/Historic events).
Expand Down
2 changes: 1 addition & 1 deletion latest-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.3.4
2.0.4.0
8 changes: 4 additions & 4 deletions module.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
use ModuleCustomTrait;
use ModuleHistoricEventsTrait;

public const CUSTOM_TITLE = 'GermanChancellorsAndPresidents';
public const CUSTOM_TITLE = 'German Chancellors Presidents';

public const CUSTOM_AUTHOR = 'Hermann Hartenthaler';

public const CUSTOM_WEBSITE = 'https://github.com/hartenthaler/german-chancellors-and-presidents/';
public const CUSTOM_WEBSITE = 'https://github.com/hartenthaler/german-chancellors-presidents/';

public const CUSTOM_VERSION = '2.0.3.4';
public const CUSTOM_VERSION = '2.0.4.0';

public const CUSTOM_LAST = 'https://github.com/hartenthaler/german-chancellors-and-presidents/blob/master/latest-version.txt';
public const CUSTOM_LAST = 'https://github.com/hartenthaler/german-chancellors-presidents/blob/master/latest-version.txt';

/**
* Constructor. The constructor is called on *all* modules, even ones that are disabled.
Expand Down

0 comments on commit f417555

Please sign in to comment.