Changeset 1999391
- Timestamp:
- 12/21/2018 04:10:28 AM (7 years ago)
- Location:
- search-engines
- Files:
-
- 3 deleted
- 2 edited
-
tags/1.0.0 (deleted)
-
tags/1.0.1 (deleted)
-
tags/1.0.2 (deleted)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/search-engines.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
search-engines/trunk/readme.txt
r1993390 r1999391 4 4 Requires at least: 3.0 5 5 Tested up to: 3.1 6 Stable tag: 1.0.26 Stable tag: trunk 7 7 8 8 A smart plugin that helps you to optimize the blog for SEO purposes. -
search-engines/trunk/search-engines.php
r332775 r1999391 2 2 /** 3 3 * Plugin Name: Search Engines 4 * Plugin URI: http ://snippets-tricks.org/proyecto/search-engines/4 * Plugin URI: https://wordpress.org/plugins/search-engines/ 5 5 * Description: Search Engines is a smart plugin that helps you to optimize the blog for SEO purposes by eliminating issues with duplicate content and specifying meta tags and page titles for different posts types and taxonomies. 6 6 * Version: 1.0.2 7 * Author: Luis Alberto Ochoa 8 * Author URI: http://luisalberto.org 9 * 10 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 11 * General Public License version 2, as published by the Free Software Foundation. You may NOT assume 12 * that you can use any other version of the GPL. 13 * 14 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without 15 * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 * 17 * You should have received a copy of the GNU General Public License along with this program; if not, write 18 * to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 19 * 20 * @package Search Engines 21 * @version 1.0.2 22 * @author Luis Alberto Ochoa Esparza <soy@luisalberto.org> 23 * @copyright Copyright (c) 2011, Luis Alberto Ochoa Esparza 24 * @link http://snippets-tricks.org/proyecto/search-engines/ 25 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 7 * Author: albertochoa 8 * Author URI: https://gitlab.com/albertochoa 26 9 */ 27 10
Note: See TracChangeset
for help on using the changeset viewer.