Changeset 1456646
- Timestamp:
- 07/18/2016 10:34:37 PM (10 years ago)
- Location:
- dmc-media
- Files:
-
- 22 added
- 3 edited
-
tags/2.2 (added)
-
tags/2.2/activate.log (added)
-
tags/2.2/common (added)
-
tags/2.2/common/lcw_common (added)
-
tags/2.2/common/lcw_common.php (added)
-
tags/2.2/common/lcw_common/Lcw_common_dbMaintenence_plus.php (added)
-
tags/2.2/common/lcw_common/Lcw_common_formgeneration_plus.php (added)
-
tags/2.2/common/lcw_common/Lcw_common_wp_db_driver.php (added)
-
tags/2.2/common/lcw_common/images (added)
-
tags/2.2/common/lcw_common/images/arrows.png (added)
-
tags/2.2/db (added)
-
tags/2.2/db/database.php (added)
-
tags/2.2/dmcmedia.php (added)
-
tags/2.2/images (added)
-
tags/2.2/images/ajax-loader.gif (added)
-
tags/2.2/images/arrows.png (added)
-
tags/2.2/images/notes.png (added)
-
tags/2.2/objects (added)
-
tags/2.2/objects/dmc_admin.php (added)
-
tags/2.2/objects/dmc_client.php (added)
-
tags/2.2/objects/dmc_media_activate.php (added)
-
tags/2.2/readme.txt (added)
-
trunk/dmcmedia.php (modified) (1 diff)
-
trunk/objects/dmc_media_activate.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dmc-media/trunk/dmcmedia.php
r1442474 r1456646 2 2 /** 3 3 Plugin Name: DMC Media Play and Download 4 Version: 2. 14 Version: 2.2 5 5 Plugin URI: http://larrywakeman.com/download/dmc-media/ 6 6 Donate URI: http://larrywakeman.com/download/dmc-media/ -
dmc-media/trunk/objects/dmc_media_activate.php
r1440462 r1456646 2 2 /** 3 3 Name: DMC Media Play and Download activation functions 4 Version: 1. 04 Version: 1.1 5 5 Author: Larry Wakeman 6 6 Author URI: http://www.larrywakeman.com/ … … 93 93 $dbm = new Lcw_common_dbMaintenence_plus('dmc_media_'); 94 94 $custom = substr($this->plugin_dir, 0, strlen($this->plugin_dir) - 1).'_custom/database_custom.php'; 95 ob_start (); 95 96 $dbm->update($this->plugin_dir.'db/database.php', $custom); 97 ob_end_clean (); 96 98 // update from old schema 97 99 $this->upgrade_table($wpdb->prefix.'dmc_categories', $wpdb->prefix.'dmc_media_categories'); -
dmc-media/trunk/readme.txt
r1441226 r1456646 7 7 Requires at least: 4.2. 8 8 Tested up to: 4.5.3 9 Stable tag: 2. 19 Stable tag: 2.2 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 72 72 * Bug Fix 73 73 74 = 2.3 = 75 * Hide beign info messages 76 74 77 == Upgrade Notice == 75 78 … … 100 103 * Bug Fix 101 104 105 = 2.3 = 106 * Hide beign info messages 107 102 108 == Customization == 103 109
Note: See TracChangeset
for help on using the changeset viewer.