Skip to content

Commit

Permalink
Update change log & donate urls
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 committed Feb 13, 2025
1 parent d5a2e45 commit d8ce034
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: https://axmol.dev/donate.html
custom: https://axmol.dev/donate
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

### Improvements

- Improve Label: underline, strikethrough and color by @aismann in https://github.com/axmolengine/axmol/pull/2382
- Disable Spine references if Spine is not enabled by @rh101 in https://github.com/axmolengine/axmol/pull/2346
- Increase MAX_AUDIOINSTANCES value to 128 in AudioEngine by @MartinLutherSu in https://github.com/axmolengine/axmol/pull/2348
- Clipper2 ver. 1.5.0 by @aismann in https://github.com/axmolengine/axmol/pull/2350
Expand All @@ -32,6 +33,8 @@
- Improve gradle scripts
- Remove unused 3rd lib: yaml-cpp by @halx99
- Fix wasm compile warnings
- Added methods to modify audio pitch by @Janglee123 in https://github.com/axmolengine/axmol/pull/2381
- Improve webgl render fps by @halx99 in https://github.com/axmolengine/axmol/pull/2379

### SDKs updates

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ How to contribute:
* Please do not forget to add the topic `axmol` and `axmolengine` to any related repository you create!
* Adding a star on GitHub will help Axmol grow as well. Thank you!

If you find **Axmol Engine** helpful, please consider donating in [https://axmol.dev/donate.html](https://axmol.dev/donate.html). Thank you very much!
If you find **Axmol Engine** helpful, please consider donating in [https://axmol.dev/donate](https://axmol.dev/donate). Thank you very much!

## Sponsors

Expand All @@ -154,7 +154,7 @@ If you find **Axmol Engine** helpful, please consider donating in [https://axmol

#### More Sponsors

Please visit: [https://axmol.dev/donate.html](https://axmol.dev/donate.html)
Please visit: [https://axmol.dev/donate](https://axmol.dev/donate)

## Community

Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Axmol 引擎在 Cocos2d-x v4.0 的基础上进行迭代和改进。现在速度
* 请不要忘记将主题 axmol 和 axmolengine 添加到您创建的任何相关存储库中
* 在 GitHub 上添加星也将有助于 Axmol 的成长。谢谢你!

如果您发现 Axmol 引擎有帮助,请考虑在 [https://axmol.dev/donate.html](https://axmol.dev/donate.html) 赞助,非常感谢!
如果您发现 Axmol 引擎有帮助,请考虑在 [https://axmol.dev/donate](https://axmol.dev/donate) 赞助,非常感谢!

## Sponsors

Expand All @@ -154,7 +154,7 @@ Axmol 引擎在 Cocos2d-x v4.0 的基础上进行迭代和改进。现在速度

#### More Sponsors

Please visit: [https://axmol.dev/donate.html](https://axmol.dev/donate.html)
Please visit: [https://axmol.dev/donate](https://axmol.dev/donate)

## 社区

Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h2 class="project-tagline">A Multi-platform Engine for Mobile, Desktop and Xbox
<a href="https://github.com/axmolengine/axmol">
<img src="https://img.shields.io/github/stars/axmolengine/axmol?style=plastic" alt="Stars" />
</a>
<a href="https://axmol.dev/donate.html">
<a href="https://axmol.dev/donate">
<img src="https://img.shields.io/badge/❤️Donate-pink.svg" alt="LICENSE" />
</a>
</p>
Expand Down Expand Up @@ -246,7 +246,7 @@ <h3>Titanium Sponsors</h3>
<p>&nbsp;</p>

<h3>More Sponsors</h3>
<p>Please visit: <a href="https://axmol.dev/donate.html">https://axmol.dev/donate.html</a></p>
<p>Please visit: <a href="https://axmol.dev/donate">https://axmol.dev/donate</a></p>

<h2><a id="how-to-know-more"></a>How to know more</h2>

Expand Down
4 changes: 3 additions & 1 deletion tools/ci/build-site.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ configure_file './doc_index.html.in' "$site_dist/manual/index.html" @{'@VERSION@
mkdirs "$site_dist/assets/css"
Copy-Item './style.css' "$site_dist/assets/css/style.css"
Copy-Item './index.html' "$site_dist/index.html"
Copy-Item './donate.html' "$site_dist/donate.html"

mkdir "$site_dist/donate"
Copy-Item './donate.html' "$site_dist/donate/index.html"

# copy images used in axmol home page
Copy-Item './logo.png' "$site_dist/logo.png"
Expand Down

0 comments on commit d8ce034

Please sign in to comment.