diff options
author | morr <morr@pkgsrc.org> | 2014-05-16 19:55:07 +0000 |
---|---|---|
committer | morr <morr@pkgsrc.org> | 2014-05-16 19:55:07 +0000 |
commit | 77278aad9c3129fee11b24a2b48e5c54d3c6bc3a (patch) | |
tree | 39a232a0da2fbdc39998ca9e0e4f1e802e28e704 /www/wordpress/Makefile | |
parent | fe1e9cb905a40d976021e5da18fae23285d032e9 (diff) | |
download | pkgsrc-77278aad9c3129fee11b24a2b48e5c54d3c6bc3a.tar.gz |
Update to wordpress 3.9.1.
Changes:
- A smoother media editing experience
- Improved visual editing - speed, accessibility, and mobile support
- Edit images easily - quicker access to crop and rotation tools, scale images
directly in the editor
- Drag and drop your images right onto the editor
- Image gallery previews right in the editor
- Showcase music and clips with simple audio and video playlists
- Live widget and header image previews in the Customizer
- Stunning new theme browser
Version 3.9.1 fixes 34 bugs from 3.9.
More details on http://codex.wordpress.org/Version_3.9 and
http://codex.wordpress.org/Version_3.9.1
Diffstat (limited to 'www/wordpress/Makefile')
-rw-r--r-- | www/wordpress/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index 7317718b79a..07873f4928b 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2014/04/13 14:10:59 morr Exp $ +# $NetBSD: Makefile,v 1.40 2014/05/16 19:55:07 morr Exp $ DISTNAME= wordpress-${VERSION} -VERSION= 3.8.2 +VERSION= 3.9.1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ |