Plugin Directory

Changeset 1958585


Ignore:
Timestamp:
10/18/2018 12:45:44 PM (7 years ago)
Author:
frontkom
Message:

Release version 1.0.1

Location:
cloud-blocks/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • cloud-blocks/trunk/README.md

    r1958571 r1958585  
    4949### Changelog
    5050
     51
     52##### 1.0.1
     53* Fix: is_plugin_active() undefined fix
     54* Fix: Change strings functions to static
     55
    5156##### 1.0.0
    5257* Initial plugin
  • cloud-blocks/trunk/cloud-blocks.php

    r1958571 r1958585  
    22/*
    33Plugin Name: Cloud Blocks
    4 Version: 1.0.0
     4Version: 1.0.1
    55Description: Your library of Gutenberg blocks in the cloud
    66Author: Frontkom - Fouad Yousefi
  • cloud-blocks/trunk/core/Settings/Translations.php

    r1958571 r1958585  
    1414   * @since 1.0.0
    1515   */
    16   public function strings() {
     16  public static function strings() {
    1717    return array(
    1818      'block'                   => __( 'Block', 'cloud-blocks' ),
  • cloud-blocks/trunk/readme.txt

    r1958571 r1958585  
    66Tested up to: 4.9.8
    77Requires PHP: 5
    8 Stable tag: 1.0.0
     8Stable tag: 1.0.1
    99License: GNU GPL
    1010License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    3333== Changelog ==
    3434
     35
     36= 1.0.1 =
     37* Fix: is_plugin_active() undefined fix
     38* Fix: Change strings functions to static
     39
    3540= 1.0.0 =
    3641* Initial plugin
Note: See TracChangeset for help on using the changeset viewer.