From 6f6d3d60f1ccf9271760a64d55cb7f3d6af7d1f0 Mon Sep 17 00:00:00 2001 From: vinay-osseed Date: Mon, 16 Dec 2024 19:54:14 +0530 Subject: [PATCH] feat: update `MD` files --- CHANGELOG.md | 26 +++++++++++++------------- CODE_OF_CONDUCT.md | 8 ++++---- CONTRIBUTING.md | 8 ++++---- README.md | 24 ------------------------ 4 files changed, 21 insertions(+), 45 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4288ffe..a3aa79f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,10 @@ # Change Log -## v1.0.0 - -- Added support for the **Clear Cache** command of **Drush** in **Drupal** projects. This feature is available only for **Linux/Mac** OS. - -## v1.1.0 +## v1.3.0 -- Added support for the **Clear Cache** command in **DDEV** Drupal project environment. -- Fixed minor issues and added comments. -- Removed extension from the **Preview**. -- Updated the **Readme** file. +- Added support for **drush v12**. +- Fixed the issues reported in [#1](https://github.com/vinugawade/ur-cache-cleaner/issues/1) by [@elgandoz](https://github.com/elgandoz). +- Refactored the code for better maintainability and readability. ## v1.2.0 @@ -19,8 +14,13 @@ - Fixed minor issues and removed debugging code. - Updated the **Readme** file. -## v1.3.0 +## v1.1.0 + +- Added support for the **Clear Cache** command in **DDEV** Drupal project environment. +- Fixed minor issues and added comments. +- Removed extension from the **Preview**. +- Updated the **Readme** file. -- Adds support for **drush v12**. -- Fixes the issues reported in [#1](https://github.com/vinugawade/ur-cache-cleaner/issues/1) by [@elgandoz](https://github.com/elgandoz). -- Refactors the code for better maintainability and readability. +## v1.0.0 + +- Added support for the **Clear Cache** command of **Drush** in **Drupal** projects. This feature is available only for **Linux/Mac** OS. diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 5d5582c..898d07d 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -60,7 +60,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -vinulike11@gmail.com. +. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the @@ -116,7 +116,7 @@ the community. This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0, available at -https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. +. Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity). @@ -124,5 +124,5 @@ enforcement ladder](https://github.com/mozilla/diversity). [homepage]: https://www.contributor-covenant.org For answers to common questions about this code of conduct, see the FAQ at -https://www.contributor-covenant.org/faq. Translations are available at -https://www.contributor-covenant.org/translations. +. Translations are available at +. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 15de61f..76f3e78 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,13 +18,13 @@ To contribute to UR Cache Cleaner, follow these steps: 2. **Clone Your Fork**: Clone your forked repository to your local machine using the following command: - ``` + ```shell git clone https://github.com/vinugawade/ur-cache-cleaner.git ``` 3. **Create a Branch**: Create a new branch for your changes with a descriptive name: - ``` + ```shell git checkout -b feature/my-new-feature ``` @@ -32,13 +32,13 @@ To contribute to UR Cache Cleaner, follow these steps: 5. **Commit Changes**: Commit your changes with clear and concise commit messages: - ``` + ```shell git commit -am 'Add new feature: my new feature' ``` 6. **Push Changes**: Push your changes to your forked repository: - ``` + ```shell git push origin feature/my-new-feature ``` diff --git a/README.md b/README.md index 835b081..5aaac2c 100755 --- a/README.md +++ b/README.md @@ -53,30 +53,6 @@ See [CHANGELOG.md](CHANGELOG.md). --- -## Release Notes ✨ - -### v1.0.0 - -- Introduces the **Clear Cache** command of **Drush** for use in Drupal projects. This feature is currently supported only on **Linux/Mac OS**. - -### v1.1.0 - -- Adds support for the **Clear Cache** command in **DDEV** Drupal project environments. -- Fixes minor issues and adds comments for improved clarity. - -### v1.2.0 - -- Enhances the tooltip to display additional site details. -- Addresses minor issues for improved performance. - -### v1.3.0 - -- Adds support for **drush v12**. -- Fixes the issues reported in [#1](https://github.com/vinugawade/ur-cache-cleaner/issues/1) by [@elgandoz](https://github.com/elgandoz). -- Refactors the code for better maintainability and readability. - ---- - ## Contributors ✨ We welcome contributions to our [repository](https://github.com/vinugawade/ur-cache-cleaner). Feel free to contribute and help make **UR Cache Cleaner** even better.