Compare commits
No commits in common. "d0989658838e36c458e0dbb2740cb9632436cb4c" and "c914984deb022050760fb0a19a593a079a68995f" have entirely different histories.
d098965883
...
c914984deb
3 changed files with 5 additions and 6 deletions
|
@ -1,5 +1,3 @@
|
||||||
## 1.1.1
|
|
||||||
- Opravit problém s burzou
|
|
||||||
## 1.1.0-alpha.1
|
## 1.1.0-alpha.1
|
||||||
- Experimentální podpora pro SPŠEI Ostrava
|
- Experimentální podpora pro SPŠEI Ostrava
|
||||||
- Hezčí kód
|
- Hezčí kód
|
||||||
|
|
|
@ -326,7 +326,7 @@ class Canteen {
|
||||||
r"""db\/dbProcessOrder\.jsp.+?type=((plusburza)|(minusburza)).+?(?=')""")
|
r"""db\/dbProcessOrder\.jsp.+?type=((plusburza)|(minusburza)).+?(?=')""")
|
||||||
.firstMatch(o);
|
.firstMatch(o);
|
||||||
if (match != null) {
|
if (match != null) {
|
||||||
burzaUrl = match.group(0)!.replaceAll("amp;", "");
|
burzaUrl = match.group(1)!.replaceAll("amp;", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
name: canteenlib
|
name: canteenlib
|
||||||
description: Library for communication with the czech canteen food ordering system iCanteen
|
description: Library for communication with the czech canteen food ordering system iCanteen
|
||||||
version: 1.1.1
|
version: 1.1.0-alpha.1
|
||||||
repository: 'https://git.mnau.xyz/hernik/canteenlib'
|
repository: 'https://github.com/hernikplays/canteenlib'
|
||||||
issue_tracker: 'https://git.mnau.xyz/hernik/canteenlib/issues'
|
issue_tracker: 'https://github.com/hernikplays/canteenlib/issues'
|
||||||
|
documentation: 'https://docs.hernikplays.cz'
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.16.1 <3.0.0'
|
sdk: '>=2.16.1 <3.0.0'
|
||||||
|
|
Reference in a new issue