Changeset 2194372
- Timestamp:
- 11/16/2019 11:09:23 AM (6 years ago)
- Location:
- dvk-conf/trunk
- Files:
-
- 2 edited
-
dvk-conf.php (modified) (2 diffs)
-
public/class-dvk-conf-public.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dvk-conf/trunk/dvk-conf.php
r2189817 r2194372 17 17 * Plugin URI: https://www.marasit.com/ 18 18 * Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area. 19 * Version: 1.0. 619 * Version: 1.0.7 20 20 * Author: davask 21 21 * Author URI: https://www.marasit.com/ … … 42 42 * Rename this for your plugin and update it as you release new versions. 43 43 */ 44 define( 'DVK_CONF_VERSION', '1.0. 6' );44 define( 'DVK_CONF_VERSION', '1.0.7' ); 45 45 46 46 // extra feature without namespace -
dvk-conf/trunk/public/class-dvk-conf-public.php
r2167706 r2194372 124 124 * Customise WordPress Vimeo oEmbed 125 125 * https://developer.vimeo.com/apis/oembed 126 * /126 * / 127 127 function oembed_fetch_url( $return, $data, $url ) { 128 128 … … 142 142 return $return; 143 143 } 144 */ 144 145 145 146 }
Note: See TracChangeset
for help on using the changeset viewer.