Skip to content

Commit

Permalink
Merge pull request #22 from Duffion/fix-plugin-update
Browse files Browse the repository at this point in the history
Updating versioning
  • Loading branch information
IMBAmcDuffs authored Aug 11, 2021
2 parents c1ed08f + af06e83 commit cef3cc2
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fulcrum.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -26,7 +26,7 @@
class D_FULCRUM
{

var $version = '1.0.1';
var $version = '0.9.4';

public $settings = [];

Expand Down
32 changes: 32 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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

`<?php code(); // goes in backticks ?>`

0 comments on commit cef3cc2

Please sign in to comment.