Skip to content

Commit a95387e

Browse files
authored
Update version 1823 (#254)
* Bump Merge System version to 1.8.23 * Bump loginconvert plugin version to 1.4.2 * Add .gitattributes * Update README.md a little * Update README.md, remove old paragraphs
1 parent 8dd8848 commit a95387e

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

.gitattributes

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* text=auto eol=lf
2+
3+
.gitattributes export-ignore
4+
.gitignore export-ignore
5+
/README.md export-ignore

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# Development stop
2-
As of October 2016 the development of the MyBB Merge System has been stopped in favour of the development of MyBB 2.0. [read more on our blog](https://blog.mybb.com/2016/10/17/mybb-1-8-8-merge-system-1-8-8-release/)
1+
# Development continues
2+
3+
Please read the blog announcement [MyBB Merge System Support Update](https://blog.mybb.com/2020/01/08/mybb-merge-system-support-update/).
34

45
[![MyBB](https://raw.github.com/mybb/mybb/feature/images/logo.png "MyBB")](http://www.mybb.com "MyBB")
6+
57
## MyBB Merge System
68
A repository for the MyBB merge system.
79

index.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
*********** DON'T TOUCH ANYTHING ELSE HERE ***********
3737
******************************************************/
3838

39-
$merge_version = "1.8.11";
40-
$version_code = 1811;
39+
$merge_version = "1.8.23";
40+
$version_code = 1823;
4141

4242
// Load core files
4343
define("MYBB_ROOT", dirname(dirname(__FILE__)).'/');
@@ -1024,4 +1024,3 @@
10241024

10251025
$output->module_list();
10261026
}
1027-

loginconvert.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function loginconvert_info()
5757
"website" => "http://www.mybb.com",
5858
"author" => "MyBB Group",
5959
"authorsite" => "http://www.mybb.com",
60-
"version" => "1.4.1",
60+
"version" => "1.4.2",
6161
"compatibility" => "18*",
6262
"codename" => "loginconvert",
6363
);

0 commit comments

Comments
 (0)