From 687360b10b1d42b0bb95c801e0ce59c0d5e55d70 Mon Sep 17 00:00:00 2001 From: Jb Date: Sun, 9 Feb 2020 10:10:45 +0100 Subject: [PATCH] Bump plugin version to 0.3 --- embed-block-for-github.php | 6 +----- readme.txt | 12 ++++++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/embed-block-for-github.php b/embed-block-for-github.php index d2bf7ce..88675e8 100755 --- a/embed-block-for-github.php +++ b/embed-block-for-github.php @@ -7,7 +7,7 @@ * Plugin Name: Embed Block for GitHub * Plugin URI: https://jeanbaptisteaudras.com/embed-block-for-github-gutenberg-wordpress/ * Description: Easily embed GitHub repositories in Gutenberg Editor. - * Version: 0.2 + * Version: 0.3 * Author: audrasjb * Author URI: https://jeanbaptisteaudras.com * License: GPL-2.0+ @@ -20,7 +20,6 @@ die; } - class embed_block_for_github { private function msgdebug ($msg) { @@ -28,8 +27,6 @@ private function msgdebug ($msg) { error_log("DEBUG: ".$msg, 0); } - - public function __construct() { add_action( 'init', array( $this, 'init_wp_register' ) ); } @@ -64,7 +61,6 @@ public function init_wp_register() { ), ) ); } - private function process_template( $template, $data ) { ob_start(); diff --git a/readme.txt b/readme.txt index 1717ab2..2434382 100755 --- a/readme.txt +++ b/readme.txt @@ -1,10 +1,10 @@ === Embed Block for GitHub === -Contributors: audrasjb, whodunitagency +Contributors: audrasjb, whodunitagency, pedromendonca Donate link: https://www.paypal.me/audrasjb Tags: GitHub, embed, block, Gutenberg, bloc, gist, git, repository, card Requires at least: 5.2 -Tested up to: 5.3 -Stable tag: 0.2 +Tested up to: 5.4 +Stable tag: 0.3 Requires PHP: 5.6 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -18,7 +18,7 @@ This plugin adds a GitHub Repository Embed Block to the Block Editor. It is developed on [GitHub](https://github.com/audrasjb/embed-block-for-github). Contributions welcome! Special thanks: -- [@pedro-mendonca](https://github.com/pedro-mendonca) for i18n/l10n fixes and portuguese translation. +- [@pedro-mendonca](https://github.com/pedro-mendonca) for Dark Mode Enhancement, full code refresh, i18n/l10n fixes and portuguese translation. == Screenshots == @@ -35,6 +35,10 @@ Special thanks: == Changelog == += 0.3 = +* Code refresh and dark mode support. Props @pedro-mendoza: https://github.com/audrasjb/embed-block-for-github/pull/2 +* Added @pedromendonca as plugin contributor for his multiple contributions ♥️ + = 0.2 = * Localization/internationalization fixes. Props @pedro-mendoza: https://github.com/audrasjb/embed-block-for-github/pull/1