Skip to content

Commit 5e102fc

Browse files
author
Mte90
committed

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

admin/class-adrotate-extra-settings-admin.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,7 @@ public function add_action_links( $links ) {
147147
function adrotate_extra_settings_form() {
148148

149149
add_settings_section(
150-
$this->plugin_slug, __( 'Tweak', $this->plugin_slug ), function () {
151-
152-
}, $this->plugin_slug
150+
$this->plugin_slug, __( 'Tweak', $this->plugin_slug ), '__return_false', $this->plugin_slug
153151
);
154152

155153
// add_settings_field(

adrotate-extra-settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Plugin Name: Adrotate Extra Settings
1515
* Plugin URI: https://github.com/Mte90/AdRotate-Extra-Settings
1616
* Description: Ultra light plugin for Wordpress that add new tinys feature to AdRotate/AdRotate Pro
17-
* Version: 1.1.0
17+
* Version: 1.1.0b
1818
* Author: Daniele 'Mte90' Scasciafratte
1919
* Author URI: http://mte90.net
2020
* Text Domain: adrotate-extra-settings

readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ Yes
6262

6363
== Changelog ==
6464

65+
= 1.1.0b =
66+
* Little fix for older PHP version
67+
6568
= 1.1 =
6669
* Moved the settings page in the Adrotate menu
6770
* Removed the check for pro/free version (not required at the moment)

0 commit comments

Comments
 (0)