Skip to content

Commit

Permalink
Bump plugin version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jb authored and Jb committed Feb 9, 2020
1 parent db91c5e commit 687360b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 1 addition & 5 deletions embed-block-for-github.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -20,16 +20,13 @@
die;
}


class embed_block_for_github {

private function msgdebug ($msg) {
//$this->msgdebug("PAHT:".plugin_dir_path( __FILE__ ));
error_log("DEBUG: ".$msg, 0);
}



public function __construct() {
add_action( 'init', array( $this, 'init_wp_register' ) );
}
Expand Down Expand Up @@ -64,7 +61,6 @@ public function init_wp_register() {
),
) );
}


private function process_template( $template, $data ) {
ob_start();
Expand Down
12 changes: 8 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 ==

Expand All @@ -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

Expand Down

0 comments on commit 687360b

Please sign in to comment.