Adds DFs
This commit is contained in:
42
spec/fixtures/dynamic_finders/plugin_version/resume-cv/change_log/changelog.txt
vendored
Normal file
42
spec/fixtures/dynamic_finders/plugin_version/resume-cv/change_log/changelog.txt
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.1 =
|
||||
* Initial Release 16 Febuary 2018
|
||||
|
||||
= 1.1.1 =
|
||||
* 18 March 2018
|
||||
* Add New Theme
|
||||
* Add Filter resumecv_theme_filter so you can add new theme from other plugin as add ons. Just copy folder resume-cv/themes/ in your plugin.
|
||||
Than in you plugin , add folder themes which you have made , using :
|
||||
```
|
||||
function resumecvsample_theme_filter_add($resumecv_theme) {
|
||||
$resumecv_theme[plugin_dir_path( __FILE__ ) . 'themes/pro1'] = 'pro1';
|
||||
return $resumecv_theme;
|
||||
}
|
||||
add_filter('resumecv_theme_filter', 'resumecvsample_theme_filter_add');
|
||||
```
|
||||
|
||||
= 1.1.2 =
|
||||
* 19 April 2018
|
||||
* Add Image Upload on Hobby
|
||||
|
||||
= 1.1.3 =
|
||||
* 15 September 2018
|
||||
* enable include functions.php in /themes/
|
||||
* using CMB2 2.4.2
|
||||
|
||||
= 1.1.4 =
|
||||
* 5 November 2018
|
||||
* Add Menu
|
||||
* Add Widget Footer
|
||||
|
||||
= 1.1.5 =
|
||||
* 29 December 2018
|
||||
* Modify CSS
|
||||
|
||||
= 1.1.6 =
|
||||
* Use CMB2 2.4.2 and remove CMB2 Plugin Header
|
||||
|
||||
= 1.2.0 =
|
||||
* Use CMB2 2.6
|
||||
* Make Experience above Education
|
||||
Reference in New Issue
Block a user