From 4315f1d813a85e28d19e0f029a42d3f2c1ce635f Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Fri, 30 Oct 2015 05:51:00 -0700 Subject: [PATCH 1/2] Update links in the readme to their new URLs --- README.md | 8 ++++---- readme.txt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index af5af43f..3848ad2e 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,17 @@ Shortcake makes using WordPress shortcodes a piece of cake. Used alongside `add_shortcode`, Shortcake supplies a user-friendly interface for adding a shortcode to a post, and viewing and editing it from within the content editor. -Once you've installed the plugin, you'll need to [register UI for your shortcodes](https://github.com/fusioneng/Shortcake/wiki/Registering-Shortcode-UI). For inspiration, check out [examples of Shortcake in the wild](https://github.com/fusioneng/Shortcake/wiki/Shortcode-UI-Examples). +Once you've installed the plugin, you'll need to [register UI for your shortcodes](https://github.com/wp-shortcake/Shortcake/wiki/Registering-Shortcode-UI). For inspiration, check out [examples of Shortcake in the wild](https://github.com/wp-shortcode/Shortcake/wiki/Shortcode-UI-Examples). -To report bugs or feature requests, [please use Github issues](https://github.com/fusioneng/Shortcake/issues). +To report bugs or feature requests, [please use Github issues](https://github.com/wp-shortcode/Shortcake/issues). ## Installation ## Shortcake can be installed like any other WordPress plugin. -Once you've done so, you'll need to [register the UI for your code](https://github.com/fusioneng/Shortcake/wiki/Registering-Shortcode-UI). +Once you've done so, you'll need to [register the UI for your code](https://github.com/wp-shortcode/Shortcake/wiki/Registering-Shortcode-UI). -New in 0.4.0 is the ability to [attach javascript functions to event attribute updates](https://github.com/fusioneng/Shortcake/wiki/Event-Attribute-Callbacks). Action hooks can be used to dynamically show or hide a field based on the value of another, or to implement custom validation rules. +New in 0.4.0 is the ability to [attach javascript functions to event attribute updates](https://github.com/wp-shortcode/Shortcake/wiki/Event-Attribute-Callbacks). Action hooks can be used to dynamically show or hide a field based on the value of another, or to implement custom validation rules. ## Frequently Asked Questions ## diff --git a/readme.txt b/readme.txt index 21e15805..d57e301a 100644 --- a/readme.txt +++ b/readme.txt @@ -13,17 +13,17 @@ Shortcake makes using WordPress shortcodes a piece of cake. Used alongside `add_shortcode`, Shortcake supplies a user-friendly interface for adding a shortcode to a post, and viewing and editing it from within the content editor. -Once you've installed the plugin, you'll need to [register UI for your shortcodes](https://github.com/fusioneng/Shortcake/wiki/Registering-Shortcode-UI). For inspiration, check out [examples of Shortcake in the wild](https://github.com/fusioneng/Shortcake/wiki/Shortcode-UI-Examples). +Once you've installed the plugin, you'll need to [register UI for your shortcodes](https://github.com/wp-shortcake/Shortcake/wiki/Registering-Shortcode-UI). For inspiration, check out [examples of Shortcake in the wild](https://github.com/wp-shortcode/Shortcake/wiki/Shortcode-UI-Examples). -To report bugs or feature requests, [please use Github issues](https://github.com/fusioneng/Shortcake/issues). +To report bugs or feature requests, [please use Github issues](https://github.com/wp-shortcode/Shortcake/issues). == Installation == Shortcake can be installed like any other WordPress plugin. -Once you've done so, you'll need to [register the UI for your code](https://github.com/fusioneng/Shortcake/wiki/Registering-Shortcode-UI). +Once you've done so, you'll need to [register the UI for your code](https://github.com/wp-shortcode/Shortcake/wiki/Registering-Shortcode-UI). -New in 0.4.0 is the ability to [attach javascript functions to event attribute updates](https://github.com/fusioneng/Shortcake/wiki/Event-Attribute-Callbacks). Action hooks can be used to dynamically show or hide a field based on the value of another, or to implement custom validation rules. +New in 0.4.0 is the ability to [attach javascript functions to event attribute updates](https://github.com/wp-shortcode/Shortcake/wiki/Event-Attribute-Callbacks). Action hooks can be used to dynamically show or hide a field based on the value of another, or to implement custom validation rules. == Frequently Asked Questions == From 765ee85ba6a88e424c81f1a832c9e1ee47298b92 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Fri, 30 Oct 2015 07:34:55 -0700 Subject: [PATCH 2/2] strtolower on `shortcake` --- README.md | 8 ++++---- readme.txt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3848ad2e..eb8f38ff 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,17 @@ Shortcake makes using WordPress shortcodes a piece of cake. Used alongside `add_shortcode`, Shortcake supplies a user-friendly interface for adding a shortcode to a post, and viewing and editing it from within the content editor. -Once you've installed the plugin, you'll need to [register UI for your shortcodes](https://github.com/wp-shortcake/Shortcake/wiki/Registering-Shortcode-UI). For inspiration, check out [examples of Shortcake in the wild](https://github.com/wp-shortcode/Shortcake/wiki/Shortcode-UI-Examples). +Once you've installed the plugin, you'll need to [register UI for your shortcodes](https://github.com/wp-shortcake/shortcake/wiki/Registering-Shortcode-UI). For inspiration, check out [examples of Shortcake in the wild](https://github.com/wp-shortcode/shortcake/wiki/Shortcode-UI-Examples). -To report bugs or feature requests, [please use Github issues](https://github.com/wp-shortcode/Shortcake/issues). +To report bugs or feature requests, [please use Github issues](https://github.com/wp-shortcode/shortcake/issues). ## Installation ## Shortcake can be installed like any other WordPress plugin. -Once you've done so, you'll need to [register the UI for your code](https://github.com/wp-shortcode/Shortcake/wiki/Registering-Shortcode-UI). +Once you've done so, you'll need to [register the UI for your code](https://github.com/wp-shortcode/shortcake/wiki/Registering-Shortcode-UI). -New in 0.4.0 is the ability to [attach javascript functions to event attribute updates](https://github.com/wp-shortcode/Shortcake/wiki/Event-Attribute-Callbacks). Action hooks can be used to dynamically show or hide a field based on the value of another, or to implement custom validation rules. +New in 0.4.0 is the ability to [attach javascript functions to event attribute updates](https://github.com/wp-shortcode/shortcake/wiki/Event-Attribute-Callbacks). Action hooks can be used to dynamically show or hide a field based on the value of another, or to implement custom validation rules. ## Frequently Asked Questions ## diff --git a/readme.txt b/readme.txt index d57e301a..037aef4b 100644 --- a/readme.txt +++ b/readme.txt @@ -13,17 +13,17 @@ Shortcake makes using WordPress shortcodes a piece of cake. Used alongside `add_shortcode`, Shortcake supplies a user-friendly interface for adding a shortcode to a post, and viewing and editing it from within the content editor. -Once you've installed the plugin, you'll need to [register UI for your shortcodes](https://github.com/wp-shortcake/Shortcake/wiki/Registering-Shortcode-UI). For inspiration, check out [examples of Shortcake in the wild](https://github.com/wp-shortcode/Shortcake/wiki/Shortcode-UI-Examples). +Once you've installed the plugin, you'll need to [register UI for your shortcodes](https://github.com/wp-shortcake/shortcake/wiki/Registering-Shortcode-UI). For inspiration, check out [examples of Shortcake in the wild](https://github.com/wp-shortcode/shortcake/wiki/Shortcode-UI-Examples). -To report bugs or feature requests, [please use Github issues](https://github.com/wp-shortcode/Shortcake/issues). +To report bugs or feature requests, [please use Github issues](https://github.com/wp-shortcode/shortcake/issues). == Installation == Shortcake can be installed like any other WordPress plugin. -Once you've done so, you'll need to [register the UI for your code](https://github.com/wp-shortcode/Shortcake/wiki/Registering-Shortcode-UI). +Once you've done so, you'll need to [register the UI for your code](https://github.com/wp-shortcode/shortcake/wiki/Registering-Shortcode-UI). -New in 0.4.0 is the ability to [attach javascript functions to event attribute updates](https://github.com/wp-shortcode/Shortcake/wiki/Event-Attribute-Callbacks). Action hooks can be used to dynamically show or hide a field based on the value of another, or to implement custom validation rules. +New in 0.4.0 is the ability to [attach javascript functions to event attribute updates](https://github.com/wp-shortcode/shortcake/wiki/Event-Attribute-Callbacks). Action hooks can be used to dynamically show or hide a field based on the value of another, or to implement custom validation rules. == Frequently Asked Questions ==