Changeset 1299687
- Timestamp:
- 12/03/2015 01:19:42 PM (10 years ago)
- Location:
- wpnewsman-newsletters/trunk
- Files:
-
- 3 edited
-
js/admin.js (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wpnewsman.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpnewsman-newsletters/trunk/js/admin.js
r1099097 r1299687 4797 4797 dataType: 'jsonp', 4798 4798 //url: 'http://blog.dev/wp-admin/admin.php?page=store.json' 4799 url: ' http://wpnewsman.com/store.json.php'4799 url: '//wpnewsman.com/store.json.php' 4800 4800 }).done(function(data){ 4801 4801 -
wpnewsman-newsletters/trunk/readme.txt
r1289557 r1299687 5 5 Requires at least: 4.3 6 6 Tested up to: 4.4 7 Stable tag: 1.8.1 47 Stable tag: 1.8.15 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 127 127 == Changelog == 128 128 129 = 1.8.15 = 130 * Fixed templates store not working on SSL websites 131 129 132 = 1.8.14 = 130 133 * Fixed bug which prevented to properly form Google or Piwik analytics links -
wpnewsman-newsletters/trunk/wpnewsman.php
r1222521 r1299687 2 2 /* 3 3 Plugin Name: G-Lock WPNewsman Lite 4 Plugin URI: http ://wpnewsman.com5 Description: You get simple yet powerful newsletter solutionfor WordPress. Now you can easily add double optin subscription forms in widgets, articles and pages, import and manage your lists, create and send beautiful newsletters directly from your WordPress site. You get complete freedom and a lower cost compared to Email Service Providers. Free yourself from paying for expensive email campaigns. WPNewsman plugin updated regularly with new features.6 Version: 1.8.1 44 Plugin URI: https://wpnewsman.com 5 Description: You get simple yet powerful email marketing system for WordPress. Now you can easily add double optin subscription forms in widgets, articles and pages, import and manage your lists, create and send beautiful newsletters directly from your WordPress site. You get complete freedom and a lower cost compared to Email Service Providers. Free yourself from paying for expensive email campaigns. WPNewsman plugin updated regularly with new features. 6 Version: 1.8.15 7 7 Author: Alex Ladyga - G-Lock Software 8 8 Author URI: http://www.glocksoft.com … … 32 32 33 33 define('NEWSMAN', 'wpnewsman'); 34 define('NEWSMAN_VERSION', '1.8.1 4');34 define('NEWSMAN_VERSION', '1.8.15'); 35 35 36 36 define('NEWSMAN_MU_BUNDLED_VERSION', '1.0.7');
Note: See TracChangeset
for help on using the changeset viewer.