Skip to content

Commit

Permalink
Updating readme.txt with a new "Tested up to" version and the new wpm…
Browse files Browse the repository at this point in the history
…vc.org tutorial URL
  • Loading branch information
tombenner committed Sep 19, 2012
1 parent a7413c3 commit 7a3b2a6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: tombenner
Tags: mvc, framework, model, view, controller, development, plugin
Requires at least: 3.0
Tested up to: 3.3.1
Tested up to: 3.4.2
Stable tag: 1.2

WP MVC is a full-fledged MVC framework, similar to CakePHP and Rails, that developers can use inside of WordPress.
Expand All @@ -19,8 +19,6 @@ For more extensive documentation, and to see what WP MVC is capable of, please v

If you'd like to grab development releases, see what new features are being added, or browse the source code please visit the [GitHub repo](http://github.com/tombenner/wp-mvc).

This is free and open source software. If you like it and want to encourage further development, please [flattr it](https://flattr.com/thing/487376/WP-MVC). Thanks!

== Installation ==

1. Put `wp-mvc` into the `wp-content/plugins` directory
Expand All @@ -44,7 +42,7 @@ It only takes four simple steps to create a basic WP MVC-based plugin:
1. Create the initial code for the models, views, and controllers using a single command for each resource
1. Modify the generated models, views, and controllers to customize the app

For a simple example tutorial on this, please see the [tutorial on wpmvc.org](http://wpmvc.org/documentation/70/tutorial/).
For a simple example tutorial on this, please see the [tutorial on wpmvc.org](http://wpmvc.org/documentation/tutorial/).

== Frequently Asked Questions ==

Expand All @@ -70,7 +68,6 @@ If there's functionality that you'd like to use that isn't implemented in the ex
== Changelog ==

= 1.2 =
Please see the [Release Notes](http://wpmvc.org/documentation/1.2/114/release-notes-v-1-2/) for a full list

* Model objects now have magic properties for accessing their associations (e.g. $event->venue, $event->speakers)
* Added model classes for most of the native WP tables (e.g. MvcPost, MvcUser), which can be used in the MVC context (e.g. as associations)
Expand Down

0 comments on commit 7a3b2a6

Please sign in to comment.