Changeset 2095841
- Timestamp:
- 05/27/2019 12:38:06 PM (7 years ago)
- Location:
- outfunnel
- Files:
-
- 2 edited
- 4 copied
-
tags/1.1.1 (copied) (copied from outfunnel/trunk)
-
tags/1.1.1/languages (copied) (copied from outfunnel/trunk/languages)
-
tags/1.1.1/main.php (copied) (copied from outfunnel/trunk/main.php) (2 diffs)
-
tags/1.1.1/readme.txt (copied) (copied from outfunnel/trunk/readme.txt) (2 diffs)
-
trunk/main.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
outfunnel/tags/1.1.1/main.php
r2095839 r2095841 2 2 /* 3 3 Plugin Name: Outfunnel 4 Version: 1.1. 04 Version: 1.1.1 5 5 Author: andrisreinman 6 6 Author URI: https://outfunnel.com/ … … 18 18 { 19 19 20 public $plugin_version = '1.1. 0';20 public $plugin_version = '1.1.1'; 21 21 22 22 public function __construct() -
outfunnel/tags/1.1.1/readme.txt
r2095837 r2095841 4 4 Requires at least: 4.2 5 5 Tested up to: 5.2 6 Stable tag: 1.1. 06 Stable tag: 1.1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 == Changelog == 41 41 42 = 1.1.1 = 43 44 * Made code input box wider 45 42 46 = 1.1.0 = 43 47 -
outfunnel/trunk/main.php
r2095839 r2095841 2 2 /* 3 3 Plugin Name: Outfunnel 4 Version: 1.1. 04 Version: 1.1.1 5 5 Author: andrisreinman 6 6 Author URI: https://outfunnel.com/ … … 18 18 { 19 19 20 public $plugin_version = '1.1. 0';20 public $plugin_version = '1.1.1'; 21 21 22 22 public function __construct() -
outfunnel/trunk/readme.txt
r2095837 r2095841 4 4 Requires at least: 4.2 5 5 Tested up to: 5.2 6 Stable tag: 1.1. 06 Stable tag: 1.1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 == Changelog == 41 41 42 = 1.1.1 = 43 44 * Made code input box wider 45 42 46 = 1.1.0 = 43 47
Note: See TracChangeset
for help on using the changeset viewer.