Plugin Directory

Changeset 2421145


Ignore:
Timestamp:
11/18/2020 10:19:50 PM (5 years ago)
Author:
graffino
Message:

Fix translations. Add .pot template file, reported by @wicko77

Location:
custom-post-type-maker
Files:
2 added
6 deleted
4 edited
16 copied

Legend:

Unmodified
Added
Removed
  • custom-post-type-maker/tags/1.1.13/CHANGELOG.md

    r2421130 r2421145  
    11# Changelog
     2
     3## 1.1.13
     4
     5- Fix translations. Add .pot template file, reported by @wicko77
    26
    37## 1.1.12
  • custom-post-type-maker/tags/1.1.13/README.md

    r2421130 r2421145  
    2828
    2929## Changelog
     30
     31## 1.1.13
     32
     33- Fix translations. Add .pot template file, reported by @wicko77
    3034
    3135## 1.1.12
  • custom-post-type-maker/tags/1.1.13/class-cptm.php

    r2421130 r2421145  
    22/*
    33Plugin Name: Custom Post Type Maker
    4 Plugin URI: https://github.com/Graffino/custom-post-type-maker-ui
     4Plugin URI: https://github.com/Graffino/custom-post-type-maker
    55Description: Custom Post Type Maker lets you create Custom Post Types and custom Taxonomies in a user friendly way.
    6 Version: 1.1.12
     6Version: 1.1.13
    77Author: Graffino
    88Author URI: http://www.graffino.com/
     
    3232 * @license   http://www.gnu.org/licenses/gpl-2.0.html GPLv2
    3333 * @package   Custom_Post_Types_Maker
    34  * @version   1.1.12
     34 * @version   1.1.13
    3535 */
    3636
     
    6262        $this->dir     = plugins_url( '', __FILE__ );
    6363        $this->path    = plugin_dir_path( __FILE__ );
    64         $this->version = '1.1.12';
     64        $this->version = '1.1.13';
    6565
    6666        // actions
     
    8989
    9090        // set textdomain
    91         load_plugin_textdomain( 'cptm', false, basename( dirname( __FILE__ ) ) . '/lang' );
     91        load_plugin_textdomain( 'custom-post-type-maker', false, basename( dirname( __FILE__ ) ) . '/lang' );
    9292    }
    9393
  • custom-post-type-maker/tags/1.1.13/readme.txt

    r2421130 r2421145  
    6666
    6767== Changelog ==
     68
     69= 1.1.13 =
     70
     71- Fix translations. Add .pot template file, reported by @wicko77
    6872
    6973= 1.1.12 =
  • custom-post-type-maker/trunk/CHANGELOG.md

    r2421130 r2421145  
    11# Changelog
     2
     3## 1.1.13
     4
     5- Fix translations. Add .pot template file, reported by @wicko77
    26
    37## 1.1.12
  • custom-post-type-maker/trunk/README.md

    r2421130 r2421145  
    2828
    2929## Changelog
     30
     31## 1.1.13
     32
     33- Fix translations. Add .pot template file, reported by @wicko77
    3034
    3135## 1.1.12
  • custom-post-type-maker/trunk/class-cptm.php

    r2421130 r2421145  
    22/*
    33Plugin Name: Custom Post Type Maker
    4 Plugin URI: https://github.com/Graffino/custom-post-type-maker-ui
     4Plugin URI: https://github.com/Graffino/custom-post-type-maker
    55Description: Custom Post Type Maker lets you create Custom Post Types and custom Taxonomies in a user friendly way.
    6 Version: 1.1.12
     6Version: 1.1.13
    77Author: Graffino
    88Author URI: http://www.graffino.com/
     
    3232 * @license   http://www.gnu.org/licenses/gpl-2.0.html GPLv2
    3333 * @package   Custom_Post_Types_Maker
    34  * @version   1.1.12
     34 * @version   1.1.13
    3535 */
    3636
     
    6262        $this->dir     = plugins_url( '', __FILE__ );
    6363        $this->path    = plugin_dir_path( __FILE__ );
    64         $this->version = '1.1.12';
     64        $this->version = '1.1.13';
    6565
    6666        // actions
     
    8989
    9090        // set textdomain
    91         load_plugin_textdomain( 'cptm', false, basename( dirname( __FILE__ ) ) . '/lang' );
     91        load_plugin_textdomain( 'custom-post-type-maker', false, basename( dirname( __FILE__ ) ) . '/lang' );
    9292    }
    9393
  • custom-post-type-maker/trunk/readme.txt

    r2421130 r2421145  
    6666
    6767== Changelog ==
     68
     69= 1.1.13 =
     70
     71- Fix translations. Add .pot template file, reported by @wicko77
    6872
    6973= 1.1.12 =
Note: See TracChangeset for help on using the changeset viewer.