Changeset 1581325
- Timestamp:
- 01/24/2017 05:16:40 PM (9 years ago)
- Location:
- mailmojo-widget
- Files:
-
- 4 edited
- 1 moved
-
tags/1.0.0 (moved) (moved from mailmojo-widget/tags/1.0)
-
tags/1.0.0/mailmojo.php (modified) (2 diffs)
-
tags/1.0.0/readme.txt (modified) (1 diff)
-
trunk/mailmojo.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mailmojo-widget/tags/1.0.0/mailmojo.php
r1581324 r1581325 6 6 Author: Eliksir AS 7 7 Author URI: http://e5r.no 8 Version: 1.0 8 Version: 1.0.0 9 9 */ 10 10 … … 36 36 is_plugin_active(plugin_basename(__FILE__))) { 37 37 deactivate_plugins(plugin_basename(__FILE__)); 38 38 39 39 // Hide the default "Plugin activated" notice 40 40 if (isset($_GET['activate'])) { -
mailmojo-widget/tags/1.0.0/readme.txt
r1581324 r1581325 4 4 Requires at least: 4.0 5 5 Tested up to: 4.7.1 6 Stable tag: 1.0 6 Stable tag: 1.0.0 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
mailmojo-widget/trunk/mailmojo.php
r1581322 r1581325 6 6 Author: Eliksir AS 7 7 Author URI: http://e5r.no 8 Version: 1.0 8 Version: 1.0.0 9 9 */ 10 10 … … 36 36 is_plugin_active(plugin_basename(__FILE__))) { 37 37 deactivate_plugins(plugin_basename(__FILE__)); 38 38 39 39 // Hide the default "Plugin activated" notice 40 40 if (isset($_GET['activate'])) { -
mailmojo-widget/trunk/readme.txt
r1581322 r1581325 4 4 Requires at least: 4.0 5 5 Tested up to: 4.7.1 6 Stable tag: 1.0 6 Stable tag: 1.0.0 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.