Skip to content

Instantly share code, notes, and snippets.

View navjottomer's full-sized avatar

Navjot Tomer navjottomer

View GitHub Profile
@navjottomer
navjottomer / upgrade.php
Created September 21, 2021 12:06
oc-admin/themes/modern/tools/upgrade.php Osclass 5.0.2 upgrade issue fix
<?php
use mindstellar\upgrade\Osclass;
if (!defined('OC_ADMIN')) {
exit('Direct access is not allowed.');
}
//customize Head
function customHead()
@navjottomer
navjottomer / fbGroupAPi.md
Created January 22, 2019 18:56
This is a simple documention to use FBGroup Plugin APIs.

FBGroupAPi

This is a simple documention to use FBGroup Plugin APIs. API accept both GET and POST request.

API Call URL

API Call Parameters

apiKey:

Use apiKey generated in plugin admin dashboard to authenticate request.

fbGroupAction:

Two values are accepted for this parameter :

@navjottomer
navjottomer / changelog.txt
Created June 20, 2018 07:29
Shopclass theme for osclass Changelog
SHOPCLASS 1.4.0 13-JUN-2017
Whole New Sitemap functionality with always updated dynamic sitemap( First in Osclass ).
No generation or cron job needed for Sitemap update.
New multi-locale field in Theme dashboard.
Now Dynamic text field can be translated in theme dashboard.
WhatsApp share button fixed.
Cookie Consent Alert Option in Theme Dashboard.
Logo upload related and Osclass editor bug fixed.
Jquery Validation Related Changes.
Other multiple changes for performance improvement and code refactoring.