Version Description
- Compatibility check up to version 4.8
Download this release
Release Info
Developer | catchthemes |
Plugin | To Top |
Version | 1.5.3 |
Comparing to | |
See all releases |
Code changes from version 1.5.2 to 1.5.3
- README.txt +7 -4
- languages/to-top.pot +3 -3
- to-top.php +1 -1
README.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Plugin Name ===
|
2 |
-
Contributors: catchthemes
|
3 |
Donate link: https://catchthemes.com/wp-plugins/to-top/
|
4 |
Tags: to-top, arrow, button, icon, link to top, scroll, back to top, scroll to top, scroll top, scroll up, simple scroll to top, simple back to top, smooth scroll
|
5 |
Requires at least: 4.5
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.5.
|
8 |
License: GNU General Public License, version 3 (GPLv3)
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
10 |
|
@@ -57,10 +57,13 @@ You'll then see To Top dashboard from which you can enable or disable the button
|
|
57 |
|
58 |
== Changelog ==
|
59 |
|
|
|
|
|
|
|
60 |
= 1.5.2 =
|
61 |
* Bug Fixed: Default value of 'margin_x' in customizer ( Reported By: sherrif02 )
|
62 |
* Bug Fixed: Condition check for CSS ( Reported By: sherrif02 )
|
63 |
-
* Updated: Make image link
|
64 |
|
65 |
= 1.5.1 =
|
66 |
* Bug Fixed: array_merge issue in some php versions
|
1 |
=== Plugin Name ===
|
2 |
+
Contributors: catchthemes, sakinshrestha, pratikshrestha, maheshmaharjan
|
3 |
Donate link: https://catchthemes.com/wp-plugins/to-top/
|
4 |
Tags: to-top, arrow, button, icon, link to top, scroll, back to top, scroll to top, scroll top, scroll up, simple scroll to top, simple back to top, smooth scroll
|
5 |
Requires at least: 4.5
|
6 |
+
Tested up to: 4.8
|
7 |
+
Stable tag: 1.5.3
|
8 |
License: GNU General Public License, version 3 (GPLv3)
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
10 |
|
57 |
|
58 |
== Changelog ==
|
59 |
|
60 |
+
= 1.5.3 =
|
61 |
+
* Compatibility check up to version 4.8
|
62 |
+
|
63 |
= 1.5.2 =
|
64 |
* Bug Fixed: Default value of 'margin_x' in customizer ( Reported By: sherrif02 )
|
65 |
* Bug Fixed: Condition check for CSS ( Reported By: sherrif02 )
|
66 |
+
* Updated: Make image link protocol-less http:// or https:// to // ( Reported By: pianoworld )
|
67 |
|
68 |
= 1.5.1 =
|
69 |
* Bug Fixed: array_merge issue in some php versions
|
languages/to-top.pot
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GNU General Public License v3.
|
3 |
#, fuzzy
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: To Top\n"
|
7 |
"Report-Msgid-Bugs-To: https://wordpress.org/tags/_s\n"
|
8 |
-
"POT-Creation-Date: 2017-
|
9 |
"PO-Revision-Date: 2016-12-07 23:04-0500\n"
|
10 |
"Last-Translator: Sakin Shrestha <info@catchthemes.com>\n"
|
11 |
"Language-Team: Catch Themes <info@catchthemes.com>\n"
|
@@ -14,7 +14,7 @@ msgstr ""
|
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
16 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
17 |
-
"X-Generator: Poedit 2.0.
|
18 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;esc_attr_e;esc_attr__;_nx;"
|
19 |
"esc_html__;esc_html_e\n"
|
20 |
"X-Poedit-Basepath: .\n"
|
1 |
+
# Copyright (C) 2017 Catch Themes
|
2 |
# This file is distributed under the GNU General Public License v3.
|
3 |
#, fuzzy
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: To Top\n"
|
7 |
"Report-Msgid-Bugs-To: https://wordpress.org/tags/_s\n"
|
8 |
+
"POT-Creation-Date: 2017-06-07 21:06+0545\n"
|
9 |
"PO-Revision-Date: 2016-12-07 23:04-0500\n"
|
10 |
"Last-Translator: Sakin Shrestha <info@catchthemes.com>\n"
|
11 |
"Language-Team: Catch Themes <info@catchthemes.com>\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
16 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
17 |
+
"X-Generator: Poedit 2.0.2\n"
|
18 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;esc_attr_e;esc_attr__;_nx;"
|
19 |
"esc_html__;esc_html_e\n"
|
20 |
"X-Poedit-Basepath: .\n"
|
to-top.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: To Top plugin allows the visitor as well as admin to easily scroll back to the top of the page, with fully customizable options and ability to use image.
|
6 |
* Author: Catch Themes
|
7 |
* Author URI: https://catchthemes.com/
|
8 |
-
* Version: 1.5.
|
9 |
* License: GNU General Public License, version 3 (GPLv3)
|
10 |
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
11 |
* Text Domain: to-top
|
5 |
* Description: To Top plugin allows the visitor as well as admin to easily scroll back to the top of the page, with fully customizable options and ability to use image.
|
6 |
* Author: Catch Themes
|
7 |
* Author URI: https://catchthemes.com/
|
8 |
+
* Version: 1.5.3
|
9 |
* License: GNU General Public License, version 3 (GPLv3)
|
10 |
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
11 |
* Text Domain: to-top
|