[PR #33] [MERGED] Merge develop to main for release v2.1.0 #135

Closed
opened 2026-03-13 21:17:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/akashrchandran/spotify-lyrics-api/pull/33
Author: @akashrchandran
Created: 1/18/2024
Status: Merged
Merged: 1/18/2024
Merged by: @akashrchandran

Base: mainHead: develop


📝 Commits (7)

  • d7eb14f changed public to api
  • 8d7edbf shifted cache file to temp directory
  • 90ced21 updated procfile
  • 6ded77a added vercel support
  • 11ff277 Remove formation configuration from app.json
  • f887736 Refactor file handling in Spotify class
  • 0aefe85 updated readme

📊 Changes

7 files changed (+88 additions, -69 deletions)

View changed files

📝 Procfile (+1 -1)
📝 README.md (+6 -1)
📝 api/index.php (+1 -1)
📝 app.json (+0 -6)
📝 composer.lock (+2 -2)
📝 src/Spotify.php (+70 -58)
vercel.json (+8 -0)

📄 Description

  • Renamed the public folder to 'api'.
  • Resolved issue #17 related to the deprecated creation of dynamic properties.
  • Now storing the token file in the operating system's temp directory using sys_get_temp_dir().
  • Added support for deployment to Vercel.
  • Incorporated additional docstrings for improved documentation.
  • Transformed the repository into a template.
  • Revised the readme to accurately represent the recent changes.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/akashrchandran/spotify-lyrics-api/pull/33 **Author:** [@akashrchandran](https://github.com/akashrchandran) **Created:** 1/18/2024 **Status:** ✅ Merged **Merged:** 1/18/2024 **Merged by:** [@akashrchandran](https://github.com/akashrchandran) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (7) - [`d7eb14f`](https://github.com/akashrchandran/spotify-lyrics-api/commit/d7eb14f55113a15eb1f06f4157a78008e45a6f0e) changed public to api - [`8d7edbf`](https://github.com/akashrchandran/spotify-lyrics-api/commit/8d7edbf953e44279a22ec49c02aaf979c32d79b8) shifted cache file to temp directory - [`90ced21`](https://github.com/akashrchandran/spotify-lyrics-api/commit/90ced21aa306ef26bd09e786f80e57bf106313c2) updated procfile - [`6ded77a`](https://github.com/akashrchandran/spotify-lyrics-api/commit/6ded77af57f574e6dbe91063dab5b9ae61994ab7) added vercel support - [`11ff277`](https://github.com/akashrchandran/spotify-lyrics-api/commit/11ff277967138de93502f743240d053589ff9b0d) Remove formation configuration from app.json - [`f887736`](https://github.com/akashrchandran/spotify-lyrics-api/commit/f887736a4d643585b4e9ec9879245da67871e1f4) Refactor file handling in Spotify class - [`0aefe85`](https://github.com/akashrchandran/spotify-lyrics-api/commit/0aefe8510b5a45a39bdc28f86c7d29cb4a8feeee) updated readme ### 📊 Changes **7 files changed** (+88 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `Procfile` (+1 -1) 📝 `README.md` (+6 -1) 📝 `api/index.php` (+1 -1) 📝 `app.json` (+0 -6) 📝 `composer.lock` (+2 -2) 📝 `src/Spotify.php` (+70 -58) ➕ `vercel.json` (+8 -0) </details> ### 📄 Description - Renamed the public folder to 'api'. - Resolved issue #17 related to the deprecated creation of dynamic properties. - Now storing the token file in the operating system's temp directory using `sys_get_temp_dir()`. - Added support for deployment to Vercel. - Incorporated additional docstrings for improved documentation. - Transformed the repository into a template. - Revised the readme to accurately represent the recent changes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 21:17:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-lyrics-api#135
No description provided.