Plugin Directory

Changeset 3308173


Ignore:
Timestamp:
06/08/2025 10:05:19 PM (9 months ago)
Author:
ndevfr
Message:

Update plugin to version 3.0.2

Location:
lockee/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lockee/trunk/lockee.php

    r3308140 r3308173  
    55 * Plugin URI:        https://wordpress.lockee.fr/
    66 * Description:       Add Lockee locks to Wordpress. A self-hosted, standalone solution without external dependencies.
    7  * Version:           3.0.1
     7 * Version:           3.0.2
    88 * Author:            Nicolas Desmarets
    99 * Author URI:        https://ndev.fr/
     
    1818}
    1919
    20 define('LOCKEE_VERSION', '3.0.1');
     20define('LOCKEE_VERSION', '3.0.2');
    2121
    2222require_once plugin_dir_path(__FILE__) . 'inc/class-lockee-singleton.php';
  • lockee/trunk/readme.txt

    r3308140 r3308173  
    55Requires at least: 5.3
    66Tested up to: 6.8.1
    7 Stable tag: 3.0.1
     7Stable tag: 3.0.2
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    1212Add Lockee locks to Wordpress. A self-hosted, standalone solution without external dependencies.
    1313
     14== Changelog ==
     15
     16= 3.0.2 =
     17Changelog written in English by default.
     18
     19= 3.0.1 =
     20Fixed some translations.
     21
     22= 3.0.0 =
     23This version is a major update:
     24- New "Lock" content type to manage locks
     25- New Gutenberg block to add lock to posts and pages
     26- Statistics of opening for each lock
     27- Customization options for lock appearance
     28- Iframe template to embed locks on other websites
     29- Migration tool to convert old locks to the new format
     30
     31= 2.2.3 =
     32Fixed the stable version (bug when no lock is added).
     33
     34= 2.2.2 =
     35Fixed the stable version (missing dependency).
     36
     37= 2.2.1 =
     38Removed unnecessary files.
     39
     40= 2.2.0 =
     41Added new options and new locks from Lockee.fr.
     42
     43= 2.1.5 =
     44Fixed various bugs (options not taken into account for certain formats).
     45
     46= 2.1.4 =
     47Added a shortcode associated with the lock to display it elsewhere on the site.
     48
     49= 2.1.3 =
     50Added the nunito.css file.
     51
     52= 2.1.2 =
     53Fixed the "Colors" lock bug and removed Google Fonts (Nunito font integrated).
     54
     55= 2.1.1 =
     56Removed the /languages folder (not working).
     57
     58= 2.1.0 =
     59Added localization support for fr_FR, en_US, es languages.
     60
     61= 2.0.4 =
     62Changed "Lockee lock" to "Cadenas Lockee".
     63
     64= 2.0.3 =
     65Display the lock only when a lock type and code have been chosen.
     66
     67= 2.0.2 =
     68Changed the version number.
     69
     70= 2.0.1 =
     71Changed the plugin description.
     72
     73= 2.0.0 =
     74Version entirely in French. New locks available.
     75
     76= 1.2.0 =
     77Updated the stable version.
     78
     79= 1.1.2 =
     80Changed languages (voca.js).
     81
     82= 1.1.1 =
     83Unified the language (English) to allow translation on WordPress.org.
     84
     85= 1.1.0 =
     86Warning! Major usage change: The page or post content is displayed by default and you must fill in the content to display below the normal content when the lock is correctly opened.
     87
     88= 1.0.1 =
     89This version has been tested up to WordPress 6.1.
     90
     91= 1.0.0 =
     92This version allows displaying multiple locks on the homepage or in archives.
     93
     94= 0.9.3 =
     95This version fixes the label size in piano keys.
     96
     97= 0.9.2 =
     98This version fixes other bugs: better display for all themes (em -> px), ajax optimization for the admin panel, display of the lock only on a single theme.
     99
     100= 0.9.1 =
     101This version fixes encountered bugs (file not updated).
     102
     103= 0.9 =
     104This version modifies the ajax request processing and updates password locking (ignores types).
     105
     106= 0.8 =
     107This version increases the ajax request processing speed.
     108
     109= 0.5 =
     110This is the first version. It may contain bugs.
     111
    14112== Description ==
    15113
     
    17115
    18116WARNING : The type of lock, the chosen code and the content are stored in plain text in the Wordpress database.
    19 
    20 == Frequently Asked Questions ==
    21117
    22118== Installation ==
     
    371335. If you have used this plugin before, you must start the migration process to the new version by clicking the "Start migration" button in the settings.
    38134
    39 == Changelog ==
     135== Frequently Asked Questions ==
    40136
    41 = 3.0.1 =
    42 Correction de certaines traductions.
     137= How do I add a lock to my post? =
    43138
    44 = 3.0.0 =
    45 Cette version est une mise à jour majeure. Elle introduit le nouveau type de contenu "Cadenas" et le nouveau bloc Gutenberg. Le plugin est désormais compatible avec les versions récentes de Wordpress et utilise les dernières fonctionnalités de l'éditeur de blocs. Des statistiques ont été ajoutées pour suivre l'utilisation des cadenas. De plus, le plugin est désormais entièrement traduit en français, anglais et espagnol.
     139First, you must create a lock in the admin panel under the "Lockee" tab. Then, you can add a lock using the Gutenberg block or by inserting a shortcode into your post content.
    46140
    47 = 2.2.3 =
    48 Correction de la version stable (bug dans le cas où aucun cadenas n'est ajouté).
     141= Can I customize the appearance of the lock? =
    49142
    50 = 2.2.2 =
    51 Correction de la version stable (dépendance manquante).
     143Yes, you can customize the lock's appearance in the Lockee settings. You can choose different themes and colors to match your site's design.
    52144
    53 = 2.2.1 =
    54 Suppression des fichiers inutiles.
     145= Can I embed the lock on other websites? =
    55146
    56 = 2.2.0 =
    57 Ajout des nouvelles options et nouveaux cadenas provenant de Lockee.fr.
     147Yes, you can embed the lock on other websites using the provided iframe code. This allows you to share your locks with a wider audience. (add /iframe to the lock URL to get the iframe code)
    58148
    59 = 2.1.5 =
    60 Correction de bugs divers (options non prises en compte pour certains formats)
     149= What happens if I have used this plugin before? =
    61150
    62 = 2.1.4 =
    63 Ajout d'un shortcode associé au cadenas pour l'afficher à un autre endroit du site.
     151If you have used this plugin before, you must start the migration process to the new version by clicking the "Start migration" button in the settings. This will convert your existing locks to the new format and ensure compatibility with the latest features.
    64152
    65 = 2.1.3 =
    66 Ajout du fichier nunito.css
     153= Is there a way to track how many times a lock has been opened? =
    67154
    68 = 2.1.2 =
    69 Correction du bug du cadenas "Couleurs" et suppression de Google Fonts (police Nunito integrée).
     155Yes, the plugin includes a statistics feature that tracks how many times each lock has been opened. You can view these statistics in the Lock edition panel under the "Lock stats" section.
    70156
    71 = 2.1.1 =
    72 Suppression du dossier /languages (ne fonctionne pas).
     157= What is the migration process? =
    73158
    74 = 2.1.0 =
    75 Ajout du support de localisation avec les langues fr_FR, en_US, es.
     159The migration process is a one-time operation that converts your existing locks to the new format introduced in version 3.0.0. It create a new "Lock" content type for each lock related to post or page and link them to the corresponding post or page. Also, it updates shortcodes from the old format to the new one.
    76160
    77 = 2.0.4 =
    78 Changement de "Lockee lock" en "Cadenas Lockee".
     161= What happens if I don't start the migration process? =
     162If you don't start the migration process, your existing locks may not display correctly and you won't be able to modify them.
    79163
    80 = 2.0.3 =
    81 Affichage du cadenas uniquement quand un type de cadenas et un code ont été choisis.
     164= Can I use this plugin free, even for commercial purposes? =
    82165
    83 = 2.0.2 =
    84 Changement du numéro de version.
     166Yes, this plugin is free to use, which allows you to use it for personal and commercial projects without any restrictions. The code is self-hosted and does not rely on external services.
    85167
    86 = 2.0.1 =
    87 Changement de la description de l'extension.
     168= Can I modify or redistribute the source code? =
    88169
    89 = 2.0.0 =
    90 Version entièrement en français. Nouveaux cadenas disponibles.
     170No, the code and the design of Lockee locks are not open source (owned by lockee.fr creator) so you cannot modify or redistribute it. However, you can use the plugin to create and manage locks on your Wordpress site without any external dependencies. Thank's you for respecting thoses terms of use.
    91171
    92 = 1.2.0 =
    93 Mise à jour de la version stable.
     172= I have a question or I want to report a bug, how can I do that? =
    94173
    95 = 1.1.2 =
    96 Changement sur les langages (voca.js).
     174You can report bugs or ask questions in the plugin's support forum on the Wordpress repository or by email to contact@lockee.fr. We will do our best to assist you and address any issues you may encounter.
    97175
    98 = 1.1.1 =
    99 Uniformité de la langue (anglais) pour permettre la traduction sur Wordpress.org.
     176= How can I thanks the Lockee team? =
    100177
    101 = 1.1.0 =
    102 Attention ! Gros changement d'utilisation : Le contenu de la page ou de l'article est affiché par défaut et vous devez remplir le contenu à afficher sous le contenu normal lorsque le cadenas est correctement ouvert.
    103 
    104 = 1.0.1 =
    105 Cette version a été testée jusque Wordpress 6.1.
    106 
    107 = 1.0.0 =
    108 Cette version permet d'afficher plusieurs cadenas sur la page d'accueil ou dans les archives.
    109 
    110 = 0.9.3 =
    111 Cette version corrige la taille des étiquettes dans les touches de piano.
    112 
    113 = 0.9.2 =
    114 Cette version corrige d'autres bugs : meilleur affichage pour tous les thèmes (em -> px), optimisation ajax pour le panneau d'administration, affichage du verrou uniquement sur un seul thème.
    115 
    116 = 0.9.1 =
    117 Cette version corrige les bogues rencontrés (fichier non mis à jour).
    118 
    119 = 0.9 =
    120 Cette version modifie le traitement de la requête ajax et met à jour le verrouillage du mot de passe (ignore les types).
    121 
    122 = 0.8 =
    123 Cette version augmente la vitesse de traitement de la requête ajax.
    124 
    125 = 0.5 =
    126 Il s'agit de la première version. Elle peut contenir des bogues.
     178We appreciate your support! If you find this plugin useful, you can show your appreciation by leaving a positive review on the Wordpress repository. Your feedback helps us improve the plugin and encourages us to continue developing it.
Note: See TracChangeset for help on using the changeset viewer.