Plugin Directory

Changeset 3225125


Ignore:
Timestamp:
01/19/2025 06:28:56 PM (15 months ago)
Author:
Benaceur
Message:

Update 19-01-2025

Location:
month-name-translation-benaceur/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • month-name-translation-benaceur/trunk/month-name-translation-benaceur.php

    r3195581 r3225125  
    44 * Plugin URI: https://benaceur-php.com/
    55 * Description: This plugin allows you to edit and translate the names of the months ...
    6  * Version: 2.3.11
     6 * Version: 2.3.12
    77 * Author: benaceur
    88 * Text Domain: month-name-translation-benaceur
  • month-name-translation-benaceur/trunk/panel-page.php

    r3195581 r3225125  
    1111        </div>
    1212<?php } ?>
    13        
    14             <h3 style="text-shadow:-8px 10px 1px #D2D2D2;"><b><?php _e('Month-Name-Translation-Benaceur', 'month-name-translation-benaceur'); ?> V <?php echo $this->MNTB_version(); ?></b></h3>
    15         <br /><br /><h2 style="font-family:DroidKufiRegular,Tahoma, Arial;"><?php _e('Settings', 'month-name-translation-benaceur'); ?></h2>
     13   
     14<div class="wrap">
     15<h1 style="font-size:20px; text-shadow:-8px 10px 1px #D2D2D2;"><b><?php _e('Month-Name-Translation-Benaceur', 'month-name-translation-benaceur'); ?> V <?php echo $this->MNTB_version(); ?></b></h1>
     16</div>
     17           
     18        <br /><h2 style="font-family:DroidKufiRegular,Tahoma, Arial;"><?php _e('Settings', 'month-name-translation-benaceur'); ?></h2>
    1619        <form method="post" action="options.php"  >
    17             <?php settings_fields( 'month_name_translation_benaceur_group' );
    18                 do_settings_sections( 'month_name_translation_benaceur_group' );
     20            <?php
     21            settings_fields( 'month_name_translation_benaceur_group' );
     22            do_settings_sections( 'month_name_translation_benaceur_group' );
    1923            ?>
    2024<table class="form-table">
  • month-name-translation-benaceur/trunk/readme.txt

    r3195590 r3225125  
    44Requires at least: 3.0
    55Tested up to: 6.7
    6 Stable tag: 2.3.11
     6Stable tag: 2.3.12
    77License: GPLv2 or later
    88
     
    3333== Changelog ==
    3434
     35= 2.3.12 =
     36* Some adjustments and corrections.
    3537= 2.3.11 =
    3638* Bug fix: Month names are reset to default once general settings are saved in the admin page (/wp-admin/options-general.php)
Note: See TracChangeset for help on using the changeset viewer.