To Top - Version 2.4

Version Description

(Released: February 24, 2022) = * Compatibility check up to version 5.9

Download this release

Release Info

Developer catchthemes
Plugin Icon 128x128 To Top
Version 2.4
Comparing to
See all releases

Code changes from version 2.3 to 2.4

README.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: catchplugins, catchthemes, sakinshrestha, pratikshrestha, maheshma
3
  Donate link: https://catchplugins.com/plugins/to-top/
4
  Tags: to top, scroll up, 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.8
6
- Tested up to: 5.8
7
  Stable tag: trunk
8
  License: GNU General Public License, version 3 (GPLv3)
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.txt
@@ -57,6 +57,9 @@ You'll then see To Top dashboard from which you can enable or disable the button
57
 
58
  == Changelog ==
59
 
 
 
 
60
  = 2.3 (Released: September 18, 2021) =
61
  * Bug Fixed: Security issue on ajax calls
62
 
3
  Donate link: https://catchplugins.com/plugins/to-top/
4
  Tags: to top, scroll up, 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.8
6
+ Tested up to: 5.9
7
  Stable tag: trunk
8
  License: GNU General Public License, version 3 (GPLv3)
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.txt
57
 
58
  == Changelog ==
59
 
60
+ = 2.4 (Released: February 24, 2022) =
61
+ * Compatibility check up to version 5.9
62
+
63
  = 2.3 (Released: September 18, 2021) =
64
  * Bug Fixed: Security issue on ajax calls
65
 
languages/to-top-fr_FR.mo CHANGED
Binary file
languages/to-top-fr_FR.po CHANGED
@@ -1,11 +1,11 @@
1
- # Copyright (C) 2017-2021 Catch Plugins
2
  # This file is distributed under the GNU General Public License v3.
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: To Top\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/tags/_s\n"
7
- "POT-Creation-Date: 2021-09-18 00:41-0700\n"
8
- "PO-Revision-Date: 2021-09-18 00:41-0700\n"
9
  "Last-Translator: Hubert Desrues <hubert.desrues@gmail.com>\n"
10
  "Language-Team: Français\n"
11
  "Language: fr_FR\n"
1
+ # Copyright (C) 2017-2022 Catch Plugins
2
  # This file is distributed under the GNU General Public License v3.
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: To Top\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/tags/_s\n"
7
+ "POT-Creation-Date: 2022-02-24 14:48-0800\n"
8
+ "PO-Revision-Date: 2022-02-24 14:48-0800\n"
9
  "Last-Translator: Hubert Desrues <hubert.desrues@gmail.com>\n"
10
  "Language-Team: Français\n"
11
  "Language: fr_FR\n"
languages/to-top.pot CHANGED
@@ -1,11 +1,11 @@
1
- # Copyright (C) 2017-2021 Catch Plugins
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: 2021-09-18 00:41-0700\n"
9
  "PO-Revision-Date: 2016-12-07 23:04-0500\n"
10
  "Last-Translator: Sakin Shrestha <info@catchplugins.com>\n"
11
  "Language-Team: Catch Plugins <info@catchplugins.com>\n"
1
+ # Copyright (C) 2017-2022 Catch Plugins
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: 2022-02-24 14:48-0800\n"
9
  "PO-Revision-Date: 2016-12-07 23:04-0500\n"
10
  "Last-Translator: Sakin Shrestha <info@catchplugins.com>\n"
11
  "Language-Team: Catch Plugins <info@catchplugins.com>\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 Plugins
7
  * Author URI: https://catchplugins.com/
8
- * Version: 2.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
@@ -38,7 +38,7 @@ if ( ! defined( 'WPINC' ) ) {
38
  }
39
 
40
  // Define Version
41
- define( 'TOTOP_VERSION', '2.3' );
42
 
43
  // The URL of the directory that contains the plugin
44
  if ( ! defined( 'TOTOP_URL' ) ) {
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 Plugins
7
  * Author URI: https://catchplugins.com/
8
+ * Version: 2.4
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
38
  }
39
 
40
  // Define Version
41
+ define( 'TOTOP_VERSION', '2.4' );
42
 
43
  // The URL of the directory that contains the plugin
44
  if ( ! defined( 'TOTOP_URL' ) ) {