Skip to content

Commit

Permalink
Remove ImgAreaSelect_Patch workaround for WP 6.2 min version
Browse files Browse the repository at this point in the history
This fix was introduced in PR#8501 to support for WordPress version < 6.2
  • Loading branch information
AnuragVasanwala committed Oct 9, 2023
1 parent 7953661 commit 76927c7
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 43,629 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
**/dist-module/**
**/dist-types/**
**/assets/js/*.js
**/packages/imgareaselect/src/index.js
**/packages/migration/scripts/module.js
bin/build/*
build/*
Expand Down
1 change: 0 additions & 1 deletion .phpstorm.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ System.config({
'@web-stories-wp/e2e-test-utils': './packages/e2e-test-utils/src',
'@web-stories-wp/eslint-import-resolver': './packages/eslint-import-resolver/src',
'@web-stories-wp/glider': './packages/glider/src',
'@web-stories-wp/imgareaselect': './packages/imgareaselect/src',
'@web-stories-wp/jest-amp': './packages/jest-amp/src',
'@web-stories-wp/jest-puppeteer-amp': './packages/jest-puppeteer-amp/src',
'@web-stories-wp/jest-resolver': './packages/jest-resolver/src',
Expand Down
1 change: 0 additions & 1 deletion .phpstorm.meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
'integrations.sitekit' => \Google\Web_Stories\Integrations\Site_Kit::class,
'integrations.themes_support' => \Google\Web_Stories\Integrations\Core_Themes_Support::class,
'integrations.shortpixel' => \Google\Web_Stories\Integrations\ShortPixel::class,
'imgareaselect_patch' => \Google\Web_Stories\Admin\ImgAreaSelect_Patch::class,
'kses' => \Google\Web_Stories\KSES::class,
'media.base_color' => \Google\Web_Stories\Media\Base_Color::class,
'media.blurhash' => \Google\Web_Stories\Media\Blurhash::class,
Expand Down
120 changes: 0 additions & 120 deletions includes/Admin/ImgAreaSelect_Patch.php

This file was deleted.

1 change: 0 additions & 1 deletion includes/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ class Plugin extends ServiceBasedPlugin {
'integrations.sitekit' => Integrations\Site_Kit::class,
'integrations.themes_support' => Integrations\Core_Themes_Support::class,
'integrations.shortpixel' => Integrations\ShortPixel::class,
'imgareaselect_patch' => Admin\ImgAreaSelect_Patch::class,
'kses' => KSES::class,
'font_post_type' => Font_Post_Type::class,
'page_template_post_type' => Page_Template_Post_Type::class,
Expand Down
Loading

0 comments on commit 76927c7

Please sign in to comment.