Skip to content

Commit 5771e78

Browse files
authored
v0.1.0
1 parent bb1ba43 commit 5771e78

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ For update from v0.0.1 or v0.0.2 please `disable` the extension and `delete data
3131

3232
## Changelog
3333

34+
### v0.1.0 (31-05-2022) Error in migrations
35+
3436
### v0.0.4 (18-03-2022) Cleanup Code
3537

3638
### v0.0.3 (20-02-2022) Code changes

imcger/imgupload/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ For update from v0.0.1 or v0.0.2 please `disable` the extension and `delete data
3131

3232
## Changelog
3333

34+
### v0.1.0 (31-05-2022) Error in migration
35+
3436
### v0.0.4 (18-03-2022) Cleanup Code
3537

3638
### v0.0.3 (20-02-2022) Code changes

imcger/imgupload/migrations/install_settings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function effectively_installed()
2020

2121
public static function depends_on()
2222
{
23-
return array('\imcger\externallinks\migrations\install_acp_module');
23+
return array('\imcger\imgupload\migrations\install_acp_module');
2424
}
2525

2626
public function update_data()
@@ -30,7 +30,7 @@ public function update_data()
3030
array('config.update', array('img_max_width', 0)),
3131
array('config.update', array('img_max_height', 0)),
3232

33-
array('config.add', array('imcger_imgupload_version', '0.0.3')),
33+
array('config.add', array('imcger_imgupload_version', '0.1.0')),
3434
);
3535
}
3636
}

0 commit comments

Comments
 (0)