Get Matrix version number


(Nic Hubbard) #1

Are there any ways to retrieve the Matrix version number not using PHP? Such as a get, post or using soap?


(Edison Wang) #2

nop, Matrix doesn't reveal version number to public.


Unless you get an error message, and the error is set to show on frontend, you can see the version number in the message.


(Nic Hubbard) #3

[quote]
nop, Matrix doesn't reveal version number to public.



Unless you get an error message, and the error is set to show on frontend, you can see the version number in the message.

[/quote]



Bummer. :slight_smile:


(Nic Hubbard) #4

I ended up writing a nice method that essentially screen scrapes the value out of the /_admin interface title tag. Works well for my purposes!


I didn't need a public way of doing it. It was needed after user login.