Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SimplePie 1.8.1 version not updated #904

Open
prbt2016 opened this issue Dec 11, 2024 · 4 comments
Open

SimplePie 1.8.1 version not updated #904

prbt2016 opened this issue Dec 11, 2024 · 4 comments
Labels

Comments

@prbt2016
Copy link

prbt2016 commented Dec 11, 2024

Hello @jrfnl ,

I was in the process of manual installation of SimplePie on Centos 7 with PHP 7.2, Apache 2.2, MYSQL 5.5 using

git clone https://github.com/simplepie/simplepie.git

And followed these steps :

http://simplepie.org/wiki/setup/setup

However, when i checked the file src/SimplePie.php, it seems that the version is not updated i.e

public const VERSION = '1.8.0'; instead of `public const VERSION = '1.8.1';

Could you please check and update this.

@jtojnar
Copy link
Contributor

jtojnar commented Dec 11, 2024

1.8.1 is in one-dot-eight branch: https://github.com/simplepie/simplepie/blob/1.8.1/src/SimplePie.php#L73
master contains the work on upcoming 1.9 release.

See also https://github.com/simplepie/simplepie#project-status

@prbt2016
Copy link
Author

prbt2016 commented Dec 11, 2024

Hello @jtojnar ,

Thanks for the quick response .

So I would have to do git clone -b one-dot-eight https://github.com/simplepie/simplepie.git

For getting the 1.8 branch right ?.

Regards.

@jtojnar
Copy link
Contributor

jtojnar commented Dec 11, 2024

Right. Or you can use git switch one-dot-eight in the existing repo. Or switch to 1.8.1 directly if you want the tagged version.

@prbt2016
Copy link
Author

Okay cool . Thanks for the support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants