File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
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/**
8585require plugin_dir_path ( __FILE__ ) . 'components/live-site-viewer/live-site-viewer.php ' ;
8686require plugin_dir_path ( __FILE__ ) . 'components/module-finder/module-finder.php ' ;
8787require 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';
8989require plugin_dir_path ( __FILE__ ) . 'components/security-headers/security-headers.php ' ;
9090require plugin_dir_path ( __FILE__ ) . 'components/svg/svg.php ' ;
9191
You can’t perform that action at this time.
0 commit comments