Skip to content

Commit c23dece

Browse files
updated version to 3.2.0
1 parent 9a8f40a commit c23dece

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

oc-includes/osclass/installer/basic_data.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ INSERT INTO /*TABLE_PREFIX*/t_currency (pk_c_code, s_name, s_description, b_enab
44
('EUR', 'European Union euro', 'Euro €', true);
55

66
INSERT INTO /*TABLE_PREFIX*/t_preference VALUES
7-
('osclass', 'version', 312, 'INTEGER')
7+
('osclass', 'version', 320, 'INTEGER')
88
,('osclass', 'theme', 'bender', 'STRING')
99
,('osclass', 'admin_language', 'en_US', 'STRING')
1010
,('osclass', 'language', 'en_US', 'STRING')

oc-includes/osclass/upgrade-funcs.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,10 +438,9 @@
438438
$comm->query(sprintf("INSERT INTO %st_pages_description (fk_i_pages_id, fk_c_locale_code, s_title, s_text) VALUES (%d, 'en_US', '{WEB_TITLE} - Your ad is about to expire', '<p>Hi {USER_NAME},</p><p>Your listing <a href=\"{ITEM_URL}\">{ITEM_TITLE}</a> is about to expire at {WEB_LINK}.')", DB_TABLE_PREFIX, $comm->insertedId()));
439439

440440
osc_set_preference('force_aspect_image', '0', 'osclass', 'BOOLEAN');
441-
442441
}
443442

444-
osc_changeVersionTo(312);
443+
osc_changeVersionTo(320);
445444

446445
echo '<div class="well ui-rounded-corners separate-top-medium">';
447446
echo '<p>'.__('Osclass &raquo; Updated correctly').'</p>';

oc-load.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* License along with this program. If not, see <http://www.gnu.org/licenses/>.
2020
*/
2121

22-
define('OSCLASS_VERSION', '3.1.2');
22+
define('OSCLASS_VERSION', '3.2.0');
2323

2424
if( !defined('ABS_PATH') ) {
2525
define( 'ABS_PATH', dirname(__FILE__) . '/' );

0 commit comments

Comments
 (0)