Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stillatmylinux committed Apr 4, 2016
1 parent 673cf74 commit d821114
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ Note: This repository is for code contributors. To use this plugin on your websi
## Changelog


#### 2.3.0
* Quick start admin settings
* Verify THEME_SLUG
* Add external-media class to open URLs using the Google Docs previewer
* Kill videos on Android pause event

#### 2.2.1
* fix links with the 'external' class that have the same domain as the site to open in the InAppBrowser.

Expand Down
4 changes: 2 additions & 2 deletions apppresser.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Description: A mobile app development framework for WordPress.
Text Domain: apppresser
Domain Path: /languages
Version: 2.2.1
Version: 2.3.0
Author: AppPresser Team
Author URI: http://apppresser.com
License: GPLv2
Expand All @@ -29,7 +29,7 @@

class AppPresser {

const VERSION = '2.2.1';
const VERSION = '2.3.0';
const SETTINGS_NAME = 'appp_settings';
public static $settings = 'false';
public static $instance = null;
Expand Down
2 changes: 1 addition & 1 deletion js/apppresser2-plugins.js

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://apppresser.com/
Tags: mobile, app, ios, android, application, phonegap, iphone app, android app, mobile app, native app, wordpress mobile, ipad app, iOS app
Requires at least: 3.5
Tested up to: 4.4.2
Stable tag: 2.2.1
Stable tag: 2.3.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -89,6 +89,12 @@ Technically you can do anything with an AppPresser app that you can do with Phon

== Changelog ==

= 2.3.0 =
* Quick start admin settings
* Verify THEME_SLUG
* Add external-media class to open URLs using the Google Docs previewer
* Kill videos on Android pause event

= 2.2.1 =
* fix links with the 'external' class that have the same domain as the site to open in the InAppBrowser.

Expand Down

0 comments on commit d821114

Please sign in to comment.