Skip to content

Commit

Permalink
Edited version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Darrigade committed Jan 15, 2018
1 parent 09fccc1 commit 8d729c1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/class/class-sqweb-build-script.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function generate() {
));

$output = '<script src="https://cdn.multipass.net/mltpss.min.js" type="text/javascript"></script>' . PHP_EOL;
$output .= '<script>/* SQweb v' . ( defined( 'SQW_VERSION' ) ? SQW_VERSION : '2.8.2' ) . ' */ var mltpss = new Multipass.default(' . $settings . ');</script>';
$output .= '<script>/* SQweb v' . ( defined( 'SQW_VERSION' ) ? SQW_VERSION : '2.8.3' ) . ' */ var mltpss = new Multipass.default(' . $settings . ');</script>';

echo $output;
}
Expand Down
2 changes: 1 addition & 1 deletion src/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ function sqw_site_url() {
// Self-Explanatory
define( 'SQW_ENDPOINT', 'https://api.multipass.net/' );
define( 'DEBUG_MODE', 0 );
define( 'SQW_VERSION', '2.8.2' );
define( 'SQW_VERSION', '2.8.3' );
5 changes: 4 additions & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: plavaux, nverdonc, bastienbotella, matdarr
Tags: paywall, subscription, adblock, analytics
Requires at least: 3.6
Tested up to: 4.8
Stable tag: 2.8.2
Stable tag: 2.8.3
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.en.html

Expand Down Expand Up @@ -154,6 +154,9 @@ You can keep your current adverting setup. We're compatible with AdSense, Double

== Changelog ==

= v2.8.3 =
* Improved the method injecting our script.

= v2.8.2 =
* Added missing localizations.

Expand Down
2 changes: 1 addition & 1 deletion src/sqweb.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: SQweb
Plugin URI: https://www.sqweb.com/
Description: Earn money with user subscriptions instead of advertising. Set up a simple universal subscription on your site with just a few clicks. Includes adblock detection and targeting.
Version: 2.8.2
Version: 2.8.3
Author: SQweb
Author URI: https://www.sqweb.com
Text Domain: sqweb
Expand Down

0 comments on commit 8d729c1

Please sign in to comment.