Page 1 of 1

ContentAliases Maximum CMSMS Version Supported = 1.1.1

Posted: Sun Nov 25, 2007 8:09 am
by giggler
Using CMSMS 1.2 and ContentAliases module says Maximum CMSMS Version Supported = 1.1.1. Will there be a version for 1.2 soon??

Re: ContentAliases Maximum CMSMS Version Supported = 1.1.1

Posted: Sun Nov 25, 2007 8:29 am
by alby
giggler wrote: Using CMSMS 1.2 and ContentAliases module says Maximum CMSMS Version Supported = 1.1.1. Will there be a version for 1.2 soon??
In file ContentAliases.module.php

search:

Code: Select all

function MaximumCMSVersion()
{
  return '......';
}
and insert:
  return '1.2.1';

Alby

Re: ContentAliases Maximum CMSMS Version Supported = 1.1.1

Posted: Sun Nov 25, 2007 5:35 pm
by giggler
oh, so it will work just fine on 1.2?

Re: ContentAliases Maximum CMSMS Version Supported = 1.1.1

Posted: Sun Nov 25, 2007 5:37 pm
by calguy1000
there are no guarantees about that..... though the internal api hasn't changed so you stand a good chance of it working.