From 2e56870db4e9c8eae0eac60b78406b57d4ab8033 Mon Sep 17 00:00:00 2001 From: Daniel Bakovic Date: Fri, 3 Nov 2017 11:12:47 +0100 Subject: [PATCH] Version number updated to v5.5.0 --- changelog.txt | 2 +- myarcadeplugin.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index a45d295..7182594 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/myarcadeplugin.php b/myarcadeplugin.php index bcdf952..5c98f1f 100644 --- a/myarcadeplugin.php +++ b/myarcadeplugin.php @@ -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) @@ -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');