File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Simple footer module for webtrees
2
2
=================================
3
3
4
4
[ ![ Latest Release] ( https://img.shields.io/github/release/JustCarmen/webtrees-simple-footer.svg )] [ 1 ]
5
- [ ![ webtrees major version] ( https://img.shields.io/badge/webtrees-v2.1 .x-green )] [ 2 ]
5
+ [ ![ webtrees major version] ( https://img.shields.io/badge/webtrees-v2.2 .x-green )] [ 2 ]
6
6
[ ![ Downloads] ( https://img.shields.io/github/downloads/JustCarmen/webtrees-simple-footer/total.svg )] ( )
7
7
8
8
[ ![ paypal] ( https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XPBC2W85M38AS&item_name=webtrees%20modules%20by%20JustCarmen¤cy_code=EUR )
Original file line number Diff line number Diff line change 1
- 1.1.1
1
+ 1.2
Original file line number Diff line number Diff line change 36
36
37
37
// Module constants
38
38
public const CUSTOM_AUTHOR = 'JustCarmen ' ;
39
- public const CUSTOM_VERSION = '1.1.1 ' ;
39
+ public const CUSTOM_VERSION = '1.2 ' ;
40
40
public const GITHUB_REPO = 'webtrees-simple-footer ' ;
41
41
public const AUTHOR_WEBSITE = 'https://justcarmen.nl ' ;
42
42
public const CUSTOM_SUPPORT_URL = self ::AUTHOR_WEBSITE . '/modules-webtrees-2/simple-footer/ ' ;
Original file line number Diff line number Diff line change 7
7
*/
8
8
9
9
let mix = require ( 'laravel-mix' ) ;
10
- const version = '1.1.1 ' ;
10
+ const version = '1.2 ' ;
11
11
12
12
//https://github.com/gregnb/filemanager-webpack-plugin
13
13
const FileManagerPlugin = require ( 'filemanager-webpack-plugin' ) ;
You can’t perform that action at this time.
0 commit comments