• The default language of any content posted is English.
Mingle SAAS - Social Auto Poster and Scheduler PHP Script

Mingle SAAS - Social Auto Poster and Scheduler PHP Script 5.3.1 NULLED

raz0r

owner
Staff member
Administrator
Moderator
Messages
16,764
Reactions
65,379
raz0r submitted a new resource:

Mingle SAAS - Social Auto Poster & Scheduler PHP Script - Mingle SAAS - Social Auto Poster & Scheduler PHP Script Codecanyon ID 29531150

View attachment 8828

Mingle – Social Auto Poster is a SaaS-based Social Media Auto Poster & Scheduler with payment gateway support and a wise choice to publish your content automatically on well-known social networking sites like Facebook, Twitter, LinkedIn, Tumblr, Google My Business, Reddit, Blogger and Pinterest. Mingle – Social Auto Poster will help you confidently create, manage and track membership subscriptions and sell social media auto poster tools as a service...

Read more about this resource...
 
raz0r submitted a new resource:

Mingle SAAS - Social Auto Poster & Scheduler PHP Script - Mingle SAAS - Social Auto Poster & Scheduler PHP Script Codecanyon ID 29531150



Read more about this resource...
version 5.0.0 (2023-06-28) =

* [+] Added a feature of generating AI message via chatGPT.
* [+] Added a feature of individual scheduling for each social media.
* [+] Added a feature to manage site identities.
* [+] Added licensing validation to use the plugin.
* [*] Integrate Stripe Strong Customer Authentication (SCA) method.
 
= version 5.1.2 (2023-10-04) =

not nulled

* [*] Fixed an issue of report.
* [*] optimized the script code.

= version 5.1.1 (2023-09-28) =

* [*] Updated APP permission for Facebook and Instagram.

= version 5.1.0 (2023-09-26) =

* [*] Optimized the script code.
* [*] Modified the core labels.
* [*] Fixed social posting limitation issue for all social networks.
* [*] Fixed an issue of removing social accounts after adding it.

= version 5.0.4 (2023-08-18) =

* [+] Announcement added about Linkedin API method being deprecated.

 
@raz0r admin, please update 5.1.4
Post automatically merged:

= version 5.1.2 (2023-10-04) =

not nulled

* [*] Fixed an issue of report.
* [*] optimized the script code.

= version 5.1.1 (2023-09-28) =

* [*] Updated APP permission for Facebook and Instagram.

= version 5.1.0 (2023-09-26) =

* [*] Optimized the script code.
* [*] Modified the core labels.
* [*] Fixed social posting limitation issue for all social networks.
* [*] Fixed an issue of removing social accounts after adding it.

= version 5.0.4 (2023-08-18) =

* [+] Announcement added about Linkedin API method being deprecated.

*** Hidden text: cannot be quoted. ***
@iranthavan can you please update latest version 5.1.4
 
Remove "access token" message:

in \Lib\Message\Flash.php
Delete these: (line 56-63)
PHP:
if (isset($_SESSION['user_details']) && !empty($_SESSION['user_details']) && $_SESSION['user_details']['role'] == 'superadmin' ) {
            
            $license_data = $sap_global_settings->get_options( 'sap_license_data' );

            if ( ! empty( $license_data['license_key'] ) && empty( $license_data['access_token'] ) ) {
                $this->setFlash('Please update your access token to get automatic updates.', 'error');
            }
        }
 
Top