Version bump to 1.1.3 since conversation tracking
This commit is contained in:
parent
9f09b136b8
commit
8ad4d1baf8
|
@ -118,7 +118,7 @@ Upgrades from _StatusNet_ 1.1.1 will also experience these improvements:
|
||||||
- More robust handling of errors in distribution.
|
- More robust handling of errors in distribution.
|
||||||
- Fix error in OStatus subscription for remote groups.
|
- Fix error in OStatus subscription for remote groups.
|
||||||
- Fix error in XMPP distribution.
|
- Fix error in XMPP distribution.
|
||||||
|
- Tracking of conversation URI metadata (more coherent convos)
|
||||||
|
|
||||||
### Troubleshooting
|
### Troubleshooting
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ if (!defined('GNUSOCIAL')) { exit(1); }
|
||||||
define('GNUSOCIAL_ENGINE', 'GNU social');
|
define('GNUSOCIAL_ENGINE', 'GNU social');
|
||||||
define('GNUSOCIAL_ENGINE_URL', 'https://www.gnu.org/software/social/');
|
define('GNUSOCIAL_ENGINE_URL', 'https://www.gnu.org/software/social/');
|
||||||
|
|
||||||
define('GNUSOCIAL_BASE_VERSION', '1.1.2');
|
define('GNUSOCIAL_BASE_VERSION', '1.1.3');
|
||||||
define('GNUSOCIAL_LIFECYCLE', 'alpha1'); // 'dev', 'alpha[0-9]+', 'beta[0-9]+', 'rc[0-9]+', 'release'
|
define('GNUSOCIAL_LIFECYCLE', 'alpha1'); // 'dev', 'alpha[0-9]+', 'beta[0-9]+', 'rc[0-9]+', 'release'
|
||||||
|
|
||||||
define('GNUSOCIAL_VERSION', GNUSOCIAL_BASE_VERSION . '-' . GNUSOCIAL_LIFECYCLE);
|
define('GNUSOCIAL_VERSION', GNUSOCIAL_BASE_VERSION . '-' . GNUSOCIAL_LIFECYCLE);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user