Skip to content

Commit

Permalink
Mark as 3.5 alpha and add to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Oct 26, 2023
1 parent d10127e commit 5d64ad5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* License: GPL-2.0+
* License URI: http://www.gnu.org/license/gpl-2.0.txt
* Domain Path: lang
* Version: 3.4.21
* Version: 3.5.0-alpha
*/

/*
Expand Down
4 changes: 2 additions & 2 deletions src/my-calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* License: GPL-2.0+
* License URI: http://www.gnu.org/license/gpl-2.0.txt
* Domain Path: lang
* Version: 3.4.21
* Version: 3.5.0-alpha
*/

/*
Expand Down Expand Up @@ -54,7 +54,7 @@ function mc_get_version( $version = true ) {
if ( ! $version ) {
return get_option( 'mc_version', '' );
}
return '3.4.21';
return '3.5.0-alpha';
}

define( 'MC_DEBUG', false );
Expand Down
9 changes: 9 additions & 0 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@ Translating my plugins is always appreciated. Visit <a href="https://translate.w

== Changelog ==

= 3.5.0 =

* Major change: Remove CSS style editor and style migration functions.
* Major change: Remove CSS and Icon backup functions.
* Change: Make modal view the default pop-up view.
* Change: Improve HTML semantics in event display.
* Change: Switch popup triggers to buttons.
* Feature: Add card view.

= 3.4.21 =

* Bug fix: Settings that allow HTML were aggressively sanitized, stripping HTML.
Expand Down

0 comments on commit 5d64ad5

Please sign in to comment.