Version Description
- reverted erroneously removing plugin author index
Download this release
Release Info
Developer | advancedads |
Plugin | Advanced Ads |
Version | 1.23.2 |
Comparing to | |
See all releases |
Code changes from version 1.23.1 to 1.23.2
- admin/includes/class-licenses.php +1 -0
- advanced-ads.php +2 -2
- languages/advanced-ads.pot +4 -4
- readme.txt +5 -1
admin/includes/class-licenses.php
CHANGED
@@ -551,6 +551,7 @@ class Advanced_Ads_Admin_Licenses {
|
|
551 |
'version' => $_add_on['version'],
|
552 |
'license' => $license_key,
|
553 |
'item_name' => $_add_on['name'],
|
|
|
554 |
)
|
555 |
);
|
556 |
}
|
551 |
'version' => $_add_on['version'],
|
552 |
'license' => $license_key,
|
553 |
'item_name' => $_add_on['name'],
|
554 |
+
'author' => 'Advanced Ads',
|
555 |
)
|
556 |
);
|
557 |
}
|
advanced-ads.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* Plugin Name: Advanced Ads
|
13 |
* Plugin URI: https://wpadvancedads.com
|
14 |
* Description: Manage and optimize your ads in WordPress
|
15 |
-
* Version: 1.23.
|
16 |
* Author: Thomas Maier, Advanced Ads GmbH
|
17 |
* Author URI: https://wpadvancedads.com
|
18 |
* Text Domain: advanced-ads
|
@@ -39,7 +39,7 @@ define( 'ADVADS_BASE_DIR', dirname( ADVADS_BASE ) ); // directory of the plugin
|
|
39 |
// general and global slug, e.g. to store options in WP.
|
40 |
define( 'ADVADS_SLUG', 'advanced-ads' );
|
41 |
define( 'ADVADS_URL', 'https://wpadvancedads.com/' );
|
42 |
-
define( 'ADVADS_VERSION', '1.23.
|
43 |
|
44 |
// Autoloading, modules and functions.
|
45 |
|
12 |
* Plugin Name: Advanced Ads
|
13 |
* Plugin URI: https://wpadvancedads.com
|
14 |
* Description: Manage and optimize your ads in WordPress
|
15 |
+
* Version: 1.23.2
|
16 |
* Author: Thomas Maier, Advanced Ads GmbH
|
17 |
* Author URI: https://wpadvancedads.com
|
18 |
* Text Domain: advanced-ads
|
39 |
// general and global slug, e.g. to store options in WP.
|
40 |
define( 'ADVADS_SLUG', 'advanced-ads' );
|
41 |
define( 'ADVADS_URL', 'https://wpadvancedads.com/' );
|
42 |
+
define( 'ADVADS_VERSION', '1.23.2' );
|
43 |
|
44 |
// Autoloading, modules and functions.
|
45 |
|
languages/advanced-ads.pot
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
# This file is distributed under the same license as the Advanced Ads plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Advanced Ads 1.23.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/advanced-ads/\n"
|
7 |
"Last-Translator: Thomas Maier <post@webzunft.de>\n"
|
8 |
"Language-Team: webgilde <support@wpadvancedads.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"POT-Creation-Date: 2021-01-
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.4.0\n"
|
15 |
"X-Domain: advanced-ads\n"
|
@@ -513,11 +513,11 @@ msgstr ""
|
|
513 |
msgid "License couldn’t be deactivated. Please try again later."
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: admin/includes/class-licenses.php:
|
517 |
msgid "Download failed. <a href=\"%s\">Click here to try another method</a>."
|
518 |
msgstr ""
|
519 |
|
520 |
-
#: admin/includes/class-licenses.php:
|
521 |
msgid "Download failed. <a href=\"%s\" target=\"_blank\">Click here to learn why</a>."
|
522 |
msgstr ""
|
523 |
|
2 |
# This file is distributed under the same license as the Advanced Ads plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Advanced Ads 1.23.2\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/advanced-ads/\n"
|
7 |
"Last-Translator: Thomas Maier <post@webzunft.de>\n"
|
8 |
"Language-Team: webgilde <support@wpadvancedads.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"POT-Creation-Date: 2021-01-13T16:41:23+00:00\n"
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.4.0\n"
|
15 |
"X-Domain: advanced-ads\n"
|
513 |
msgid "License couldn’t be deactivated. Please try again later."
|
514 |
msgstr ""
|
515 |
|
516 |
+
#: admin/includes/class-licenses.php:607
|
517 |
msgid "Download failed. <a href=\"%s\">Click here to try another method</a>."
|
518 |
msgstr ""
|
519 |
|
520 |
+
#: admin/includes/class-licenses.php:609
|
521 |
msgid "Download failed. <a href=\"%s\" target=\"_blank\">Click here to learn why</a>."
|
522 |
msgstr ""
|
523 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: ads, ad manager, ad rotation, adsense, banner
|
|
4 |
Requires at least: 4.6
|
5 |
Tested up to: 5.6
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 1.23.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -317,6 +317,10 @@ Yes. You can use plenty of [hooks](https://wpadvancedads.com/codex/) to customiz
|
|
317 |
|
318 |
== Changelog ==
|
319 |
|
|
|
|
|
|
|
|
|
320 |
= 1.23.1 =
|
321 |
|
322 |
- removed warning about iThemes Security since it is no longer causing the reported issue
|
4 |
Requires at least: 4.6
|
5 |
Tested up to: 5.6
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 1.23.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
317 |
|
318 |
== Changelog ==
|
319 |
|
320 |
+
= 1.23.2 =
|
321 |
+
|
322 |
+
- reverted erroneously removing plugin author index
|
323 |
+
|
324 |
= 1.23.1 =
|
325 |
|
326 |
- removed warning about iThemes Security since it is no longer causing the reported issue
|