Plugin Directory

Changeset 2185726


Ignore:
Timestamp:
11/04/2019 05:56:40 PM (6 years ago)
Author:
magblogapi
Message:

3.1.1

Location:
nacc-wordpress-plugin
Files:
150 added
3 edited

Legend:

Unmodified
Added
Removed
  • nacc-wordpress-plugin/trunk/nacc-wordpress-plugin.php

    r2185699 r2185726  
    44Plugin URI: http://magshare.org/nacc
    55Description: This is a WordPress plugin implementation of the N.A. Cleantime Calculator. To use this, specify <!-- NACC --> or [[NACC]] in your text code. That text will be replaced with this cleantime calculator.
    6 Version: 3.1.0
     6Version: 3.1.1
    77Install: Drop this directory in the "wp-content/plugins/" directory and activate it. You need to specify "<!-- NACC -->" or "[[NACC]]" in the code section of a page or a post.
    88*/
  • nacc-wordpress-plugin/trunk/nacc2/nacc.js

    r2185699 r2185726  
    336336        /*             ITALIAN              */
    337337        /************************************/
     338        this.m_lang['it'] = new Object();
     339   
    338340         /** This is the header, at the top. */
    339341        this.m_lang['it'].section_title                         = 'NA Tempo di Pulizia';
  • nacc-wordpress-plugin/trunk/readme.txt

    r2185699 r2185726  
    33Tags: na, cleantime calculator, nacc, recovery, addiction, webservant
    44Requires at least: 2.0
    5 Tested up to: 5.1.1
    6 Stable tag: 3.1.0
     5Tested up to: 5.2.4
     6Stable tag: 3.1.1
    77
    88== Description ==
     
    2424== Changelog ==
    2525
     26Version 3.1.1- November 4, 2019
     27    There was a bug in the Italian translation that was fixed..
     28   
    2629Version 3.1.0- November 4, 2019
    2730    Added Italian Localization.
Note: See TracChangeset for help on using the changeset viewer.