Plugin Directory

Changeset 3346172


Ignore:
Timestamp:
08/18/2025 07:04:32 AM (8 months ago)
Author:
cookieopt2024
Message:

fix bug version 1.0.4

Location:
cookie-optimizer
Files:
163 added
9 edited

Legend:

Unmodified
Added
Removed
  • cookie-optimizer/tags/1.0.3/app/Includes/CookieOptBanner.php

    r3344393 r3346172  
    157157        if ($is_banner_active != 1)
    158158            return null;
    159         if (!CookieOptBannerService::cookie_opt_check_remaining()) {
    160             return null;
    161         }
    162159        $banner = $this->CookiePermissionService->getDataBannerToShow();
    163160
  • cookie-optimizer/trunk/app/Includes/CookieOptBanner.php

    r3344393 r3346172  
    157157        if ($is_banner_active != 1)
    158158            return null;
    159         if (!CookieOptBannerService::cookie_opt_check_remaining()) {
    160             return null;
    161         }
    162159        $banner = $this->CookiePermissionService->getDataBannerToShow();
    163160
  • cookie-optimizer/trunk/constants.php

    r3344393 r3346172  
    22
    33// Plugin version and mode
    4 define('VERSION', '1.0.3');
     4define('VERSION', '1.0.4');
    55
    66// Plugin directory details
  • cookie-optimizer/trunk/cookie-opt.php

    r3344393 r3346172  
    1212 * Plugin URI: https://manage.medipartner.jp
    1313 * Description: Cookieをユーザーに見える化し、各法律にする準拠バナー同意ソリューション
    14  * : 1.0.3
     14 * : 1.0.4
    1515 * Requires at least: 5.3
    1616 * Requires PHP: 7.3
     
    5151 *
    5252 * @class CookieOpt
    53  * @version 1.0.3
     53 * @version 1.0.4
    5454 */
    5555class CookieOpt
     
    7676     */
    7777    public $defaults = [
    78         'version' => '1.0.3',
     78        'version' => '1.0.4',
    7979    ];
    8080
  • cookie-optimizer/trunk/languages/cookie-opt-ja.po

    r3344490 r3346172  
    22msgstr ""
    33"Project-Id-Version: \n"
    4 "POT-Creation-Date: 2025-08-14 16:07+0700\n"
    5 "PO-Revision-Date: 2025-08-14 16:07+0700\n"
     4"POT-Creation-Date: 2025-08-18 14:00+0700\n"
     5"PO-Revision-Date: 2025-08-18 14:00+0700\n"
    66"Last-Translator: \n"
    77"Language-Team: \n"
     
    155155msgid "Passive"
    156156msgstr "無効"
     157
     158#: app/Services/CookiePermissionService.php:227
     159msgid "Scan in progress..."
     160msgstr "スキャン処理を実行中です..."
     161
     162#: app/Services/CookiePermissionService.php:228
     163msgid "Cookies scan complete"
     164msgstr "Cookieスキャン完了"
     165
     166#: app/Services/CookiePermissionService.php:229
     167msgid "Scanned cookies are automatically added to the cookie list."
     168msgstr "スキャンされたCookieはCookieリストに自動追加しています。"
    157169
    158170#: app/Services/ViewHelper/CookieOptLanguagesView.php:21
     
    10971109msgstr "タグ編集"
    10981110
    1099 #~ msgid "Scan in progress..."
    1100 #~ msgstr "スキャン処理を実行中です..."
    1101 
    1102 #~ msgid "Cookies scan complete"
    1103 #~ msgstr "Cookieスキャン完了"
    1104 
    1105 #~ msgid "Scanned cookies are automatically added to the cookie list."
    1106 #~ msgstr "スキャンされたCookieはCookieリストに自動追加しています。"
    1107 
    11081111#~ msgid "If you have not yet registered, please do so "
    11091112#~ msgstr "まだ登録していない方はぜひ登録してください"
  • cookie-optimizer/trunk/languages/cookie-opt.pot

    r3344490 r3346172  
    33msgstr ""
    44"Project-Id-Version: \n"
    5 "POT-Creation-Date: 2025-08-14 16:07+0700\n"
     5"POT-Creation-Date: 2025-08-18 14:00+0700\n"
    66"PO-Revision-Date: 2024-02-23 16:06+0700\n"
    77"Last-Translator: \n"
     
    2323"X-Poedit-SearchPath-7: resources/js/pages/cookie-scan.js\n"
    2424"X-Poedit-SearchPath-8: public/build/assets/js/cookie-scan.js\n"
     25"X-Poedit-SearchPath-9: app/Services/CookiePermissionService.php\n"
    2526
    2627#: app/Includes/CookieOptBaseInc.php:60
     
    165166#: templates/tag_managements/tag_management_edit.php:222
    166167msgid "Passive"
     168msgstr ""
     169
     170#: app/Services/CookiePermissionService.php:227
     171msgid "Scan in progress..."
     172msgstr ""
     173
     174#: app/Services/CookiePermissionService.php:228
     175msgid "Cookies scan complete"
     176msgstr ""
     177
     178#: app/Services/CookiePermissionService.php:229
     179msgid "Scanned cookies are automatically added to the cookie list."
    167180msgstr ""
    168181
  • cookie-optimizer/trunk/readme.txt

    r3344393 r3346172  
    55Requires PHP: 7.3
    66Tested up to: 6.7   
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6565== Changelog ==
    6666
    67 = 1.0.3 =
     67= 1.0.4 =
    6868Initial release
    6969
  • cookie-optimizer/trunk/uninstall.php

    r3344393 r3346172  
    1919 *
    2020 * @link       https://cookieoptimizer.net
    21  * @since      1.0.3
     21 * @since      1.0.4
    2222 *
    2323 * @package    Cookie Optimizer
Note: See TracChangeset for help on using the changeset viewer.