Plugin Directory

Changeset 1865701


Ignore:
Timestamp:
04/28/2018 07:49:37 AM (8 years ago)
Author:
gugu
Message:

new logo, new API URL

Location:
wp-shortcm
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-shortcm/trunk/README.txt

    r1429266 r1865701  
    7272== Changelog ==
    7373
     74= 1.0.1 =
     75New logo, api url changed
     76
    7477= 1.0.0 =
    7578* Initial release
  • wp-shortcm/trunk/wp-shortcm.php

    r1428399 r1865701  
    3030
    3131
    32 define('SHORTCM_VERSION', '2.3.2');
     32define('SHORTCM_VERSION', '2.3.3');
    3333
    3434define('SHORTCM_DIR', WP_PLUGIN_DIR . '/' . basename(dirname(__FILE__)));
     
    3838define('SHORTCM_ERROR', __('WP Bitly Error: No such option %1$s', 'wp-bitly'));
    3939
    40 define('SHORTCM_API', 'https://short.cm');
     40define('SHORTCM_API', 'https://api.short.cm');
    4141
    4242/**
Note: See TracChangeset for help on using the changeset viewer.