Skip to content

Commit

Permalink
Merge pull request #18 from gilyes/remove-helmet-tags
Browse files Browse the repository at this point in the history
Remove helmet tags
  • Loading branch information
gilyes authored Jun 19, 2024
2 parents 8a017e0 + 8020470 commit 3f48a23
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
6 changes: 0 additions & 6 deletions app/app/containers/App/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ import './style.scss';

const App = () => (
<div className="app-wrapper">
<Helmet
titleTemplate="%s"
defaultTitle="Environmental Impact Comparison"
>
<meta name="description" content="Environmental impact comparison between selected vehicles." />
</Helmet>
<Header />
<Switch>
<Route path="" component={HomePage} />
Expand Down
4 changes: 0 additions & 4 deletions app/app/containers/HomePage/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ export default class HomePage extends React.PureComponent { // eslint-disable-li
render() {
return (
<article>
<Helmet>
<title>Home Page</title>
<meta name="description" content="Home Page" />
</Helmet>
<div className="home-page">
<section>
<div>
Expand Down
4 changes: 2 additions & 2 deletions env-impact-comparison.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Plugin Name: env-impact-comparison
* Plugin URI: /~https://github.com/gilyes/env-impact-comparison
* Description: Vehicle environmental impact comparison view.
* Version: 1.9
* Version: 1.10
* Author: George Ilyes
* Author URI: https://gilyes.com
* License: GPL-2.0+
Expand All @@ -19,7 +19,7 @@
die;
}

define('PLUGIN_NAME_VERSION', '1.9');
define('PLUGIN_NAME_VERSION', '1.10');

function activate_env_impact_comparison()
{
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Displays and compares the environmental impact of various electric and gas vehic

== Changelog ==

= 1.10 =
* Stop plugin from overwriting page title.

= 1.9 =
* Updated the update-checker to version 5.4.

Expand Down

0 comments on commit 3f48a23

Please sign in to comment.