Plugin Directory

Changeset 2016633


Ignore:
Timestamp:
01/22/2019 04:58:31 AM (7 years ago)
Author:
albertochoa
Message:

Update plugins

Location:
bitly-service
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • bitly-service/trunk/bitly-service.php

    r613424 r2016633  
    22/**
    33 * Plugin Name: Bit.ly Service
    4  * Plugin URI: https://github.com/niftytheme/bitly-service
     4 * Plugin URI: https://wordpress.org/plugins/bitly-service/
    55 * Description: Bit.ly Service allows you to generate a bitly.com, bit.ly or j.mp shortlink for all of your posts and pages and custom post types.
    66 * Version: 1.1.0
    7  * Author: Luis Alberto Ochoa Esparza
    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 Bit.ly Service
    21  * @version 1.1.0
    22  * @author Luis Alberto Ochoa Esparza <[email protected]>
    23  * @copyright Copyright (C) 2011-2012, Luis Alberto Ochoa Esparza
    24  * @link https://github.com/niftytheme/bitly-service
    25  * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     7 * Author: Alberto Ochoa
     8 * Author URI: https://gitlab.com/albertochoa
     9 * License: GPL2
    2610 */
    2711
    2812/**
    2913 * Bitly Class
    30  *
    31  * @link https://github.com/albertochoa/bitly-class/wiki
    3214 */
    3315require_once( 'library/Bitly.php' );
  • bitly-service/trunk/library/Bitly.php

    r613426 r2016633  
    1414 *
    1515 * @version 1.0-alpha
    16  * @author Luis Alberto Ochoa Esparza <[email protected]>
    17  * @copyright Copyright (C) 2011-2012, Luis Alberto Ochoa Esparza
    18  * @link https://github.com/albertochoa/bitly/wiki
     16 * @author Alberto Ochoa
     17 * @copyright Copyright (C) 2011-2012, Alberto Ochoa
    1918 */
    2019
  • bitly-service/trunk/readme.txt

    r613431 r2016633  
    11=== Bit.ly Service ===
    22Contributors: albertochoa
    3 Donate link: https://github.com/niftytheme/bitly-service
    43Tags: bitly, bitly.com, j.mp, qr code, shortlink, shortlinks, url shortener, post, page, post types
    54Requires at least: 3.0
    6 Tested up to: 3.4
     5Tested up to: 3.5
    76Stable tag: 1.1.0
    87
Note: See TracChangeset for help on using the changeset viewer.