Skip to content

Commit a6ccd80

Browse files
committed
version updated
1 parent a92d032 commit a6ccd80

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A Simple and Lightweight WordPress Option Framework for Themes and Plugins. Buil
1111
- [Free vs Premium](#free-vs-premium)
1212
- [Whats news?](#whats-news-)
1313
- [Support](#support)
14-
- [Changelog](#changelog)
14+
- [Release Notes](#release-notes)
1515
- [License](#license)
1616

1717
## Demo
@@ -160,8 +160,8 @@ Read the documentation for details :closed_book: [documentation](http://codestar
160160

161161
We are provide [support service](http://support.codestarthemes.com/) for premium version users. You can join to support service for submit any question after purchasing. Free version users support is limited on [github](https://github.com/Codestar/codestar-framework/issues).
162162

163-
## Changelog
164-
Check out the [changelog](http://codestarframework.com/documentation/#/relnotes)
163+
## Release Notes
164+
Check out the [release notes](http://codestarframework.com/documentation/#/relnotes)
165165

166166
## License
167167
Codestar Framework have two different version. Free version has limited features and offers only admin option panel feature. Premium version offers all extensions and more of settings for the best experience and advanced features. You can bundle the framework ( both free and premium ) in the premium theme/plugin and sell them on your own website or in marketplaces like ThemeForest. This framework is licensed 100% GPL.

views/header.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
?>
1818
<div class="csf-welcome csf-welcome-wrap">
1919

20-
<h1>Welcome to Codestar Framework v2.0</h1>
20+
<h1>Welcome to Codestar Framework v<?php echo CSF::$version; ?></h1>
2121

2222
<p class="csf-about-text">A Simple and Lightweight WordPress Option Framework for Themes and Plugins</p>
2323

@@ -30,7 +30,7 @@
3030
<div class="csf--wp-plugin-logo"></div>
3131
</div>
3232
<div class="csf--text">Codestar Framework</div>
33-
<div class="csf--text csf--version">v2.0</div>
33+
<div class="csf--text csf--version">v<?php echo CSF::$version; ?></div>
3434
</div>
3535

3636
<h2 class="nav-tab-wrapper wp-clearfix">

views/relnotes.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22

33
<h3>v2.0.1</h3>
44
<ul>
5-
<li>Added: Override files feature again</li>
6-
<li>Added: Validate URL function callback ( <code>cs_validate_url</code> )</li>
5+
<li>Added: WP Editor AJAX support for Group Field, Repeater Field and Everywhere.</li>
6+
<li>Added: Custom palette colors option for Color Picker. <a href="http://codestarframework.com/documentation/#/faq?id=how-to-add-custom-color-palette-" target="_blank"><small>(doc)</small></a></li>
7+
<li>Added: Override files feature again. <a href="http://codestarframework.com/documentation/#/faq?id=how-to-override-files-" target="_blank"><small>(doc)</small></a></li>
8+
<li>Added: Validate URL function callback. <a href="http://codestarframework.com/documentation/#/faq?id=how-to-use-validate-" target="_blank"><small>(doc)</small></a></li>
79
<li>Fixed: Group field save issue.</li>
810
<li>Fixed: Multiple given post formats metabox hide/show issue.</li>
11+
<li>Fixed: Minor Bugs.</li>
912
</ul>
1013

1114
<h3>v2.0</h3>
1215
<ul>
1316
<li>Premium version release.</li>
1417
</ul>
1518

16-
1719
<h3>v1.0</h3>
1820
<ul>
1921
<li>Initial release.</li>

0 commit comments

Comments
 (0)