Changeset 1958585
- Timestamp:
- 10/18/2018 12:45:44 PM (7 years ago)
- Location:
- cloud-blocks/trunk
- Files:
-
- 4 edited
-
README.md (modified) (1 diff)
-
cloud-blocks.php (modified) (1 diff)
-
core/Settings/Translations.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cloud-blocks/trunk/README.md
r1958571 r1958585 49 49 ### Changelog 50 50 51 52 ##### 1.0.1 53 * Fix: is_plugin_active() undefined fix 54 * Fix: Change strings functions to static 55 51 56 ##### 1.0.0 52 57 * Initial plugin -
cloud-blocks/trunk/cloud-blocks.php
r1958571 r1958585 2 2 /* 3 3 Plugin Name: Cloud Blocks 4 Version: 1.0. 04 Version: 1.0.1 5 5 Description: Your library of Gutenberg blocks in the cloud 6 6 Author: Frontkom - Fouad Yousefi -
cloud-blocks/trunk/core/Settings/Translations.php
r1958571 r1958585 14 14 * @since 1.0.0 15 15 */ 16 public function strings() {16 public static function strings() { 17 17 return array( 18 18 'block' => __( 'Block', 'cloud-blocks' ), -
cloud-blocks/trunk/readme.txt
r1958571 r1958585 6 6 Tested up to: 4.9.8 7 7 Requires PHP: 5 8 Stable tag: 1.0. 08 Stable tag: 1.0.1 9 9 License: GNU GPL 10 10 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html … … 33 33 == Changelog == 34 34 35 36 = 1.0.1 = 37 * Fix: is_plugin_active() undefined fix 38 * Fix: Change strings functions to static 39 35 40 = 1.0.0 = 36 41 * Initial plugin
Note: See TracChangeset
for help on using the changeset viewer.