Skip to content

Commit

Permalink
fixed versionsnumber in functions.php
Browse files Browse the repository at this point in the history
+ fixed wrong versionsnumber in functions.php
+ update changelog
  • Loading branch information
kniebremser committed Mar 12, 2015
1 parent a9ba36d commit a9d1924
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ function comicpress_themeinfo($whichinfo = null) {
$comicpress_coreinfo = wp_upload_dir();
$comicpress_addinfo = array(
'upload_path' => get_option('upload_path'),
'version' => '4.2.3',
'version' => '4.2.2',
'themepath' => get_template_directory(),
'themeurl' => get_template_directory_uri(),
'stylepath' => get_stylesheet_directory(),
Expand Down
6 changes: 6 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ You will need to use the ComicPress to Comic Easel migrator plugin.
Please read information and faqs on comiceasel.com for more information.

== Changelog ==

= 4.?.? =
* update instant.js to v2.4
* update cvi_text_lib.js to 1.03
* fixed various js errors

= 4.2.2 =
* translation and typo fixes by Kniebremser
* removed unused functions
Expand Down

0 comments on commit a9d1924

Please sign in to comment.