Skip to content

Commit 710efeb

Browse files
authored
v1.21 yes.. Another update
Fixed error when downloading plugins and languages updates
1 parent 6420f44 commit 710efeb

File tree

5 files changed

+8
-2
lines changed

5 files changed

+8
-2
lines changed

AUTOPLUG2/git/shared.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ APP_PROJECT = "AutoPlugin2"
44
APP_FOLDER = "AUTOPLUG2"
55

66
APP_VERSION_MAJOR = 0x01 -- major.minor
7-
APP_VERSION_MINOR = 0x20
7+
APP_VERSION_MINOR = 0x21
88
APP_VERSION = ((APP_VERSION_MAJOR << 0x18) | (APP_VERSION_MINOR << 0x10)) -- Union Binary

AUTOPLUG2/sce_sys/livearea/contents/template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<frame id="frame3">
2121
<liveitem>
2222
<text align="left" text-align="left" word-wrap="off" ellipsis="on">
23-
<str size="26" color="#ffffff" shadow="on">v1.20</str>
23+
<str size="26" color="#ffffff" shadow="on">v1.21</str>
2424
</text>
2525
</liveitem>
2626
</frame>

AUTOPLUG2/sce_sys/param.sfo

0 Bytes
Binary file not shown.

Changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v1.21
2+
++ Fixed error when downloading plugins and languages updates
3+
14
# v1.20
25
++ Added option in Extras section: Install Vitashell
36
++ Some plugins corrections thanks to Yoti

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ You no longer need to add the line:
6666
Download the **font.pgf** file(here https://github.com/ONElua/Autoplugin2/blob/master/font/font.pgf ) and insert it in the path **ux0:data/Autoplugin2/font** (Remember if the font folder does not exist you have to create it)
6767
This fixes missing non-standard characters, not found at english charset. Those will show as "_" instead of the unusual letter.
6868

69+
### Changelog 1.21 ###
70+
- Fixed error when downloading plugins and languages updates
71+
6972
### Changelog 1.20 ###
7073
- Added option in Extras section: Install Vitashell
7174
- Some plugins corrections thanks to Yoti

0 commit comments

Comments
 (0)