Browse Source

Update to 0.13.1beta

pull/653/head
Jaussoin Timothée 8 years ago
parent
commit
32ae280adf
  1. 5
      CHANGELOG.md
  2. 2
      VERSION
  3. 32
      composer.lock
  4. 2
      manifest.webapp

5
CHANGELOG.md

@ -3,6 +3,11 @@ Movim Changelog
v0.13.1 (trunk)
---------------------------
* Add a picture picker when sharing a URL in a post
* Merge Publish in PublishBrief
* Implement XEP-0157 to allow users to contact their administrators
* Change the Reply button to Share
* Add a spoiler on NSFW articles in the news feed
* Show a spoiler on NSFW posts when the filter is enabled in News
* Enhancements on Visio and CSS improvements
* Fix date display in Chat on instable connectivity

2
VERSION

@ -1 +1 @@
0.13
0.13.1beta

32
composer.lock

@ -404,7 +404,7 @@
"opengraph",
"twitter cards"
],
"time": "2018-01-17 16:20:41"
"time": "2018-01-17T16:20:41+00:00"
},
{
"name": "evenement/evenement",
@ -605,7 +605,7 @@
"keywords": [
"emoji"
],
"time": "2016-11-15 20:35:47"
"time": "2016-11-15T20:35:47+00:00"
},
{
"name": "michelf/php-markdown",
@ -651,7 +651,7 @@
"keywords": [
"markdown"
],
"time": "2018-01-15 00:49:33"
"time": "2018-01-15T00:49:33+00:00"
},
{
"name": "monolog/monolog",
@ -763,7 +763,7 @@
"database",
"sql"
],
"time": "2017-07-06 11:04:24"
"time": "2017-07-06T11:04:24+00:00"
},
{
"name": "movim/moxl",
@ -811,7 +811,7 @@
"php",
"xmpp"
],
"time": "2018-01-21 17:19:29"
"time": "2018-01-21T17:19:29+00:00"
},
{
"name": "movim/sasl2",
@ -862,7 +862,7 @@
"sasl2",
"scram"
],
"time": "2014-06-05 21:19:06"
"time": "2014-06-05T21:19:06+00:00"
},
{
"name": "paragonie/random_compat",
@ -1094,7 +1094,7 @@
],
"description": "easy and fast template engine",
"homepage": "http://raintpl.com",
"time": "2016-12-15 14:21:40"
"time": "2016-12-15T14:21:40+00:00"
},
{
"name": "ramsey/uuid",
@ -1418,11 +1418,6 @@
"react/stream": "^1.0 || ^0.7.1",
"ringcentral/psr7": "^1.2"
},
"require-dev": {
"clue/block-react": "^1.1",
"phpunit/phpunit": "^4.8.10||^5.0",
"react/socket": "^1.0 || ^0.8 || ^0.7"
},
"type": "library",
"autoload": {
"psr-4": {
@ -1433,16 +1428,11 @@
"license": [
"MIT"
],
"description": "Event-driven, streaming plaintext HTTP and secure HTTPS server for ReactPHP",
"description": "Library for building an evented http server.",
"keywords": [
"event-driven",
"http",
"https",
"reactphp",
"server",
"streaming"
"http"
],
"time": "2016-07-06 23:51:32"
"time": "2016-07-06T23:51:32+00:00"
},
{
"name": "react/http-client",
@ -1773,7 +1763,7 @@
"zeromq",
"zmq"
],
"time": "2017-11-18 11:25:56"
"time": "2017-11-18T11:25:56+00:00"
},
{
"name": "respect/validation",

2
manifest.webapp

@ -1,5 +1,5 @@
{
"version": "0.13",
"version": "0.13.1beta",
"name": "Movim",
"description": "Kick Ass Social Network, decentralized and fully based on XMPP ",
"icons": {

Loading…
Cancel
Save