diff options
author | morr <morr@pkgsrc.org> | 2014-01-23 16:27:49 +0000 |
---|---|---|
committer | morr <morr@pkgsrc.org> | 2014-01-23 16:27:49 +0000 |
commit | 9d42cc2871019b1ef20f55fe52f0a3d96c782178 (patch) | |
tree | 630b58b25cbf621b4fa1c5fbb9a775b9ed77c88b /www/wordpress/Makefile | |
parent | 352041c10c628aec1e23fc4d2039b4350c618bbe (diff) | |
download | pkgsrc-9d42cc2871019b1ef20f55fe52f0a3d96c782178.tar.gz |
Update to version 3.8.
Changes:
Introduces a new, modern admin design
* A fresh, uncluttered design
* Clean typography with Open Sans
* Superior contrast and large, comfortable type
* Responsive interfaces throughout
* Refined, theme management
* Smoother, click-to-add widget management
New Default Theme - Twenty Fourteen
* Easily create a responsive magazine website with a sleek, modern design.
* Feature your favorite homepage content in either a grid or a slider.
* Use the three widget areas to customize your website, and change your
content's layout with a full-width page template and a contributor page to show
off your authors.
For Developers
* External Libraries have been updated.
* Better RTL support
More info on http://codex.wordpress.org/Version_3.8
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 f24fbf0ebed..2266d5d4678 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2013/11/08 21:33:02 morr Exp $ +# $NetBSD: Makefile,v 1.37 2014/01/23 16:27:49 morr Exp $ DISTNAME= wordpress-${VERSION} -VERSION= 3.7.1 +VERSION= 3.8 CATEGORIES= www MASTER_SITES= http://wordpress.org/ |