upgrade to 3.0

This commit is contained in:
Kathleen Fitzpatrick
2024-10-14 19:27:15 -04:00
parent e8f8a543de
commit 655ad0ded8
1988 changed files with 47081 additions and 263 deletions

View File

@@ -0,0 +1,15 @@
---
title: Versioning
date: '2008-07-20T00:17:51-04:00'
permalink: /versioning/
tags:
- publishing
- software
---
WordPress 2.6, which was [released just a few days ago](http://wordpress.org/development/2008/07/wordpress-26-tyner/), contains expanded support for versioning of blog posts, allowing an author to see all of the revisions made to a particular post, as well as to compare various versions and to revert to some previous historical state.
This is a fabulous authoring tool, but its all resident in the backend: only the author has access to this versioning information. And for most purposes, thats probably sufficient. But I could imagine a number of uses — in [electronic scholarly publishing](/planned-obsolescence-the-proposal), for instance — when one might want the readers of a text to have access to a texts history. Given that the history is already available, I imagine that its just a matter of a plugin that accesses the versioning data, organizing and presenting it on the frontend.
If somebody knows of such a plugin already in existence, Id really like to hear about it. If not, I hope some enterprising developer starts thinking about one…