Skip to content

Commit

Permalink
Merge pull request #189 from RRZE-Webteam/dev
Browse files Browse the repository at this point in the history
v1.22.9
  • Loading branch information
cassandre authored May 2, 2022
2 parents dc255de + 610e873 commit 11be654
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
5 changes: 5 additions & 0 deletions assets/css/_flexslider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,11 @@ aside .content-slider.flexslider,
//width: 100%;
}
}
.teaserregion {
@media (min-width: 768px) {
min-width: 50%;
}
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion assets/css/rrze-elements.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/rrze-elements.css.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion includes/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ public function enqueueScripts()

wp_register_style(
'rrze-elements',
plugins_url('assets/css/rrze-elements.css', plugin_basename($this->pluginFile))
plugins_url('assets/css/rrze-elements.css', plugin_basename($this->pluginFile)),
[],
RRZE_ELEMENTS_VERSION
);
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rrze-elements",
"version": "1.22.8",
"version": "1.22.9",
"description": "RRZE Elements: Gestalterische Erweiterungen für Webauftritte.",
"main": "rrze-elements.php",
"textdomain": "rrze-elements",
Expand Down
3 changes: 2 additions & 1 deletion rrze-elements.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin Name: RRZE Elements
Plugin URI: https://github.com/RRZE-Webteam/rrze-elements
Description: Advanced design elements for WordPress websites.
Version: 1.22.8
Version: 1.22.9
Author: RRZE Webteam
Author URI: https://blogs.fau.de/webworking/
License: GNU General Public License v2
Expand All @@ -23,6 +23,7 @@

const RRZE_PHP_VERSION = '7.4';
const RRZE_WP_VERSION = '5.9';
const RRZE_ELEMENTS_VERSION = '1.22.9';

spl_autoload_register(function ($class) {
$prefix = __NAMESPACE__;
Expand Down

0 comments on commit 11be654

Please sign in to comment.