Skip to content

Commit a12904a

Browse files
committed
new v3.0.0 release
1 parent 21b62eb commit a12904a

File tree

11 files changed

+28123
-3400
lines changed

11 files changed

+28123
-3400
lines changed

.github/CONTRIBUTING.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ community.
1515
1. Fork and clone the repository
1616
2. Install dependencies:
1717

18-
```bash
19-
npm install
20-
```
18+
```bash
19+
npm install
20+
```
2121

2222
3. Make your changes
2323
4. Run the test suite:
2424

25-
```bash
26-
npm run all
27-
```
25+
```bash
26+
npm run all
27+
```
2828

2929
This command will:
3030

@@ -53,9 +53,10 @@ This command will:
5353
2. Make your changes with clear, descriptive commits
5454
3. Push to your fork
5555
4. Open a Pull Request using the appropriate template:
56-
- Bugfixes: Use the bugfix template
57-
- New features: Use the feature template
58-
- General changes: Use the default template
56+
57+
- Bugfixes: Use the bugfix template
58+
- New features: Use the feature template
59+
- General changes: Use the default template
5960

6061
### Pull Request Checklist
6162

.github/ISSUE_TEMPLATE/BUG_REPORT_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ assignees: ''
1212

1313
## Environment
1414

15-
- **Action Version**: <!-- e.g., v2.1.1 -->
15+
- **Action Version**: <!-- e.g., v3.0.0 -->
1616
- **Node.js Version**: <!-- e.g., 20.8.0 -->
1717
- **OS**: <!-- e.g., ubuntu-latest, ubuntu-22.04 -->
1818
- **Runner**: <!-- e.g., GitHub-hosted, self-hosted -->

.github/SECURITY.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ these steps:
1717
1. **Do NOT** open a public issue
1818
2. Email details to: **murilo.chianfa@outlook.com**
1919
3. Include:
20-
- Description of the vulnerability
21-
- Steps to reproduce
22-
- Potential impact
23-
- Suggested fix (if any)
20+
21+
- Description of the vulnerability
22+
- Steps to reproduce
23+
- Potential impact
24+
- Suggested fix (if any)
2425

2526
### What to Expect
2627

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ keywords:
1919
- Laravel
2020
- CI/CD
2121
license: MIT
22-
version: 2.1.1
22+
version: 3.0.0
2323
date-released: '2026-01-27'

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/checkout@v2
5454

5555
- name: IonCube Encode
56-
uses: MuriloChianfa/ioncube-encoder-action@v2.1.1
56+
uses: MuriloChianfa/ioncube-encoder-action@v3.0.0
5757
# If you're dont using trial version you need to setup the ioncube download url
5858
# env:
5959
# IONCUBE_DOWNLOAD_URL: ${{ secrets.IONCUBE_DOWNLOAD_URL }}
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/checkout@v2
8484

8585
- name: IonCube Encode Project
86-
uses: MuriloChianfa/ioncube-encoder-action@v2.1.1
86+
uses: MuriloChianfa/ioncube-encoder-action@v3.0.0
8787
# If you're dont using trial version you need to setup the ioncube download url
8888
# env:
8989
# IONCUBE_DOWNLOAD_URL: ${{ secrets.IONCUBE_DOWNLOAD_URL }}
@@ -97,7 +97,7 @@ jobs:
9797
callback-file: /opt/project/public/ioncube.php
9898

9999
- name: IonCube Encode Callback File
100-
uses: MuriloChianfa/ioncube-encoder-action@v2.1.1
100+
uses: MuriloChianfa/ioncube-encoder-action@v3.0.0
101101
# If you're dont using trial version you need to setup the ioncube download url
102102
# env:
103103
# IONCUBE_DOWNLOAD_URL: ${{ secrets.IONCUBE_DOWNLOAD_URL }}

0 commit comments

Comments
 (0)