Commit Graph

99 Commits

Author SHA1 Message Date
Dominik Schilling 15889b6397 Trunk is now 4.6-alpha.
Built from https://develop.svn.wordpress.org/trunk@37183


git-svn-id: http://core.svn.wordpress.org/trunk@37150 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-04-12 20:04:28 +00:00
Boone Gorges f8eec84133 Bump readme.html to 4.5.
Built from https://develop.svn.wordpress.org/trunk@35784


git-svn-id: http://core.svn.wordpress.org/trunk@35748 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-12-06 18:49:26 +00:00
Gary Pendergast caf4b8270c Readme: Bump recommended MySQL version to 5.6, as 5.5 is now over 5 years old.
Happy birthday, MySQL 5.5! 

Fixes #34840.


Built from https://develop.svn.wordpress.org/trunk@35759


git-svn-id: http://core.svn.wordpress.org/trunk@35723 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-12-03 16:46:26 +00:00
Aaron Jorbin b026ad4b75 Adjust heading structure for pages using wp-admin/css/install.css
The readme, installation, upgrade, and repair pages use a common css file. The heading structure for these pages was inconstant with h2s where there should be h1s, h1s where there is no relevant info and sometimes, no h1s at all.

Fixes #34519
Props rianrietveld


Built from https://develop.svn.wordpress.org/trunk@35508


git-svn-id: http://core.svn.wordpress.org/trunk@35472 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-11-04 18:00:24 +00:00
Gary Pendergast 066c30b41e Readme: Update the recommended PHP version to 5.6.
This also includes a unit test to ensure we're only recommending actively supported versions of PHP in the future.

Fixes #33758.


Built from https://develop.svn.wordpress.org/trunk@33937


git-svn-id: http://core.svn.wordpress.org/trunk@33906 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-09-07 05:23:24 +00:00
Helen Hou-Sandí 0c89678c9b Trunk is now 4.4-alpha.
Built from https://develop.svn.wordpress.org/trunk@33636


git-svn-id: http://core.svn.wordpress.org/trunk@33603 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-08-18 19:32:26 +00:00
Helen Hou-Sandí 31fd60ae12 Trunk is now 4.3-alpha.
Built from https://develop.svn.wordpress.org/trunk@32280


git-svn-id: http://core.svn.wordpress.org/trunk@32251 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-04-23 18:00:29 +00:00
Dominik Schilling 64fc7294b6 Use HTTPS URLs for codex.wordpress.org.
see #27115.
Built from https://develop.svn.wordpress.org/trunk@32116


git-svn-id: http://core.svn.wordpress.org/trunk@32095 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-04-12 21:29:32 +00:00
Andrew Nacin 994b57a190 Update readme recommendations. fixes #31173.
Built from https://develop.svn.wordpress.org/trunk@31291


git-svn-id: http://core.svn.wordpress.org/trunk@31272 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-01-29 05:10:22 +00:00
Andrew Nacin 1f7183f467 Update version numbers in trunk.
Built from https://develop.svn.wordpress.org/trunk@30960


git-svn-id: http://core.svn.wordpress.org/trunk@30948 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-12-17 17:38:22 +00:00
Mark Jaquith 184fa46699 Use HTTPS links for planet.wordpress.org
see #27115
Built from https://develop.svn.wordpress.org/trunk@29787


git-svn-id: http://core.svn.wordpress.org/trunk@29559 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-09-29 13:24:15 +00:00
Sergey Biryukov 971b84e577 4.1 version bumps.
see [29712], #29537.
Built from https://develop.svn.wordpress.org/trunk@29713


git-svn-id: http://core.svn.wordpress.org/trunk@29487 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-09-05 19:45:15 +00:00
Andrew Nacin cbfc78d0f2 4.0 version bumps.
props kworthington.
fixes #27872, #27873.

Built from https://develop.svn.wordpress.org/trunk@28175


git-svn-id: http://core.svn.wordpress.org/trunk@28006 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-04-21 04:42:15 +00:00
Andrew Nacin 0c16c0477b Reference https://wordpress.org rather than http://wordpress.org in strings, links, comments, etc.
props Ipstenu, markjaquith.
see #27115.

Built from https://develop.svn.wordpress.org/trunk@27369


git-svn-id: http://core.svn.wordpress.org/trunk@27219 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-03-03 02:34:27 +00:00
Sergey Biryukov 61b84671ff Update the readme to 3.9. props kworthington. fixes #26739.
Built from https://develop.svn.wordpress.org/trunk@26879


git-svn-id: http://core.svn.wordpress.org/trunk@26762 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 08:23:10 +00:00
Matt Thomas 5d5114daf9 Bring the install/update screens in line with the new admin design. This affects:
* Creating a wp-config.php file
* Installation
* Database upgrade
* Database repair
* Readme.html
* Network sites actions

What's changed:

* Bring background/text/link/border colours in line with mp6
* Bring fonts in line with mp6 (see note below)
* Switch to device-width for the viewport and tweak margins etc so the layout works nicely on all device sizes
* Switch to the new vector WordPress logo in the header to match the log in screen
* Force table cells into rows in the <782px media query

Fixes #25951, props johnbillion.


Built from https://develop.svn.wordpress.org/trunk@26298


git-svn-id: http://core.svn.wordpress.org/trunk@26203 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-21 00:21:11 +00:00
Andrew Nacin a59389fc06 Update readme in trunk.
Built from https://develop.svn.wordpress.org/trunk@25947


git-svn-id: http://core.svn.wordpress.org/trunk@25906 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-10-27 15:35:09 +00:00
Andrew Nacin 14fc685a56 Remove old, less relevant and in some cases obsolete readme sections. see #23025.
git-svn-id: http://core.svn.wordpress.org/trunk@24744 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-07-18 21:35:45 +00:00
Mark Jaquith 0a89304064 Bump for RC1
git-svn-id: http://core.svn.wordpress.org/trunk@24701 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-07-13 03:12:06 +00:00
Andrew Nacin 7df52144eb Convert to the HTML5 doctype for readme.html. props gish, fixes #22932.
git-svn-id: http://core.svn.wordpress.org/trunk@23188 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-12-20 15:35:17 +00:00
Helen Hou-Sandí 978fe665b7 Curly quotes for readme.html. props anatolbroder. fixes #23011.
git-svn-id: http://core.svn.wordpress.org/trunk@23187 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-12-20 15:30:40 +00:00
Andrew Nacin 459edbd5f6 Update the readme to 3.5. props xibe, fixes #22647.
git-svn-id: http://core.svn.wordpress.org/trunk@22936 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-30 00:57:07 +00:00
nacin ca384fad85 Remove img width/height from the readme.html WP logo. props soulseekah. fixes #19955. see #20293 for any follow-ups.
git-svn-id: http://svn.automattic.com/wordpress/trunk@20624 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-04-27 19:39:35 +00:00
ryan 616c35e71c One newline is enough.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19684 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-01-05 20:10:39 +00:00
ryan 95754aacc9 Trunk is now 3.4 alpha
git-svn-id: http://svn.automattic.com/wordpress/trunk@19594 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-12-13 23:47:39 +00:00
ryan 82bcca520b Do the beta bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@18938 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-10-10 23:50:20 +00:00
nacin d5ef72234c Bump readme system requirements. props duck_, see #16917.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17562 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-03-25 21:21:14 +00:00
nacin f88e2edae0 Bump update-core and readme for 3.2.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17561 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-03-25 21:14:46 +00:00
markjaquith e4ea521ff6 Add missing "General" word in readme. props duck_
git-svn-id: http://svn.automattic.com/wordpress/trunk@17302 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-01-14 20:30:16 +00:00
markjaquith 2ebbbd7bdd WordPress contains libraries only available under the GPL v2 or later. No one cares about the GPL v1 anymore. We are now specifically saying that WordPress is available under the GPL version 2 or (at your option) any later version. This was discussed with the entire core team.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17301 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-01-14 19:26:43 +00:00
ryan ba02f47bfd Ver bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@16896 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-12-13 17:55:49 +00:00
scribu f729d98e95 Still missed some. See #15656
git-svn-id: http://svn.automattic.com/wordpress/trunk@16703 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-12-03 09:19:16 +00:00
scribu a3799be1a0 s/upgrade/update in readme.html. Fixes #15656
git-svn-id: http://svn.automattic.com/wordpress/trunk@16702 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-12-03 09:17:57 +00:00
markjaquith 0886891bc3 We cannot say that WordPress as a whole is GPLv2 (i.e. "GPLv2 only"). Go back to saying just "GPL." Reverts [13516] for trunk. props hakre.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15533 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-26 00:48:10 +00:00
markjaquith 099d01d85d This readme sentence is talking about the license, not the copyright.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15529 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-25 01:58:55 +00:00
ryan a67155f514 Update wordpress.org blog url
git-svn-id: http://svn.automattic.com/wordpress/trunk@15457 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-22 13:45:43 +00:00
nacin df5d722046 A few more readme.html tweaks. fixes #10835
git-svn-id: http://svn.automattic.com/wordpress/trunk@13986 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-04-04 05:57:00 +00:00
nacin 6f04e012c9 Check in install.css for [13516]. Bump version, include version in readme.html. see #10835
git-svn-id: http://svn.automattic.com/wordpress/trunk@13517 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-02-28 22:42:36 +00:00
nacin ef7d02ec51 First pass on readme.html updates. Include references to the automatic upgrader, the wp-config.php creation script, the new user/pass selection during install. Split system recommendations into requirements and recommendations. Style dt/dl/dd elements. Remove archaic v1.2 to 1.5 theme template reference. Change wording in post via mail and user roles, as neither are new features. Props niallkennedy for minor cleanups in the commit. see #10835
git-svn-id: http://svn.automattic.com/wordpress/trunk@13516 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-02-28 22:38:56 +00:00
westi 8151a3c8c6 Update the version number in readme.html
git-svn-id: http://svn.automattic.com/wordpress/trunk@12458 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-12-19 09:23:03 +00:00
westi 5b9ed595e4 Update the readme to include new mysql minimum version.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12418 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-12-16 18:03:49 +00:00
westi de15aa372d Update the readme in trunk early for once.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11697 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-08 07:08:36 +00:00
westi 25c0c575b6 Bump the version in the readme. Fixes #10087.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11543 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-10 16:06:40 +00:00
ryan f600722c5a Bump readme ver. fixes #7721
git-svn-id: http://svn.automattic.com/wordpress/trunk@9401 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-10-29 19:10:56 +00:00
westi 7c340c19f1 Update readme to 2.6
git-svn-id: http://svn.automattic.com/wordpress/trunk@8325 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-07-13 11:26:25 +00:00
ryan 577f12beae Update deprecated attributes. Props hansengel. fixes #6037
git-svn-id: http://svn.automattic.com/wordpress/trunk@7104 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-02-29 17:09:44 +00:00
ryan a8575ec1c7 Typo fix. Props Stevie212. fixes #6001
git-svn-id: http://svn.automattic.com/wordpress/trunk@7024 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-02-25 18:54:22 +00:00
westi 0c027ed065 Update the required version in the readme too. Fixes #5416 props Nazgul.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6667 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-26 08:10:58 +00:00
ryan f56d2616d3 Bump ver in readme. Props fitzrev and spencerp. fixes #5600
git-svn-id: http://svn.automattic.com/wordpress/trunk@6608 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-14 04:39:36 +00:00
ryan fdb577cfd3 Encoding before title. Props RanYanivHartstein. fixes #5519 for 2.5
git-svn-id: http://svn.automattic.com/wordpress/trunk@6568 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-06 19:15:33 +00:00