lectora
Member
- Nov 1, 2019
- 57
- 5
- 8
thank you very nice work!there are no new database queries in this version)
I used Amelia as it was Urgent.
and we will have the SAAS version? I read in the thread that someone with a licence was needed to recreate the necessary tables.there are no new database queries in this version)
how I understand it was in old versions, but now need extra plugin:and we will have the SAAS version? I read in the thread that someone with a licence was needed to recreate the necessary tables.
Thank you for your contribution!
<?php
namespace BookneticApp\Providers;
use BookneticApp\Backend\Settings\Helpers\LocalizationService;
use BookneticSaaS\Providers\Helper as SaasHelper;
use BookneticApp\Providers\Helper;
class Backend
<?php
namespace BookneticApp\Providers;
class PluginInstaller
{
private $download_link;
public function __construct( $download_link )
{
$this->download_link = $download_link;
}
public function install()
{
require_once ABSPATH . 'wp-admin/includes/plugin-install.php';
require_once ABSPATH . 'wp-admin/includes/file.php';
require_once ABSPATH . 'wp-admin/includes/misc.php';
require_once ABSPATH . 'wp-admin/includes/plugin.php';
require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php';
$upgrader = new \Plugin_Upgrader( new BookneticQuietSkin( ) );
if ( ! file_exists( WP_PLUGIN_DIR . '/booknetic-saas/init.php' ) )
{
$upgrader->install( $this->download_link );
}
if ( file_exists( WP_PLUGIN_DIR . '/booknetic-saas/init.php' ) )
{
activate_plugin( WP_PLUGIN_DIR . '/booknetic-saas/init.php' );
}
return true;
}
}
Use thisHi everyone,
Can't add staff. Any solution ?
I'm already using it.
tomorrow will checkI'm already using it.
Also test with All other plugins off.
Please, is this version Saas too?
tomorrow will check
nopePlease, is this version Saas too?
Okay, thank you.nope
When you add staff or products they don't save.