Skip to content

Commit

Permalink
Release 1.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
convissor committed Aug 13, 2016
1 parent 8b3002f commit 0830c2b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions oop-plugin-template-solution.php
Expand Up @@ -7,7 +7,7 @@
* object-oriented programming practices.
*
* Plugin URI: http://wordpress.org/extend/plugins/oop-plugin-template-solution/
* Version: 1.1.1
* Version: 1.1.2
* (Remember to change the VERSION constant, below, as well!)
* Author: Daniel Convissor
* Author URI: http://www.analysisandsolutions.com/
Expand Down Expand Up @@ -49,7 +49,7 @@ class oop_plugin_template_solution {
/**
* This plugin's version
*/
const VERSION = '1.1.1';
const VERSION = '1.1.2';

/**
* This plugin's table name prefix
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Expand Up @@ -3,7 +3,7 @@ Contributors: convissor
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=danielc%40analysisandsolutions%2ecom&lc=US&item_name=Donate%3a%20Object%20Oriented%20Plugin%20Template%20Solution&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
Tags: plugin, template, skeleton, object oriented, settings api, multisite, i18n, translation, phpunit
Requires at least: 3.3
Tested up to: 3.5beta1
Tested up to: 4.4
Stable tag: trunk

A well engineered template for creating plugins using object-oriented programming practices. Uses Settings API, multisite, i18n, PHPUnit tests.
Expand Down Expand Up @@ -194,6 +194,10 @@ the `.pot`, `.po` and `.mo` files:

== Changelog ==

= 1.1.2 (2016-08-13) =
* Change translation domain from constant to string for integration with
translate.wordpress.org

= 1.1.1 (2012-11-28) =
* Tell folks where explanations can be found.

Expand Down

0 comments on commit 0830c2b

Please sign in to comment.