Changeset 2420908
- Timestamp:
- 11/18/2020 03:25:52 PM (4 years ago)
- Location:
- simple-stripe-checkout/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
simple-stripe-checkout/trunk/readme.txt
r2418984 r2420908 4 4 Requires at least: 4.9.13 5 5 Tested up to: 5.5 6 Stable tag: 1.1. 16 Stable tag: 1.1.2 7 7 License: GPL v3 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 47 47 * 2020-11-15 商品一覧のデフォルトの並び順を、商品コードの降順に変更 48 48 * 2020-11-15 サイトネットワークで有効化した場合でも、各種固定ページを自動生成できるよう修正 49 = 1.1.2 = 50 * 2020-11-19 プラグインを有効化にできない(エラーが出る)のを修正 -
simple-stripe-checkout/trunk/simple-stripe-checkout.php
r2419392 r2420908 5 5 Plugin URI: https://s-page.biz/plugins/simple-stripe-checkout/ 6 6 Description: 決済プラットフォーム「Stripe」の連携プラグイン 7 Version: 1.1. 17 Version: 1.1.2 8 8 Author: growniche 9 9 Author URI: https://www.growniche.co.jp/ … … 15 15 16 16 register_activation_hook(__FILE__, function($network_wide) { 17 $initialize_pages = function( $name) {17 $initialize_pages = function() { 18 18 // 固定ページ「決済完了」が未登録の場合 19 19 if (!get_page_by_path(SimpleStripeCheckout::SLUG__CHECKEDOUT)) {
Note: See TracChangeset
for help on using the changeset viewer.