Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joppuyo committed Dec 5, 2021
1 parent ceb63f9 commit 86b20b4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions disable-drop-cap.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Plugin name: Disable Drop Cap
* Description: Plugin to disable drop cap in Gutenberg editor paragraph block
* Plugin URI: https://github.com/joppuyo/disable-drop-cap-v2
* Version: 2.0.8
* Version: 2.1.0
* Requires at least: 5.5
* Requires PHP: 7.0
* Author: Johannes Siipola
Expand All @@ -20,4 +20,4 @@

require __DIR__ . '/vendor/autoload.php';

Joppuyo\DisableDropCap\DisableDropCap::get_instance();
Joppuyo\DisableDropCap\DisableDropCap::get_instance();
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Requires PHP: 7.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://github.com/sponsors/joppuyo
Stable Tag: 2.0.8
Stable Tag: 2.1.0

A plugin to disable drop cap option in the Gutenberg editor block editor paragraph block

Expand Down Expand Up @@ -40,6 +40,9 @@ This plugin does continue working in WordPress 5.8 but be aware of this alternat

## Changelog

### 2.1.0 (2021-12-05)
* Feature: improve code structure, move code to a namespaced class

### 2.0.8 (2021-11-03)
* Fix: Icon update
* Fix: Readme updates
Expand Down
2 changes: 1 addition & 1 deletion src/DisableDropCap/DisableDropCap.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ function admin_footer()
HTML;
}

}
}

0 comments on commit 86b20b4

Please sign in to comment.