Skip to content

Commit

Permalink
Version number updated to v5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielBakovic committed Nov 3, 2017
1 parent 0aeb135 commit 2e56870
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- MyArcadePlugin Lite -
v5.5.0 - 2017-11-03 - Based on MyArcadePlugin Pro 5.31.0
* Tweak - Use plugins_url function instead of WP_PLUGIN_URL constant
* Tweak - Improved stats tracking

Expand Down
6 changes: 3 additions & 3 deletions myarcadeplugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: MyArcadePlugin Lite
* Plugin URI: https://myarcadeplugin.com
* Description: WordPress Arcade Plugin
* Version: 5.4.0
* Version: 5.5.0
* Author: Daniel Bakovic
* Author URI: http://myarcadeplugin.com
* License: GPLv2 or later (license.txt)
Expand Down Expand Up @@ -61,13 +61,13 @@ function myarcade_init() {
/**
* Defines initial constants
*
* @version 5.30.0
* @version 5.31.0
* @return void
*/
function myarcade_initial_constants() {

// Define MyArcadePlugin version
define('MYARCADE_VERSION', '5.4.0');
define('MYARCADE_VERSION', '5.5.0');

// You need at least PHP Version 5.3.0+ to run this plugin
define('MYARCADE_PHP_VERSION', '5.3.0');
Expand Down

0 comments on commit 2e56870

Please sign in to comment.