diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-01-01 18:44:10 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-01-01 18:44:10 +0000 |
commit | 34c3e538178fb6df06b54f5f64ba3fe24920c350 (patch) | |
tree | 46496a428b59a46977a1187f6db7746ab2789f0a /www/php-ja-wordpress | |
parent | e47fb2eee0f174ae862c6c33e067d15db3b9c012 (diff) | |
download | pkgsrc-34c3e538178fb6df06b54f5f64ba3fe24920c350.tar.gz |
Update to 4.1
Changelog:
Version 4.1 of WordPress, named "Dinah" in honor of jazz singer
Dinah Washington, is available for download or update in your
WordPress dashboard. New features in WordPress 4.1 help you focus
on your writing, and the new default theme lets you show it off in
style.
# Introducing Twenty Fifteen
Our newest default theme, Twenty Fifteen, is a blog-focused theme
designed for clarity.
Twenty Fifteen has flawless language support, with help from Google's
Noto font family.
The straightforward typography is readable on any screen size.
Your content always takes center stage, whether viewed on a phone,
tablet, laptop, or desktop computer.
# Distraction-free writing
Just write.
Sometimes, you just need to concentrate on putting your thoughts
into words. Try turning on distraction-free writing mode. When you
start typing, all the distractions will fade away, letting you
focus solely on your writing. All your editing tools instantly
return when you need them.
# The Finer Points
## Choose a language
Right now, WordPress 4.1 is already translated into over forty
languages, with more always in progress. You can switch to any
translation on the General Settings screen.
## Log out everywhere
If you've ever worried you forgot to sign out from a shared computer,
you can now go to your profile and log out everywhere.
## Vine embeds
Embedding videos from Vine is as simple as pasting a URL onto its
own line in a post. See the full list of supported embeds.
## Plugin recommendations
The plugin installer suggests plugins for you to try. Recommendations
are based on the plugins you and other users have installed.
# Under the Hood
## Complex Queries
Metadata, date, and term queries now support advanced conditional
logic, like nested clauses and multiple operators รข A AND ( B OR
C ).
## Customizer API
The customizer now supports conditionally showing panels and sections
based on the page being previewed.
## <title> tags in themes
add_theme_support('title-tag') tells WordPress to handle the
complexities of document titles.
## Developer Reference
Continued improvements to inline code documentation have made the
developer reference more complete than ever.
Diffstat (limited to 'www/php-ja-wordpress')
-rw-r--r-- | www/php-ja-wordpress/Makefile | 4 | ||||
-rw-r--r-- | www/php-ja-wordpress/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/php-ja-wordpress/Makefile b/www/php-ja-wordpress/Makefile index d6df5246eeb..ca1e5b23d63 100644 --- a/www/php-ja-wordpress/Makefile +++ b/www/php-ja-wordpress/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2014/12/06 03:19:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2015/01/01 18:44:10 ryoon Exp $ DISTNAME= wordpress-${VERSION}-ja PKGNAME= ${PHP_PKG_PREFIX}-ja-wordpress-${VERSION} -VERSION= 4.0.1 +VERSION= 4.1 CATEGORIES= www MASTER_SITES= http://ja.wordpress.org/ diff --git a/www/php-ja-wordpress/distinfo b/www/php-ja-wordpress/distinfo index 93e99b2c60b..2f10c495bad 100644 --- a/www/php-ja-wordpress/distinfo +++ b/www/php-ja-wordpress/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2014/12/06 03:19:49 ryoon Exp $ +$NetBSD: distinfo,v 1.6 2015/01/01 18:44:10 ryoon Exp $ -SHA1 (wordpress-4.0.1-ja.tar.gz) = 34d90b5111e71f027762804c44487dc2f3a0df19 -RMD160 (wordpress-4.0.1-ja.tar.gz) = 92e4174f48821c16f461f6686d2480045a9ccf85 -Size (wordpress-4.0.1-ja.tar.gz) = 6494394 bytes +SHA1 (wordpress-4.1-ja.tar.gz) = cd78a35a22c07ea952b354de37e3b6cf43bd7aaf +RMD160 (wordpress-4.1-ja.tar.gz) = 22f48abc520f0526ce6abe832472785750a1e82b +Size (wordpress-4.1-ja.tar.gz) = 6620693 bytes |