Changeset 2719492
- Timestamp:
- 05/06/2022 03:02:45 PM (4 years ago)
- Location:
- wppt-admin-widget
- Files:
-
- 3 edited
-
branches/1.0/wppt-admin-widget.php (modified) (1 diff)
-
tags/1.1/wppt-admin-widget.php (modified) (1 diff)
-
trunk/wppt-admin-widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wppt-admin-widget/branches/1.0/wppt-admin-widget.php
r2719474 r2719492 1 1 <?php 2 /** 3 * Plugin Name: WordPress Portugal Admin Widget 4 * Plugin URI: http://vanilla-lounge.pt 5 * Description: Adds a widget to your dashboard screen, with the latest news from http://wp-portugal.com/ 6 * Contributors: vanillalounge 7 * Author: vanillalounge 8 * Author URI: http://wordpress.org/support/profile/vanillalounge 9 * Tags: dashboard, widget, rss, Portugal 10 * Requires at least: 3.0 11 * Tested up to: 5.9.3 12 * Stable tag: 1.1 13 * Version: 1.1 14 * License: GPL2 15 * Copyright 2013 vanillalounge (email : info AT vanilla-lounge DOT pt) 16 * This program is free software; you can redistribute it and/or modify 17 * it under the terms of the GNU General Public License, version 2, as 18 * published by the Free Software Foundation. 19 * This program is distributed in the hope that it will be useful, 20 * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 * GNU General Public License for more details. 23 * You should have received a copy of the GNU General Public License 24 * along with this program; if not, write to the Free Software 25 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 2 /* 3 Plugin Name: WordPress Portugal Admin Widget 4 Description: Adds a widget to your dashboard screen, with the latest news from http://wp-portugal.com/ 5 Version: 1.1 6 Author: Zé Fontainhas 7 Author URI: http://zedejose.com 8 Tags: dashboard, widget, rss, Portugal 9 Requires at least: 3.0 10 Tested up to: 5.9.3 11 Stable tag: 1.1 12 License: GPL2 13 Copyright 2013 Zé Fontainhas 14 This program is free software; you can redistribute it and/or modify 15 it under the terms of the GNU General Public License, version 2, as 16 published by the Free Software Foundation. 17 This program is distributed in the hope that it will be useful, 18 but WITHOUT ANY WARRANTY; without even the implied warranty of 19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 GNU General Public License for more details. 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 26 24 */ 27 25 -
wppt-admin-widget/tags/1.1/wppt-admin-widget.php
r2719474 r2719492 1 1 <?php 2 /** 3 * Plugin Name: WordPress Portugal Admin Widget 4 * Plugin URI: http://vanilla-lounge.pt 5 * Description: Adds a widget to your dashboard screen, with the latest news from http://wp-portugal.com/ 6 * Contributors: vanillalounge 7 * Author: vanillalounge 8 * Author URI: http://wordpress.org/support/profile/vanillalounge 9 * Tags: dashboard, widget, rss, Portugal 10 * Requires at least: 3.0 11 * Tested up to: 5.9.3 12 * Stable tag: 1.1 13 * Version: 1.1 14 * License: GPL2 15 * Copyright 2013 vanillalounge (email : info AT vanilla-lounge DOT pt) 16 * This program is free software; you can redistribute it and/or modify 17 * it under the terms of the GNU General Public License, version 2, as 18 * published by the Free Software Foundation. 19 * This program is distributed in the hope that it will be useful, 20 * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 * GNU General Public License for more details. 23 * You should have received a copy of the GNU General Public License 24 * along with this program; if not, write to the Free Software 25 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 2 /* 3 Plugin Name: WordPress Portugal Admin Widget 4 Description: Adds a widget to your dashboard screen, with the latest news from http://wp-portugal.com/ 5 Version: 1.1 6 Author: Zé Fontainhas 7 Author URI: http://zedejose.com 8 Tags: dashboard, widget, rss, Portugal 9 Requires at least: 3.0 10 Tested up to: 5.9.3 11 Stable tag: 1.1 12 License: GPL2 13 Copyright 2013 Zé Fontainhas 14 This program is free software; you can redistribute it and/or modify 15 it under the terms of the GNU General Public License, version 2, as 16 published by the Free Software Foundation. 17 This program is distributed in the hope that it will be useful, 18 but WITHOUT ANY WARRANTY; without even the implied warranty of 19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 GNU General Public License for more details. 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 26 24 */ 27 25 -
wppt-admin-widget/trunk/wppt-admin-widget.php
r2719474 r2719492 1 1 <?php 2 /** 3 * Plugin Name: WordPress Portugal Admin Widget 4 * Plugin URI: http://vanilla-lounge.pt 5 * Description: Adds a widget to your dashboard screen, with the latest news from http://wp-portugal.com/ 6 * Contributors: vanillalounge 7 * Author: vanillalounge 8 * Author URI: http://wordpress.org/support/profile/vanillalounge 9 * Tags: dashboard, widget, rss, Portugal 10 * Requires at least: 3.0 11 * Tested up to: 5.9.3 12 * Stable tag: 1.1 13 * Version: 1.1 14 * License: GPL2 15 * Copyright 2013 vanillalounge (email : info AT vanilla-lounge DOT pt) 16 * This program is free software; you can redistribute it and/or modify 17 * it under the terms of the GNU General Public License, version 2, as 18 * published by the Free Software Foundation. 19 * This program is distributed in the hope that it will be useful, 20 * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 * GNU General Public License for more details. 23 * You should have received a copy of the GNU General Public License 24 * along with this program; if not, write to the Free Software 25 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 2 /* 3 Plugin Name: WordPress Portugal Admin Widget 4 Description: Adds a widget to your dashboard screen, with the latest news from http://wp-portugal.com/ 5 Version: 1.1 6 Author: Zé Fontainhas 7 Author URI: http://zedejose.com 8 Tags: dashboard, widget, rss, Portugal 9 Requires at least: 3.0 10 Tested up to: 5.9.3 11 Stable tag: 1.1 12 License: GPL2 13 Copyright 2013 Zé Fontainhas 14 This program is free software; you can redistribute it and/or modify 15 it under the terms of the GNU General Public License, version 2, as 16 published by the Free Software Foundation. 17 This program is distributed in the hope that it will be useful, 18 but WITHOUT ANY WARRANTY; without even the implied warranty of 19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 GNU General Public License for more details. 21 You should have received a copy of the GNU General Public License 22 along with this program; if not, write to the Free Software 23 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 26 24 */ 27 25
Note: See TracChangeset
for help on using the changeset viewer.