Skip to content

Commit

Permalink
bump version to 3.2, add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrixxm committed Oct 14, 2013
1 parent 16c2c73 commit bf42468
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
2 changes: 1 addition & 1 deletion boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
require_once('include/features.php');

define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_VERSION', '3.1.1743' );
define ( 'FRIENDICA_VERSION', '3.2' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1163 );
define ( 'EOL', "<br />\r\n" );
Expand Down
42 changes: 42 additions & 0 deletions changelist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
Friendica 3.2
------------

* LICENSE change from Friendica uses now the AGPL
* Language updates: PT_BR, RU, NB_NO, DE, PL, CS, ZH-CN, IT, CA, FR, NL
* new languages: BG
* added a README.translate and updates to the translation utils
* addons are now translated separately
* Theme updates: vier, smoothly, diabook, decaf-mobile, dispy, frost, frost-mobile, quattro
* Bug fixes: #516, #517, #525, #476, #540, #546, #712, #728
* sample nginx and lighttpd config
* new default templating engine: smarty3
* new share element
* maintenance mode for longer running upgrade tasks
* small fixed
* edit profile photo link
* better caching of pictures
* threadening for outgoing emails
* mail import
* oembed thumbnails
* SN subscriptions & more SN like behaviour if snautofollow addon is used
* collect content of SN discussion threads
* communication with Diaspora*
* usage of the API
* search improvements
* MIME types for attachments
* support Open Graph and Dublin Core when showing single items
* better use of APC if present
* use https versions of videos from youtube and vimeo to make firefox happy
* fixes to the documentation
* if a home.html is there, home.css is used as well
* update included TinyMCE to version 3.5.8, fancybox
* made more options available in the admin panel that were hidden before
* show the admin information about when accounts expire in the admin panel
* improving the install.php script
* addons now can be members only
* item object now contains the "edited" information left for the theme designers to show this info in a pretty way
* improvments to the user-import from exported account files
* It's now possible to authenticate an ejabberd server against friendica.
* bugtracker moved to github
* improvements to MySQL queries

0 comments on commit bf42468

Please sign in to comment.