Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.4.1 #93

Merged
merged 7 commits into from
Dec 31, 2020
Merged

Release 1.4.1 #93

merged 7 commits into from
Dec 31, 2020

Conversation

patrickrobrecht
Copy link
Member

Merge prepared release 1.4.1 into stable branch

patrickrobrecht and others added 7 commits December 29, 2020 20:01
* Improve README, remove coderisk link

* Fix some spelling mistakes in the translation strings, remove FAQ link

* Remove "Cleaning up" from feature list
* fix theme file collection for duplicate names

WP_Theme::get_files() returns an associative array with the relative
file path as key and the absolute path as value. For child themes
with files matching the parent's relative paths, these got overwritten
by array_merge(). We only process the absolute path, so now we strip
the values and use numeric indices which are not squashed.

* remove default value from line content
sanitize_file() strips all directory separators from the file path
that is passed via AJAX. We now simply sanitize the string, as the
actual file path is validated during the process anyway.

Co-authored-by: Patrick Robrecht <[email protected]>
* Support translations in old WordPress versions

* add load_plugin_textdomain() passthrough function for tests

Co-authored-by: Stefan Kalscheuer <[email protected]>
* Prepare the release of version 1.4.1
* update changelog of 1.4.0/1.4.1 to link issues and PRs

Co-authored-by: Stefan Kalscheuer <[email protected]>
@codecov-io
Copy link

codecov-io commented Dec 31, 2020

Codecov Report

Merging #93 (dd4e488) into stable (57df987) will increase coverage by 14.14%.
The diff coverage is 53.84%.

Impacted file tree graph

@@              Coverage Diff              @@
##             stable      #93       +/-   ##
=============================================
+ Coverage     26.25%   40.40%   +14.14%     
  Complexity      147      147               
=============================================
  Files             5        5               
  Lines           518      547       +29     
=============================================
+ Hits            136      221       +85     
+ Misses          382      326       -56     
Impacted Files Coverage Δ Complexity Δ
antivirus.php 0.00% <ø> (ø) 0.00 <0.00> (ø)
inc/class-antivirus.php 22.18% <28.57%> (+9.17%) 83.00 <0.00> (ø)
inc/class-antivirus-safebrowsing.php 91.30% <75.00%> (ø) 9.00 <0.00> (ø)
inc/class-antivirus-checkinternals.php 47.10% <100.00%> (+47.10%) 38.00 <13.00> (ø)
inc/class-antivirus-checksumverifier.php 89.83% <100.00%> (ø) 17.00 <0.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 57df987...dd4e488. Read the comment docs.

@stklcode stklcode added this to the 1.4.1 milestone Dec 31, 2020
@stklcode stklcode merged commit fbc3614 into stable Dec 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants