Changeset 1882512
- Timestamp:
- 05/28/2018 11:01:41 AM (8 years ago)
- Location:
- opizo/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
admin/class-opizo-admin.php (modified) (1 diff)
-
opizo.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
opizo/trunk/README.txt
r1881808 r1882512 1 1 === Plugin Name === 2 2 Contributors: Opizo 3 Version: 1.1. 13 Version: 1.1.2 4 4 Donate link: http://opizo.com 5 5 Tags: link,url,shortener,shrinker,url shrinker,make money,url2money,link2money,link shrinker,link shortener,make money 6 6 Requires at least: 3.5 7 7 Tested up to: 4.9.5 8 Stable tag: 1.1. 18 Stable tag: 1.1.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 53 53 54 54 == Changelog == 55 = 1.1.2 = 56 * fix shrink bug 57 55 58 = 1.1.1 = 56 59 * fix some bug -
opizo/trunk/admin/class-opizo-admin.php
r1881808 r1882512 255 255 256 256 $urls[$counter] = $url; 257 $text = str_replace(" \"$url\"", "\"{URLTOSHRINK" . $counter . "}\"", $text);257 $text = str_replace("$url", "{URLTOSHRINK" . $counter . "}", $text); 258 258 $counter++; 259 259 } -
opizo/trunk/opizo.php
r1881808 r1882512 17 17 * Plugin URI: http://opizo.com/page/view/opizo_wp_plugin 18 18 * Description: Opizo Link Shortener and Make money system from Links and URLs 19 * Version: 1.1. 119 * Version: 1.1.2 20 20 * Author: Opizo 21 21 * Author URI: http://opizo.com
Note: See TracChangeset
for help on using the changeset viewer.