Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
v1.0.13
Browse files Browse the repository at this point in the history
Fixed post handling in /settings (name, bio)
  • Loading branch information
rodber committed Jun 6, 2018
1 parent 6fad6e8 commit 159daea
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 134 deletions.
2 changes: 1 addition & 1 deletion app/app.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
define('G_APP_NAME', 'Chevereto Free');
define('G_APP_VERSION', '1.0.12');
define('G_APP_VERSION', '1.0.13');
define('G_APP_GITHUB_OWNER', 'Chevereto');
define('G_APP_GITHUB_REPO', 'Chevereto-Free');
define('G_APP_GITHUB_REPO_URL', 'https://github.com/' . G_APP_GITHUB_OWNER . '/' . G_APP_GITHUB_REPO);
Expand Down
1 change: 1 addition & 0 deletions app/install/installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@
],
'1.0.11' => NULL,
'1.0.12' => NULL,
'1.0.13' => NULL,
];
// Settings that must be renamed from NAME to NEW NAME and DELETE old NAME
$settings_rename = [];
Expand Down
Loading

0 comments on commit 159daea

Please sign in to comment.