Skip to content

Commit

Permalink
1.8.38 meta
Browse files Browse the repository at this point in the history
  • Loading branch information
dvz committed Apr 22, 2024
1 parent e0b2aee commit df1db89
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
4 changes: 2 additions & 2 deletions inc/class_core.php
Expand Up @@ -14,14 +14,14 @@ class MyBB {
*
* @var string
*/
public $version = "1.8.37";
public $version = "1.8.38";

/**
* The version code of MyBB we're running.
*
* @var integer
*/
public $version_code = 1837;
public $version_code = 1838;

/**
* The current working directory.
Expand Down
2 changes: 1 addition & 1 deletion inc/languages/english.php
Expand Up @@ -27,7 +27,7 @@
//$langinfo['additional_name'] = " ";

// Compatible version of MyBB
$langinfo['version'] = "1837";
$langinfo['version'] = "1838";

// Sets if the translation includes the Admin CP (1 = yes, 0 = no)
$langinfo['admin'] = 1;
Expand Down
2 changes: 1 addition & 1 deletion install/resources/mybb_theme.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<theme name="MyBB Master Style" version="1837">
<theme name="MyBB Master Style" version="1838">
<properties>
<templateset><![CDATA[1]]></templateset>
<imgdir><![CDATA[images]]></imgdir>
Expand Down
21 changes: 21 additions & 0 deletions install/resources/upgrade59.php
@@ -0,0 +1,21 @@
<?php
/**
* MyBB 1.8
* Copyright 2014 MyBB Group, All Rights Reserved
*
* Website: http://www.mybb.com
* License: http://www.mybb.com/about/license
*
*/

/**
* Upgrade Script: 1.8.37
*/

$upgrade_detail = array(
"revert_all_templates" => 0,
"revert_all_themes" => 0,
"revert_all_settings" => 0
);

/* Nothing to do for 1.8.37 */

0 comments on commit df1db89

Please sign in to comment.