Skip to content

Commit bfbe028

Browse files
committed
disable polylang-utils and revert to 0.1.4
1 parent dfaf45a commit bfbe028

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

includes/class-mill3-wp-utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class Mill3_Wp_Utils
4949
'svg',
5050
);
5151
private static $ALWAYS_ENABLED_COMPONENTS = array(
52-
'\Mill3_Plugins\Utils\Components\Polylang_Utils',
52+
//'\Mill3_Plugins\Utils\Components\Polylang_Utils',
5353
'\Mill3_Plugins\Utils\Components\Robots_Indexing',
5454
);
5555

mill3-wp-utils.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: MILL3 WP Utils
44
* Plugin URI: https://github.com/Mill3/mill3-wp-utils-plugin
55
* Description: MILL3 WP Utils
6-
* Version: 0.1.5
6+
* Version: 0.1.4
77
* Author: MILL3 Studio
88
* Author URI: https://mill3.studio/
99
* Tested up to: 6.6.6
@@ -26,7 +26,7 @@
2626
* Start at version 0.0.1 and use SemVer - https://semver.org
2727
* Rename this for your plugin and update it as you release new versions.
2828
*/
29-
define( 'MILL3_WP_UTILS_VERSION', '0.1.5' );
29+
define( 'MILL3_WP_UTILS_VERSION', '0.1.4' );
3030

3131

3232
/**
@@ -85,7 +85,7 @@
8585
require plugin_dir_path( __FILE__ ) . 'components/live-site-viewer/live-site-viewer.php';
8686
require plugin_dir_path( __FILE__ ) . 'components/module-finder/module-finder.php';
8787
require plugin_dir_path( __FILE__ ) . 'components/robots-indexing/robots-indexing.php';
88-
require plugin_dir_path( __FILE__ ) . 'components/polylang-utils/polylang-utils.php';
88+
//require plugin_dir_path( __FILE__ ) . 'components/polylang-utils/polylang-utils.php';
8989
require plugin_dir_path( __FILE__ ) . 'components/security-headers/security-headers.php';
9090
require plugin_dir_path( __FILE__ ) . 'components/svg/svg.php';
9191

0 commit comments

Comments
 (0)