From af06e830612ff6aec0ff134b69469d854179b1cd Mon Sep 17 00:00:00 2001 From: Chris 'Duffs' Crevling Date: Wed, 11 Aug 2021 00:39:07 -0700 Subject: [PATCH] UPdating versioning --- fulcrum.php | 4 ++-- readme.txt | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 readme.txt diff --git a/fulcrum.php b/fulcrum.php index 1d984f0..7804a24 100755 --- a/fulcrum.php +++ b/fulcrum.php @@ -6,7 +6,7 @@ * Plugin Name: Fulcrum - Helper Tool * Plugin URI: https://duffion.com * Description: This is the custom built tool that allows for modular helper tools for Fulcrum Synced sites - * Version: 0.0.1 + * Version: 0.9.4 * Author: Chris "Duffs" Crevling * Text Domain: fulcrum-pos * Author URI: https://duffion.com @@ -26,7 +26,7 @@ class D_FULCRUM { - var $version = '1.0.1'; + var $version = '0.9.4'; public $settings = []; diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..ac31136 --- /dev/null +++ b/readme.txt @@ -0,0 +1,32 @@ +=== Fulcrum === +Contributors: Christopher "mcDuffs" Crevling, John Underwood, Jordan Lopez +Donate link: https://duffion.com/ +Tags: fulcrum, pos, helper +Requires at least: 5.5 +Tested up to: 5.8 +Stable tag: 5.5 +Requires PHP: 7.2 +License: GPLv2 or later +License URI: https://www.gnu.org/licenses/gpl-2.0.html + +We have liftoff! + +== Description == + +Do a barrel roll + +== Frequently Asked Questions == + += Questions? = + +An answer to that question. + +== Screenshots == + + +== Changelog == + += 0.9.4 = +* Semi stable build testing + +`` \ No newline at end of file