Skip to content

Accept version strings in dot separated format. - #16

Open
ndm2 wants to merge 1 commit into
cakephp:masterfrom
ndm2:version-translation
Open

Accept version strings in dot separated format.#16
ndm2 wants to merge 1 commit into
cakephp:masterfrom
ndm2:version-translation

Conversation

@ndm2

@ndm2ndm2 commented Apr 18, 2022

Copy link
Copy Markdown
Contributor

This allows to use version strings like 4.next instead of 4-next for the search_version docs theme config option, unifying the format used in all the different places, so no special format has to be remembered.

This change is backwards compatible, the various docs config files can be updated once this change is live and there should be no downtime.

@codecov

codecovBot commented Apr 18, 2022

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (ce6b947) to head (9cd21f8).
⚠️ Report is 11 commits behind head on master.

Additional details and impacted files
@@ Coverage Diff @@## master #16 +/- ##
===========================================
Coverage 100.00% 100.00% Complexity 67 67 ===========================================
Files 6 6 Lines 282 282 ===========================================
Hits 282 282 

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for freeto 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.

1 participant

@ndm2