Version Description
- Fixed Blog link
Download this release
Release Info
Developer | BlogSynthesis |
Plugin | jQuery Smooth Scroll |
Version | 1.0.11 |
Comparing to | |
See all releases |
Code changes from version 1.0.10 to 1.0.11
- plugin.php +1 -1
- readme.txt +1 -1
plugin.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
<?php
|
2 |
Plugin Name: jQuery Smooth Scroll
|
3 |
-
Plugin URI: http://www.blogsynthesis.com/wordpress-jquery-smooth-scroll-plugin/
|
4 |
Copyright 2012 Anand Kumar (blogsynthesis.com)
|
5 |
This program is free software; you can redistribute it and/or modify
|
6 |
it under the terms of the GNU General Public License, version 2, as
|
7 |
published by the Free Software Foundation.
|
8 |
This program is distributed in the hope that it will be useful,
|
9 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
10 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
11 |
GNU General Public License for more details.
|
12 |
You should have received a copy of the GNU General Public License
|
13 |
along with this program; if not, write to the Free Software
|
14 |
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
15 |
|
16 |
Kindly check README.txt for more details about the plugin.
|
17 |
|
18 |
// Load JavaScript and stylesheets
|
19 |
$this->register_scripts_and_styles();
|
20 |
|
|
|
21 |
Copyright 2012 Anand Kumar (blogsynthesis.com)
|
22 |
This program is free software; you can redistribute it and/or modify
|
23 |
it under the terms of the GNU General Public License, version 2, as
|
24 |
published by the Free Software Foundation.
|
25 |
This program is distributed in the hope that it will be useful,
|
26 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
27 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
28 |
GNU General Public License for more details.
|
29 |
You should have received a copy of the GNU General Public License
|
30 |
along with this program; if not, write to the Free Software
|
31 |
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
32 |
|
33 |
Kindly check README.txt for more details about the plugin.
|
34 |
|
35 |
// Load JavaScript and stylesheets
|
36 |
$this->register_scripts_and_styles();
|
37 |
|
38 |
function display_link() {
|
39 |
|
40 |
|
41 |
|
42 |
|
1 |
<?php
|
2 |
Plugin Name: jQuery Smooth Scroll
|
|
|
3 |
Copyright 2012 Anand Kumar (blogsynthesis.com)
|
4 |
This program is free software; you can redistribute it and/or modify
|
5 |
it under the terms of the GNU General Public License, version 2, as
|
6 |
published by the Free Software Foundation.
|
7 |
This program is distributed in the hope that it will be useful,
|
8 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
9 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
10 |
GNU General Public License for more details.
|
11 |
You should have received a copy of the GNU General Public License
|
12 |
along with this program; if not, write to the Free Software
|
13 |
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
14 |
|
15 |
Kindly check README.txt for more details about the plugin.
|
16 |
|
17 |
// Load JavaScript and stylesheets
|
18 |
$this->register_scripts_and_styles();
|
19 |
|
20 |
+
Plugin URI: http://www.blogsynthesis.com/wordpress-jquery-smooth-scroll-plugin/#
|
21 |
Copyright 2012 Anand Kumar (blogsynthesis.com)
|
22 |
This program is free software; you can redistribute it and/or modify
|
23 |
it under the terms of the GNU General Public License, version 2, as
|
24 |
published by the Free Software Foundation.
|
25 |
This program is distributed in the hope that it will be useful,
|
26 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
27 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
28 |
GNU General Public License for more details.
|
29 |
You should have received a copy of the GNU General Public License
|
30 |
along with this program; if not, write to the Free Software
|
31 |
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
32 |
|
33 |
Kindly check README.txt for more details about the plugin.
|
34 |
|
35 |
// Load JavaScript and stylesheets
|
36 |
$this->register_scripts_and_styles();
|
37 |
|
38 |
function display_link() {
|
39 |
|
40 |
|
41 |
|
42 |
|
readme.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
=== jQuery Smooth Scroll ===
|
1 |
+
=== jQuery Smooth Scroll ===
|