Changeset 1865701
- Timestamp:
- 04/28/2018 07:49:37 AM (8 years ago)
- Location:
- wp-shortcm
- Files:
-
- 3 added
- 2 edited
-
assets/icon-128x128.png (added)
-
assets/icon-256x256.png (added)
-
assets/icon.svg (added)
-
trunk/README.txt (modified) (1 diff)
-
trunk/wp-shortcm.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-shortcm/trunk/README.txt
r1429266 r1865701 72 72 == Changelog == 73 73 74 = 1.0.1 = 75 New logo, api url changed 76 74 77 = 1.0.0 = 75 78 * Initial release -
wp-shortcm/trunk/wp-shortcm.php
r1428399 r1865701 30 30 31 31 32 define('SHORTCM_VERSION', '2.3. 2');32 define('SHORTCM_VERSION', '2.3.3'); 33 33 34 34 define('SHORTCM_DIR', WP_PLUGIN_DIR . '/' . basename(dirname(__FILE__))); … … 38 38 define('SHORTCM_ERROR', __('WP Bitly Error: No such option %1$s', 'wp-bitly')); 39 39 40 define('SHORTCM_API', 'https:// short.cm');40 define('SHORTCM_API', 'https://api.short.cm'); 41 41 42 42 /**
Note: See TracChangeset
for help on using the changeset viewer.