Skip to content

Commit

Permalink
feat: update MD files
Browse files Browse the repository at this point in the history
  • Loading branch information
vinay-osseed committed Dec 16, 2024
1 parent 3bcd419 commit 6f6d3d6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 45 deletions.
26 changes: 13 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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.
8 changes: 4 additions & 4 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<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
Expand Down Expand Up @@ -116,13 +116,13 @@ 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.
<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).

[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.
<https://www.contributor-covenant.org/faq>. Translations are available at
<https://www.contributor-covenant.org/translations>.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,27 @@ 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
```

4. **Make Changes**: Make your desired changes to the codebase. Ensure your changes adhere to our coding standards and guidelines.

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
```

Expand Down
24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6f6d3d6

Please sign in to comment.