update the plugin version to 1.2 and WordPress version 3.6
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@750182 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
b1398156dc
commit
6e31b4e3ca
Binary file not shown.
|
@ -211,12 +211,12 @@ msgid ""
|
||||||
"SQLite for its database. But PDO for WordPress doesn't seem to be maintained "
|
"SQLite for its database. But PDO for WordPress doesn't seem to be maintained "
|
||||||
"any more only to be outdated. SQLite Integration makes use of the basic ideas "
|
"any more only to be outdated. SQLite Integration makes use of the basic ideas "
|
||||||
"and framework of PDO for WordPress, adds some new features and updates it to "
|
"and framework of PDO for WordPress, adds some new features and updates it to "
|
||||||
"be able to work with the newest version of WordPress(3.5.2 and 3.6 beta)."
|
"be able to work with the newest version of WordPress(3.6)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"このプラグインは<a href=\"http://wordpress.org/extend/plugins/pdo-for-wordpress/\">"
|
"このプラグインは<a href=\"http://wordpress.org/extend/plugins/pdo-for-wordpress/\">"
|
||||||
"PDO for WordPress</a>の後継です。PDO for WordPressはWordPressでSQLiteを使えるようにする"
|
"PDO for WordPress</a>の後継です。PDO for WordPressはWordPressでSQLiteを使えるようにする"
|
||||||
"ものでしたが、もうメンテナンスされていないようで、古くなってしまいました。SQLite Integrationは、その基本的な"
|
"ものでしたが、もうメンテナンスされていないようで、古くなってしまいました。SQLite Integrationは、その基本的な"
|
||||||
"考えと枠組みを使って、新たな機能を追加し、最新のWordPress(3.5.2および3.6ベータ)で動作するように"
|
"考えと枠組みを使って、新たな機能を追加し、最新のWordPress(3.6)で動作するように"
|
||||||
"したものです。"
|
"したものです。"
|
||||||
|
|
||||||
#: utilities/documentation.php:44
|
#: utilities/documentation.php:44
|
||||||
|
|
|
@ -195,7 +195,7 @@ msgid ""
|
||||||
"SQLite for its database. But PDO for WordPress doesn't seem to be maintained "
|
"SQLite for its database. But PDO for WordPress doesn't seem to be maintained "
|
||||||
"any more only to be outdated. SQLite Integration makes use of the basic ideas "
|
"any more only to be outdated. SQLite Integration makes use of the basic ideas "
|
||||||
"and framework of PDO for WordPress, adds some new features and updates it to "
|
"and framework of PDO for WordPress, adds some new features and updates it to "
|
||||||
"be able to work with the newest version of WordPress(3.5.2 and 3.6 beta)."
|
"be able to work with the newest version of WordPress(3.6)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: utilities/documentation.php:44
|
#: utilities/documentation.php:44
|
||||||
|
|
|
@ -6,8 +6,8 @@ Tags: database, SQLite, PDO
|
||||||
Author: Kojima Toshiyasu
|
Author: Kojima Toshiyasu
|
||||||
Author URI: http://dogwood.skr.jp/
|
Author URI: http://dogwood.skr.jp/
|
||||||
Requires at least: 3.3
|
Requires at least: 3.3
|
||||||
Tested up to: 3.5.2
|
Tested up to: 3.6
|
||||||
Stable tag: 1.1
|
Stable tag: 1.2
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
|
@ -167,7 +167,8 @@ SQLite Integrationのアップグレードに失敗するようなら、FTPを
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
= 1.2 (2013-07-30) =
|
= 1.2 (2013-08-03) =
|
||||||
|
* カレンダー・ウィジェットでの不具合に対応するため、日付フォーマットとそのクオートを修正しました。
|
||||||
* Windows マシンでパッチファイルが削除できなかったのを修正しました。
|
* Windows マシンでパッチファイルが削除できなかったのを修正しました。
|
||||||
* パッチファイルをアップロードするときに textdomain のエラーが出るのを修正しました。
|
* パッチファイルをアップロードするときに textdomain のエラーが出るのを修正しました。
|
||||||
* ON DUPLICATE KEY UPDATEをともなったクエリの処理を変更しました。
|
* ON DUPLICATE KEY UPDATEをともなったクエリの処理を変更しました。
|
||||||
|
|
|
@ -6,8 +6,8 @@ Tags: database, SQLite, PDO
|
||||||
Author: Kojima Toshiyasu
|
Author: Kojima Toshiyasu
|
||||||
Author URI: http://dogwood.skr.jp/
|
Author URI: http://dogwood.skr.jp/
|
||||||
Requires at least: 3.3
|
Requires at least: 3.3
|
||||||
Tested up to: 3.5.2
|
Tested up to: 3.6
|
||||||
Stable tag: 1.1
|
Stable tag: 1.2
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
|
@ -158,7 +158,8 @@ When auto upgrading of SQLite Integration fails, please try manual upgrade via F
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
= 1.2 (2013-07-30) =
|
= 1.2 (2013-08-03) =
|
||||||
|
* Fixed the date string format and its quotation for calendar widget.
|
||||||
* Fixed the patch utility program for using on the Windows machine.
|
* Fixed the patch utility program for using on the Windows machine.
|
||||||
* Fixed the textdomain error in utilities/patch.php file when uploading the patch file.
|
* Fixed the textdomain error in utilities/patch.php file when uploading the patch file.
|
||||||
* Changed the manipulation of the query with ON DUPLICATE KEY UPDATE.
|
* Changed the manipulation of the query with ON DUPLICATE KEY UPDATE.
|
||||||
|
|
|
@ -4,7 +4,7 @@ Plugin Name: SQLite Integration
|
||||||
Plugin URI: http://wordpress.org/extend/plugins/sqlite-integration
|
Plugin URI: http://wordpress.org/extend/plugins/sqlite-integration
|
||||||
Description: SQLite Integration is the plugin that enables WordPress to use SQLite. If you don't have MySQL and want to build a WordPress website, it's for you.
|
Description: SQLite Integration is the plugin that enables WordPress to use SQLite. If you don't have MySQL and want to build a WordPress website, it's for you.
|
||||||
Author: Kojima Toshiyasu
|
Author: Kojima Toshiyasu
|
||||||
Version: 1.1
|
Version: 1.2
|
||||||
Author URI: http://dogwood.skr.jp
|
Author URI: http://dogwood.skr.jp
|
||||||
Text Domain: sqlite-integration
|
Text Domain: sqlite-integration
|
||||||
Domain Path: /languages
|
Domain Path: /languages
|
||||||
|
|
|
@ -37,7 +37,7 @@ class SQLiteIntegrationDocument {
|
||||||
|
|
||||||
<h3><?php _e('Features', $domain);?></h3>
|
<h3><?php _e('Features', $domain);?></h3>
|
||||||
<p>
|
<p>
|
||||||
<?php _e('This plugin is a successor to <a href="http://wordpress.org/extend/plugins/pdo-for-wordpress/">PDO for WordPress</a>, which enabled WordPress to use SQLite for its database. But PDO for WordPress doesn\'t seem to be maintained any more only to be outdated. SQLite Integration makes use of the basic ideas and framework of PDO for WordPress, adds some new features and updates it to be able to work with the newest version of WordPress(3.5.2 and 3.6 beta).', $domain); ?>
|
<?php _e('This plugin is a successor to <a href="http://wordpress.org/extend/plugins/pdo-for-wordpress/">PDO for WordPress</a>, which enabled WordPress to use SQLite for its database. But PDO for WordPress doesn\'t seem to be maintained any more only to be outdated. SQLite Integration makes use of the basic ideas and framework of PDO for WordPress, adds some new features and updates it to be able to work with the newest version of WordPress(3.6).', $domain); ?>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<?php _e('<a href="http://www.sqlite.org/">SQLite Web Page</a> says — SQLite is a "software library that implements selfcontained, serverless, zero-configuration, transactional SQL database engine". It is "a good choice for small to medium size websites". It\'s small and portable, and you don\'t need any database server system.', $domain); ?>
|
<?php _e('<a href="http://www.sqlite.org/">SQLite Web Page</a> says — SQLite is a "software library that implements selfcontained, serverless, zero-configuration, transactional SQL database engine". It is "a good choice for small to medium size websites". It\'s small and portable, and you don\'t need any database server system.', $domain); ?>
|
||||||
|
|
Loading…
Reference in New Issue