Skip to content

Commit

Permalink
1.5.0-beta8
Browse files Browse the repository at this point in the history
  • Loading branch information
antonraharja committed Oct 25, 2023
1 parent 2eb9eb3 commit c8e880e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# INSTALL

This document explains about how to install and setup playSMS version **1.5.0-beta7**
This document explains about how to install and setup playSMS version **1.5.0-beta8**


## Requirements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# README

Latest development release is playSMS version **1.5.0-beta7**
Latest development release is playSMS version **1.5.0-beta8**

Latest stable release is playSMS version **1.4.6**

Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0-beta7
1.5.0-beta8
2 changes: 1 addition & 1 deletion db/playsms-upgrade_1.4.3_to_1.5.0.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- 1.4.4

-- version
UPDATE `playsms_tblRegistry` SET `registry_value` = '1.5.0-beta7' WHERE `registry_group` = 'core' AND `registry_family` = 'config' AND `registry_key` = 'playsms_version' ;
UPDATE `playsms_tblRegistry` SET `registry_value` = '1.5.0-beta8' WHERE `registry_group` = 'core' AND `registry_family` = 'config' AND `registry_key` = 'playsms_version' ;

-- tblUser
ALTER TABLE `playsms_tblUser` MODIFY COLUMN `password` VARCHAR(255) NOT NULL DEFAULT '' ;
Expand Down
2 changes: 1 addition & 1 deletion db/playsms.sql
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ CREATE TABLE `playsms_tblRegistry` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

INSERT INTO `playsms_tblRegistry` (`c_timestamp`, `id`, `uid`, `registry_group`, `registry_family`, `registry_key`, `registry_value`) VALUES
(0, 1, 1, 'core', 'config', 'playsms_version', '1.5.0-beta7'),
(0, 1, 1, 'core', 'config', 'playsms_version', '1.5.0-beta8'),
(1404003471, 2, 1, 'core', 'main_config', 'web_title', 'playSMS'),
(1404003471, 3, 1, 'core', 'main_config', 'email_service', '[email protected]'),
(1404003471, 4, 1, 'core', 'main_config', 'email_footer', 'Powered by playSMS'),
Expand Down

0 comments on commit c8e880e

Please sign in to comment.