Skip to content

Commit

Permalink
update docs and db for 1.0-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
antonraharja committed Apr 14, 2014
1 parent 12e97cb commit f74b209
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,8 +1,8 @@
# README

playSMS version **1.0.0**
playSMS version **1.0-beta4**

Release date **140326**
Release date **140414**

Official project website:

Expand Down
8 changes: 7 additions & 1 deletion db/playsms-upgrade-0992-to-100.sql
Expand Up @@ -31,7 +31,7 @@ INSERT INTO `playsms_tblRegistry` (`uid`, `registry_group`, `registry_family`, `
-- 1.0-beta3


-- 1.0.0
-- 1.0-beta4

UPDATE `playsms_tblRegistry` SET `registry_value` = '1.0.0' WHERE `id` = 1 ;
ALTER TABLE `playsms_toolsPhonebook_group` ADD `flag_sender` INT NOT NULL DEFAULT '0' ;
Expand Down Expand Up @@ -87,3 +87,9 @@ RENAME TABLE `playsms_toolsSendfromfile` TO `playsms_featureSendfromfile` ;
RENAME TABLE `playsms_toolsPhonebook` TO `playsms_featurePhonebook` ;
RENAME TABLE `playsms_toolsPhonebook_group` TO `playsms_featurePhonebook_group` ;
RENAME TABLE `playsms_toolsPhonebook_group_contacts` TO `playsms_featurePhonebook_group_contacts` ;

-- core config
UPDATE `playsms_tblRegistry` SET `registry_value` = '1.0-beta4' WHERE `registry_group` = 'core' AND `registry_family` = 'config' AND `registry_key` = 'playsms_version' ;


-- 1.0.0
2 changes: 1 addition & 1 deletion db/playsms.sql
Expand Up @@ -1414,7 +1414,7 @@ CREATE TABLE IF NOT EXISTS `playsms_tblRegistry` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

INSERT INTO `playsms_tblRegistry` (`uid`, `registry_group`, `registry_family`, `registry_key`, `registry_value`) VALUES
(1, 'core', 'config', 'playsms_version', '1.0.0'),
(1, 'core', 'config', 'playsms_version', '1.0-beta4'),
(1, 'core', 'main_config', 'web_title', 'playSMS'),
(1, 'core', 'main_config', 'email_service', 'noreply@playsms.org'),
(1, 'core', 'main_config', 'email_footer', 'Powered by playSMS'),
Expand Down

0 comments on commit f74b209

Please sign in to comment.