Skip to content

Commit

Permalink
Version 2.2.3-b6
Browse files Browse the repository at this point in the history
  • Loading branch information
mheob committed Jul 31, 2019
1 parent 3969fc4 commit 50d7de9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Enforce Unix newlines
*.css text eol=lf
*.html text eol=lf
*.php text eol=lf
*.js text eol=lf
*.json text eol=lf
*.md text eol=lf
Expand Down
2 changes: 1 addition & 1 deletion app/src/fubade-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ window.FussballdeWidgetAPI = () => {
setTimeout(
Array.from(document.querySelectorAll('.et_pb_tab_content [id^="fubade_"] > iframe')).forEach(iframe => {
iframe.src += '';
}), 300);
}), 800);
},
false
);
Expand Down
4 changes: 2 additions & 2 deletions app/src/include-fussball-de-widgets.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Include Fussball.de Widgets
* Description: Easy integration of the Fussball.de widgets (currently in the version since season 2016). Use it like: [fubade api="{32-digit API}" notice="description"]
* Version: 2.2.3-b5
* Version: 2.2.3-b6
* Author: IT-Service Böhm -- Alexander Böhm
* Author URI: http://profiles.wordpress.org/mheob
* License: GPLv2
Expand All @@ -15,7 +15,7 @@
defined( 'ABSPATH' ) || exit;


define( 'IFDW_VERSION', '2.2.3-b5' );
define( 'IFDW_VERSION', '2.2.3-b6' );


/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "include-fussball-de-widgets",
"version": "2.2.3-b5",
"version": "2.2.3-b6",
"description": "A WordPress plugin for easy integration of fussball.de widgets.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: soccer, football, widget, fussball.de
Requires PHP: 5.6
Requires at least: 4.8
Tested up to: 5.2
Stable tag: 2.2.3-b5
Stable tag: 2.2.3-b6
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 50d7de9

Please sign in to comment.