Skip to content

Commit

Permalink
chore: word press plugin version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
deltork committed Dec 4, 2024
1 parent 97f0e81 commit 5040489
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Plugin Name: Read-Along Web App Loader
* Plugin URI: https://github.com/ReadAlongs/Studio-Web/
* Description: This plugin loads the script and styles needed to activate the <read-along> tag in a Word Press site
* Version: 1.3.2
* Version: 1.4.0
* Author: Delasie Torkornoo
* License: MIT
* License URI: https://github.com/ReadAlongs/Studio-Web/blob/main/LICENSE
Expand All @@ -26,8 +26,8 @@
/**
* Currently plugin version.
*/
define("Read_Along_Web_App_Loader_VERSION", "1.3.2");
define("Read_Along_Web_App_VERSION", "1.3.0");
define("Read_Along_Web_App_Loader_VERSION", "1.4.0");
define("Read_Along_Web_App_VERSION", "1.4.0");
class ReadAlongWebAppLoader
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: deltork
Tags: read-along, read along, web app loading
Requires at least: 6.5.0
Tested up to: 6.5.2
Stable tag: 1.3.2
Stable tag: 1.4.0
Requires PHP: 7.0
License: MIT
License URI: GPLv2 or later
Expand Down Expand Up @@ -37,6 +37,8 @@ There are two ways to generate a read-along. The online web app (download the we
3. Configure the read-along web app component in your WordPress block editor

== Changelog ==
= 1.4.0=
* default read-along app version bumped to 1.4.0
= 1.3.2 =
* Code updates
= 1.0.0 =
Expand Down

0 comments on commit 5040489

Please sign in to comment.