qtranslate / qtranslate-xt

qTranslate-XT (eXTended) - reviving qTranslate-X multilingual plugin for WordPress. A new community-driven plugin soon. Built-in modules for WooCommerce, ACF, slugs and others.
GNU General Public License v2.0
550 stars 103 forks source link

How do I get current master version, rather than 3.12.1 #1264

Closed MarkArgent closed 1 year ago

MarkArgent commented 1 year ago

Following from #1255, how do I get the master version of qtranslate-xt? All I am finding is 3.12.1 and I gather there's a new master version that probably has this fixed.

spleen1981 commented 1 year ago

Go to the project page, be sure to be on master branch, Code green drop-down, select Download ZIP. Or you can git clone https://github.com/qtranslate/qtranslate-xt if you are familiar with git.

MarkArgent commented 1 year ago

I think I am missing something. Downloading from https://github.com/qtranslate/qtranslate-xt I still get 3.12.1 though it says "master" on the left (under "code"). I'm getting this both on git clone and when I download the zip file

spleen1981 commented 1 year ago

Doesn't matter the tag version you see, that's the last one set in source.

herrvigg commented 1 year ago

I updated the readme. The releases are tagged versions already in the past compared to master which gives the last updates currently in development (the same through "download zip"). A release is only meant to freeze a version up to a certain level of features or fixes.

MarkArgent commented 1 year ago

When I got to https://github.com/qtranslate/qtranslate-xt I see the word "master" (on the same line as the word "Code" on a green background, but the downloaded file (whether the Zip file or using "git clone") I still get something where qtranslate-xt.php contains the string "Version 3.12.1" and after installing it the plugins list shows it as "3.12.1" and switching languages still has no effect on the textarea fields.

I assume this means I am still downloading the wrong file: where should I be getting it from?

spleen1981 commented 1 year ago

qtranslate-xt.php contains the string "Version 3.12.1"

Again, that doesn't matter. To be sure where you are check in cloned git repo the current branch (git branch) and history (git log). That's common git stuff, it's plenty of info if you google it.

MarkArgent commented 1 year ago

I must be missing something. My problem is that I've created some custom fields with ACFPro. I have English and Welsh flags appearing when I create or edit content. If I click the English or Welsh flags the contexts of input in the "title" box changes between the two languages, but in ACF Wysiwyg fields it doesn't (i.e. if I type "En" in the field and switch to Welsh, the letters "En" remain if I swwitch language, and if I alter these to "Cy" in Welsh that too doesn't change when I switch back).

I'm told this has been fixed, and that the fixed version is in Master. But 3.12.1 is the version that doesn't work and my attempts to download from Master are not getting a newer version and are still showing the problem.

This sounds as if there is a fixed version in Master: how do I find it?

spleen1981 commented 1 year ago

Please read again the posts above, it's all there regarding the topic in object. I believe that you are already on master if you have followed the steps above, hence if you are still experiencing that issue, you should post in the proper thread (#1255).

MarkArgent commented 1 year ago

Thank you