Skip to content

Commit

Permalink
Up version
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnbent committed Aug 31, 2021
1 parent 195ca1a commit 1fecc7d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: blockchain, timestamp, eosio, eos, telos, web30, copyright, scatter, decen
Requires at least: 4.6
Tested up to: 5.8
Requires PHP: 7.1.3
Stable tag: 2.9.11
Stable tag: 2.9.12
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -80,6 +80,12 @@ Special thanks to the Telos Foundation for co-funding a first version WordProof
4. Change the settings in the WordProof Timestamp plugin options panel.

== Changelog ==
= 2.9.12 =
*Release date: August 31st, 2021*
* Bugfix: Use cache busting CSS versioning
* Bugfix: Stop re-rendering Timestamp widget on edit.php
* Bugfix: Remove unnecessary ajax calls

= 2.9.11 =
*Release date: July 16th, 2021*
* Update for WordPress 5.8
Expand Down
4 changes: 2 additions & 2 deletions wordproof-timestamp.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WordProof Timestamp
* Plugin URI: https://wordproof.io/wordproof-timestamp-plugin/
* Description: Timestamp your WordPress content into the blockchain. Instant and without fees. For EOSIO, EOS, Ethereum & Telos.
* Version: 2.9.11
* Version: 2.9.12
* Author: WordProof
* Author URI: https://wordproof.com
* License: GPL2
Expand All @@ -30,7 +30,7 @@

}

define('WORDPROOF_VERSION', '2.9.11');
define('WORDPROOF_VERSION', '2.9.12');
define('WORDPROOF_SLUG', 'wordproof');
define('WORDPROOF_ROOT_FILE', __FILE__);
define('WORDPROOF_BASENAME', plugin_basename(WORDPROOF_ROOT_FILE));
Expand Down

0 comments on commit 1fecc7d

Please sign in to comment.