Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hubzilla
core
Commits
7ba58208
Commit
7ba58208
authored
Sep 16, 2021
by
Mario
Browse files
version 6.2.1 and changelog
parent
cc836777
Pipeline
#444966
passed with stage
in 3 minutes and 2 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
7ba58208
Hubzilla 6.2.1 (2021-09-16)
- Fix regression introduced in 6.2 where Diaspora comments on Hubzilla posts were not relayed
- Fix wrong variable used for refresh under certain conditions
- Fix issue where summary tag was processed in cleanup_bbcode() while it shoud not
- Fix issue where profile name change was not applied if done from non primary location
- Fix spacing issue for collapsed pinned apps with an image
- Fix language selector reloading the page if not clicking exactly the icon
- Fix regression displaying bootstrap modals introduced in 6.2
Hubzilla 6.2 (2021-09-08)
- Deprecate the custom highlight [hl] bbcode in favor of [mark] which is a html5 standard
- Check post_mail permission when receiving a direct message
...
...
boot.php
View file @
7ba58208
...
...
@@ -53,7 +53,7 @@ require_once('include/bbcode.php');
require_once
(
'include/items.php'
);
define
(
'PLATFORM_NAME'
,
'hubzilla'
);
define
(
'STD_VERSION'
,
'6.2'
);
define
(
'STD_VERSION'
,
'6.2
.1
'
);
define
(
'ZOT_REVISION'
,
'6.0'
);
define
(
'DB_UPDATE_VERSION'
,
1248
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment