Changeset 801553
- Timestamp:
- 11/09/2013 01:38:25 PM (12 years ago)
- Location:
- wp-slide-out-tab/tags/1.0.4
- Files:
-
- 4 copied
-
. (copied) (copied from wp-slide-out-tab/trunk)
-
readme.txt (copied) (copied from wp-slide-out-tab/trunk/readme.txt) (2 diffs)
-
slide-out-tab.php (copied) (copied from wp-slide-out-tab/trunk/slide-out-tab.php) (1 diff)
-
style.css (copied) (copied from wp-slide-out-tab/trunk/style.css)
Legend:
- Unmodified
- Added
- Removed
-
wp-slide-out-tab/tags/1.0.4/readme.txt
r801047 r801553 4 4 Requires at least: 3.7 5 5 Tested up to: 3.7.1 6 Stable tag: 1.0. 36 Stable tag: 1.0.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 41 41 == Changelog == 42 42 43 = 1.0.4 = 44 Updated plugin headers 45 43 46 = 1.0.3 = 44 47 Style change -
wp-slide-out-tab/tags/1.0.4/slide-out-tab.php
r801047 r801553 3 3 4 4 /** 5 * Plugin Name: Slide Out Tab 5 Plugin Name: Slide Out Tab 6 Plugin URI: http://catapultdesign.co.uk 7 Description: A slide out tab that can be used for marketing and promotional offers 8 Version: 1.0.4 9 Author: Catapult 10 Author URI: http://catapultdesign.co.uk 11 License: GPL2 6 12 7 * Plugin URI: http://catapultdesign.co.uk 13 Copyright 2013 Catapult (email : [email protected]) 8 14 9 * Description: A slide out tab that can be used for marketing and promotional offers 10 11 * Version: 1.0.3 12 13 * Author: Catapult 14 15 * Author URI: http://catapultdesign.co.uk 16 17 * License: GPL2 18 19 Copyright 2013 Catapult (email : [email protected]) 15 This program is free software; you can redistribute it and/or modify 16 it under the terms of the GNU General Public License, version 2, as 17 published by the Free Software Foundation. 20 18 21 19 22 This program is free software; you can redistribute it and/or modify 23 24 it under the terms of the GNU General Public License, version 2, as 25 26 published by the Free Software Foundation. 20 This program is distributed in the hope that it will be useful, 21 but WITHOUT ANY WARRANTY; without even the implied warranty of 22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 GNU General Public License for more details. 27 24 28 25 29 This program is distributed in the hope that it will be useful, 30 31 but WITHOUT ANY WARRANTY; without even the implied warranty of 32 33 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 34 35 GNU General Public License for more details. 36 37 38 You should have received a copy of the GNU General Public License 39 40 along with this program; if not, write to the Free Software 41 42 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 26 You should have received a copy of the GNU General Public License 27 along with this program; if not, write to the Free Software 28 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 43 29 */ 44 30
Note: See TracChangeset
for help on using the changeset viewer.