onArcade Forums

Full Version: onArcade 2.2.1 released
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
onArcade 2.2.1 is a small maintenance release that fixes compatibility issues with older PHP versions and couple of other bugs. There are no new features, all onArcade 2.2.0 templates and language files work with it. If you are upgrading from onArcade 2.2.0 then you can either upload changed files or manually add changes, instructions for that are in 220to221.txt. If you are upgrading from some older version then read readme.pdf.

You can download it from clients area.
Awesome! I'll check it out. Just a head up, in the admin panel when it tells you you aren't up to date.. the new version number isn't showing. It reads:

Code:
You are running 2.2.0. The latest available version is .

Keep up the good work Hans!
-Tony
this is a bug... that I didn't know of, so 2.2.1 does not fix it, but if I should release 2.2.2 then I will fix it in there.
Thanks Hans, I'll upgrade it by today ..

Keep it up Wink
Hello again,

Hans, could you please check this in links.php

PHP Code:
$send_mail->load_lang($settings['language'], 'new_link', array('sitename' => $settings['sitename'], 'title' => $link['title'], 'url' => $link['url'], 'description' => $link['description'], 'emai' => $link['email'], 'ip' => $session->ip)); 

There's ( L ) missing in 'email' .. Is it right, or just a mistake?

Because, the only difference between the old code and the new one is this ( L ).

Thank you
good work
Thank you Hans,
I will update today Smile

greetz,

Brain
Nice upgrade done " You are running 2.2.1. " thanks Hans. Smile
(03-13-2009 05:24 AM)Monir Wrote: [ -> ]Hans, could you please check this in links.php

PHP Code:
$send_mail->load_lang($settings['language'], 'new_link', array('sitename' => $settings['sitename'], 'title' => $link['title'], 'url' => $link['url'], 'description' => $link['description'], 'emai' => $link['email'], 'ip' => $session->ip)); 

There's ( L ) missing in 'email' .. Is it right, or just a mistake?

Because, the only difference between the old code and the new one is this ( L ).
I guess no one has submitted link to your site? Actually there is a typo in email.lang.php, but it is easier to change it in links.php than in email.lang.php for each language separately.
PHP Code:
    'new_link_message'    =>    'New link has been submited to your site {$sitename} and is awaiting activation.
Title: {$title}
URL: {$url}
Description: {$description}
Added by: {$emai} ({$ip})'

nice work Hans

thank you
Pages: 1 2 3
Reference URL's