Changeset 1319698
- Timestamp:
- 01/01/2016 11:32:21 PM (10 years ago)
- Location:
- soundcloud-sound-competition
- Files:
-
- 6 edited
-
tags/1.1.0.0/Classes/class-admin-l.php (modified) (1 diff)
-
tags/1.1.0.0/readme.txt (modified) (2 diffs)
-
tags/1.1.0.0/soundcloud-sound-competition.php (modified) (1 diff)
-
trunk/Classes/class-admin-l.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/soundcloud-sound-competition.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
soundcloud-sound-competition/tags/1.1.0.0/Classes/class-admin-l.php
r1319694 r1319698 22 22 // setup the updater 23 23 $edd_updater = new EDD_SL_Plugin_Updater( EDD_SL_STORE_URL, MYPLUGINNAME_PATH.'soundcloud-sound-competition.php', array( 24 'version' => '1. 0.1.3', // current version number24 'version' => '1.1.0.0', // current version number 25 25 'license' => $license_key, // license key (used get_option above to retrieve from DB) 26 26 'item_name' => EDD_SL_ITEM_NAME, // name of this plugin -
soundcloud-sound-competition/tags/1.1.0.0/readme.txt
r1319694 r1319698 5 5 Requires at least: 3.0 6 6 Tested up to: 4.4 7 Stable tag: 1. 0.1.37 Stable tag: 1.1.0.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 92 92 == Changelog == 93 93 94 = 1.1.0.0 = 95 * Fixed facebook errors. 96 * Bug fixes. 97 94 98 = 1.0.1.3 = 95 99 * Changed Soundcloud player -
soundcloud-sound-competition/tags/1.1.0.0/soundcloud-sound-competition.php
r1319694 r1319698 4 4 Plugin URI: http://lightdigitalmedia.com/wordpress-plugins/soundcloud-sound-competition 5 5 Description: Host your own Sound Contest integrated with SoundCloud and Facebook voting. 6 Version: 1. 0.1.36 Version: 1.1.0.0 7 7 Author: Kenneth Berentzen 8 8 Author URI: http://lightdigitalmedia.com -
soundcloud-sound-competition/trunk/Classes/class-admin-l.php
r1315992 r1319698 22 22 // setup the updater 23 23 $edd_updater = new EDD_SL_Plugin_Updater( EDD_SL_STORE_URL, MYPLUGINNAME_PATH.'soundcloud-sound-competition.php', array( 24 'version' => '1. 0.1.3', // current version number24 'version' => '1.1.0.0', // current version number 25 25 'license' => $license_key, // license key (used get_option above to retrieve from DB) 26 26 'item_name' => EDD_SL_ITEM_NAME, // name of this plugin -
soundcloud-sound-competition/trunk/readme.txt
r1315992 r1319698 5 5 Requires at least: 3.0 6 6 Tested up to: 4.4 7 Stable tag: 1. 0.1.37 Stable tag: 1.1.0.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 92 92 == Changelog == 93 93 94 = 1.1.0.0 = 95 * Fixed facebook errors. 96 * Bug fixes. 97 94 98 = 1.0.1.3 = 95 99 * Changed Soundcloud player -
soundcloud-sound-competition/trunk/soundcloud-sound-competition.php
r1301724 r1319698 4 4 Plugin URI: http://lightdigitalmedia.com/wordpress-plugins/soundcloud-sound-competition 5 5 Description: Host your own Sound Contest integrated with SoundCloud and Facebook voting. 6 Version: 1. 0.1.36 Version: 1.1.0.0 7 7 Author: Kenneth Berentzen 8 8 Author URI: http://lightdigitalmedia.com
Note: See TracChangeset
for help on using the changeset viewer.