Changeset 2178245
- Timestamp:
- 10/23/2019 08:37:30 AM (6 years ago)
- Location:
- jackmail-newsletters
- Files:
-
- 4 edited
- 1 copied
-
tags/1.2.1 (copied) (copied from jackmail-newsletters/trunk)
-
tags/1.2.1/jackmail-newsletters.php (modified) (2 diffs)
-
tags/1.2.1/readme.txt (modified) (2 diffs)
-
trunk/jackmail-newsletters.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jackmail-newsletters/tags/1.2.1/jackmail-newsletters.php
r2161892 r2178245 4 4 Plugin URI: https://www.jackmail.com 5 5 Description: Create and send responsive newsletter with a professional routing platform and a lot of features: automated emails and newsletters, statistics, email & Live Support etc. 6 Version: 1.2. 06 Version: 1.2.1 7 7 Author: Jackmail 8 8 Author URI: https://www.jackmail.com … … 1414 1414 1415 1415 private function add_menu_page( $page ) { 1416 $position = 25.67;1416 $position = '25.67'; 1417 1417 if ( version_compare( get_bloginfo( 'version' ), '4.4', '<' ) ) { 1418 1418 $position = null; -
jackmail-newsletters/tags/1.2.1/readme.txt
r2161892 r2178245 5 5 Tested up to: 5.2 6 6 Requires PHP : 5.4 7 Stable tag: 1.2. 07 Stable tag: 1.2.1 8 8 License: GPLv2 9 9 … … 160 160 == Changelog == 161 161 162 = 1.2.1 = 163 * Jackmail menu position 164 162 165 = 1.2.0 = 163 166 * WooCommerce interconnection: -
jackmail-newsletters/trunk/jackmail-newsletters.php
r2161892 r2178245 4 4 Plugin URI: https://www.jackmail.com 5 5 Description: Create and send responsive newsletter with a professional routing platform and a lot of features: automated emails and newsletters, statistics, email & Live Support etc. 6 Version: 1.2. 06 Version: 1.2.1 7 7 Author: Jackmail 8 8 Author URI: https://www.jackmail.com … … 1414 1414 1415 1415 private function add_menu_page( $page ) { 1416 $position = 25.67;1416 $position = '25.67'; 1417 1417 if ( version_compare( get_bloginfo( 'version' ), '4.4', '<' ) ) { 1418 1418 $position = null; -
jackmail-newsletters/trunk/readme.txt
r2161892 r2178245 5 5 Tested up to: 5.2 6 6 Requires PHP : 5.4 7 Stable tag: 1.2. 07 Stable tag: 1.2.1 8 8 License: GPLv2 9 9 … … 160 160 == Changelog == 161 161 162 = 1.2.1 = 163 * Jackmail menu position 164 162 165 = 1.2.0 = 163 166 * WooCommerce interconnection:
Note: See TracChangeset
for help on using the changeset viewer.