Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Mautic
  3. Is mautic still in version 4.1.0?

Is mautic still in version 4.1.0?

Scheduled Pinned Locked Moved Solved Mautic
10 Posts 3 Posters 1.8k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • nebulonN nebulon

      [3.1.0]

      • Update Mautic to 4.2.0
      • Full changelog
      T Offline
      T Offline
      tomtom
      wrote on last edited by
      #1

      @nebulon Is it just me or is mautic still in version 4.1.0?

      I have checked for updates, restarted the whole server, cleared the cache in the cloudron terminal and the cache/cookies in my browser, I still see "4.1.0" in the lower right corner of my mautic install.
      the app info in cloudron says:
      "App Title and VersionMautic 4.2.0
      App ID9fe85431-94ed-4b6b-8014-e08acd15e132
      Package Versionorg.mautic.cloudronapp@3.1.0
      Last UpdatedYesterday"

      So it SHOULD be 4.2.0, but 1. I get an upgrade alert to 4.2.0 and 2. in the lower right corner I still see "4.1.0" on every page.

      girishG 1 Reply Last reply
      0
      • T tomtom

        @nebulon Is it just me or is mautic still in version 4.1.0?

        I have checked for updates, restarted the whole server, cleared the cache in the cloudron terminal and the cache/cookies in my browser, I still see "4.1.0" in the lower right corner of my mautic install.
        the app info in cloudron says:
        "App Title and VersionMautic 4.2.0
        App ID9fe85431-94ed-4b6b-8014-e08acd15e132
        Package Versionorg.mautic.cloudronapp@3.1.0
        Last UpdatedYesterday"

        So it SHOULD be 4.2.0, but 1. I get an upgrade alert to 4.2.0 and 2. in the lower right corner I still see "4.1.0" on every page.

        girishG Offline
        girishG Offline
        girish
        Staff
        wrote on last edited by
        #2

        @tomtom The latest mautic depends on Cloudron 7.1. So, please upgrade Cloudron to 7.1.x first. Go to Settings -> Check For Updates. It will say the update is unstable, but it's safe to update. After you update, you can then update mautic.

        A 1 Reply Last reply
        0
        • girishG girish

          @tomtom The latest mautic depends on Cloudron 7.1. So, please upgrade Cloudron to 7.1.x first. Go to Settings -> Check For Updates. It will say the update is unstable, but it's safe to update. After you update, you can then update mautic.

          A Offline
          A Offline
          abustos
          wrote on last edited by
          #3

          @girish Hi, I'm new here. I'm hosting Cloudron at home. I've been experimenting with it for the last few weeks and I'm impressed. I'd like to show my appreciation to the developers.

          I'm having the same issue as @nebulon

          On 2022-03-10 I upgraded Cloudron to 7.1.3 and Mautic to 4.2.0.

          The app info on the Cloudron dashboard says I have Mautic 4.2.0 but then inside Mautic it says 4.1.0 everywhere.

          I've tried clearing Mautic cache but it didn't help. I'd appreciate if I could get any guidance.

          Cheers!

          girishG 1 Reply Last reply
          1
          • A abustos

            @girish Hi, I'm new here. I'm hosting Cloudron at home. I've been experimenting with it for the last few weeks and I'm impressed. I'd like to show my appreciation to the developers.

            I'm having the same issue as @nebulon

            On 2022-03-10 I upgraded Cloudron to 7.1.3 and Mautic to 4.2.0.

            The app info on the Cloudron dashboard says I have Mautic 4.2.0 but then inside Mautic it says 4.1.0 everywhere.

            I've tried clearing Mautic cache but it didn't help. I'd appreciate if I could get any guidance.

            Cheers!

            girishG Offline
            girishG Offline
            girish
            Staff
            wrote on last edited by
            #4

            @abustos Thanks, I can confirm this behavior. It shows 4.1.0 at the bottom and is also giving a update to 4.2 indicator :

            390672bd-1200-4048-bd62-e3dfe9df9f75-image.png

            1 Reply Last reply
            0
            • girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #5

              Investigating the version info. In app/AppKernel.php:

                      defined('MAUTIC_VERSION') or define('MAUTIC_VERSION', $metadata->getVersion());
              

              And app/bundles/CoreBundle/Release/ThisRelease.php ultimately reads from file_get_contents(__DIR__.'/../../../release_metadata.json'),

              The app/release_metadata.json has:

              {
                "version": "4.1.0",
                "stability": "stable",
                "minimum_php_version": "7.4.0",
                "maximum_php_version": "8.0.99",
                "show_php_version_warning_if_under": "7.4.0",
                "minimum_mautic_version": "3.2.0",
                "announcement_url": "https://github.com/mautic/mautic/releases/tag/4.1.0"
              }
              

              So, indeed either our build is wrong or the upstream package is wrong.

              1 Reply Last reply
              0
              • girishG Offline
                girishG Offline
                girish
                Staff
                wrote on last edited by
                #6

                The upstream file release_metadata.json is correct. So, I am going to assume this our packaging fault. I am making a new build.

                {
                  "version": "4.2.0",
                  "stability": "stable",
                  "minimum_php_version": "7.4.0",
                  "maximum_php_version": "8.0.99",
                  "minimum_mysql_version": "5.7.14",
                  "minimum_mariadb_version": "10.2.7",
                  "show_php_version_warning_if_under": "7.4.0",
                  "minimum_mautic_version": "3.2.0",
                  "announcement_url": "https://github.com/mautic/mautic/releases/tag/4.2.0"
                }
                
                T 1 Reply Last reply
                0
                • girishG girish

                  The upstream file release_metadata.json is correct. So, I am going to assume this our packaging fault. I am making a new build.

                  {
                    "version": "4.2.0",
                    "stability": "stable",
                    "minimum_php_version": "7.4.0",
                    "maximum_php_version": "8.0.99",
                    "minimum_mysql_version": "5.7.14",
                    "minimum_mariadb_version": "10.2.7",
                    "show_php_version_warning_if_under": "7.4.0",
                    "minimum_mautic_version": "3.2.0",
                    "announcement_url": "https://github.com/mautic/mautic/releases/tag/4.2.0"
                  }
                  
                  T Offline
                  T Offline
                  tomtom
                  wrote on last edited by
                  #7

                  @girish Thanks!

                  girishG 1 Reply Last reply
                  0
                  • T tomtom

                    @girish Thanks!

                    girishG Offline
                    girishG Offline
                    girish
                    Staff
                    wrote on last edited by
                    #8

                    @tomtom I have pushed an update that should fix this. Can you please check?

                    A 1 Reply Last reply
                    0
                    • girishG girish

                      @tomtom I have pushed an update that should fix this. Can you please check?

                      A Offline
                      A Offline
                      abustos
                      wrote on last edited by
                      #9

                      @girish I just updated. It solved the issue. I really appreciate. Thank you for the prompt solution.

                      1 Reply Last reply
                      1
                      • T Offline
                        T Offline
                        tomtom
                        wrote on last edited by
                        #10

                        Same here, problem solved. Thanks!

                        1 Reply Last reply
                        0
                        • nebulonN nebulon marked this topic as a question on
                        • nebulonN nebulon has marked this topic as solved on
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • Bookmarks
                          • Search