Skip to content

Commit

Permalink
3.2.0 release
Browse files Browse the repository at this point in the history
* Correct recommended plugins WPForms description

* Make the successful import buttons filterable

* Fix deprecated notice when importing redux options

* Fix check condition

* Install PHPUnit Polyfills and fix invalid test url

* Update dev dependencies

* Update node dev dependencies

* Keep track of failed media imports and skip on next AJAX calls

* Fix nav block import

* Fix search replace overwriting already replaced text

* Delete menu import-related transient

* Reduce transient expiration to an hour

* Replace since {VERSION} with package JSON version

* Add replace_ver task in build task

* Add loading lazy attribute in import preview image

* Update AwesomeMotive/WordPressImporter to 3.0.5

* Fix old action hooks not running

* Update basic plugin details

* 3.2.0 release

---------

Co-authored-by: Gregor Capuder <[email protected]>
  • Loading branch information
donmhico and capuderg authored Nov 27, 2023
1 parent e0df067 commit 858fb20
Show file tree
Hide file tree
Showing 21 changed files with 6,778 additions and 3,501 deletions.
193 changes: 7 additions & 186 deletions assets/css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/main.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/main.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
}
},
"require": {
"awesomemotive/wp-content-importer-v2": "^3.0.4"
"awesomemotive/wp-content-importer-v2": "^3.0.5"
},
"require-dev": {
"yoast/phpunit-polyfills": "^2.0"
}
}
Loading

0 comments on commit 858fb20

Please sign in to comment.