Changeset 1390708
- Timestamp:
- 04/09/2016 01:13:01 AM (10 years ago)
- Location:
- tweet-wheel/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
tweet-wheel.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tweet-wheel/trunk/readme.txt
r1367419 r1390708 4 4 Requires at least: 4.4 5 5 Tested up to: 4.4.2 6 Stable tag: 1.0.3. 26 Stable tag: 1.0.3.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 90 90 == Changelog == 91 91 92 = 1.0.3.3 = 93 * Important vulnerability fix 94 92 95 = 1.0.3.2 = 93 96 * Fixed a few bugs -
tweet-wheel/trunk/tweet-wheel.php
r1367419 r1390708 5 5 * Plugin URI: http://www.tweet-wheel.com 6 6 * Description: A powerful tool that keeps your Twitter profile active. Even when you are busy. 7 * Version: 1.0.3. 27 * Version: 1.0.3.3 8 8 * Author: Tomasz Lisiecki from Nerd Cow Ltd. 9 9 * Author URI: https://nerdcow.co.uk … … 32 32 * @var string 33 33 */ 34 public $version = '1.0.3. 2';34 public $version = '1.0.3.3'; 35 35 36 36 // ...
Note: See TracChangeset
for help on using the changeset viewer.