This commit is contained in:
erwanlr
2019-03-30 13:48:25 +00:00
parent 51d61a7e88
commit 8b05179401
30 changed files with 1602 additions and 0 deletions

View 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