Releases: wpsharks/wp-sharks-core
Releases · wpsharks/wp-sharks-core
WP Sharks Core v170623.59000
- Adding
s::enqueueJsCookieLibs()
. - Updating to latest WebSharks Core lib.
- Enhancing CSS framework.
WP Sharks Core v170420.14768
- Adding
s::wcProductPost()
. - Adding
s::wcProductParent()
.
WP Sharks Core v170417.43553
- Adding
s::enqueueDeviconLibs()
. - Updating to latest WebSharks Core.
- Updating for compatibility with WooCommerce 3.0+.
WP Sharks Core v170329.20871
- Adding
s::enqueueStripeLibs()
. - Adding
s::enqueueNoUiSliderLibs()
. - Updating to latest WebSharks Core, which now includes Stripe integration.
- Updating to latest Semantic UI build, now a custom build that comes with the WebSharks Core.
- Adding support for inline scripts via
wp_add_inline_script()
. - Enhancing
data-if=""
attribute handling and expanding it to cover all menu page areas.
WP Sharks Core v170311.43193
- Adding new
Markup{}
utils. - Adding reCAPTCHA JS lib.
- Updating to latest WebSharks core.
- Adding
initial_network_id
andinitial_site_id
toWp{}
class. - Enhanced security & flexibility by removing reliance upon
wp_salt()
for plugin-specific cryptography needs. - Enhanced security by adding support for Defuse crypto keys & encryption.
- Enhanced security by using network-specific and site-specific keys.
- Removing
mcrypt
dependency entirely. - Reorganizing App class methods.
WP Sharks Core v170226.32361
- Adding support for Elite variation.
- Adding support for
async
scripts. - Adding support for explicitly empty SRIs.
- Adding support for inline styles in our own lib.
WP Sharks Core v170219.18660
- Bug fix. Missing
scripts
key in Semantic UI libs.
WP Sharks Core v170218.31677
- Updating to latest core.
- Adding Ace scripts/styles.
- Adding Behave scripts/styles.
- Adding MarkdownIt scripts/styles.
- Adding Font Awesome scripts/styles.
- Adding Highlight.js scripts/styles.
- Adding jQuery (latest) scripts/styles.
- Improving organization of CSS/JS framework.
- Added support for automatic SRIs in scripts/styles.
- Adding
integrity=""
attributes for remote scripts. - Adding
src/client-s/sris.json
map file for fast lookups. - Refactoring
StyleScripts{}
class to make it more robust. - Adding support for
$Form->inputRow(['type' => 'hidden']);
. - Adding support for
$Form->*Row(['if' => 'option=0|1|2|3|etc']);
. - Adding support for
$Form->*Row(['if' => 'option!=0|1|2|3|etc']);
. - Adding support for
$Form->hrRow();
(horizontal dividing row).
WP Sharks Core v170124.73639
- Bug fix. Undefined index
active_label
on license keys menu page. - Adding
home_url
and related properties to the centralizedWp
base class. - Correcting typo in dependency notice.
resolove
should beresolve
. - Bug fix. Broken 'Settings' link for some plugins running on the WP Sharks Core. See Issue #5.
- Enhancing WooCommerce conditionals in
Wp
base class. - Enhancing security by removing
basename(__FILE__)
from notices.
WP Sharks Core v161026.47592
- Updating to latest release of the websharks/core.
- Adding support for recurring notices, errors, and/or warnings.
- Use WordPress color pickers for
<input type="color" ...>
fields. See: #3 - Adding support for free trial copies of pro software with time-limited access to all pro features.
- Bug fix. Plugins nested inside a
woocommerce
parent page were not being linked up properly in the list of plugin action links. - Adding
s::defaultMenuPageUrl()
that collects the default menu page URL for the current plugin, based on which menu pages were added via WPSC API calls. - Remove
Dismiss &
from trial notice buttons in favor of more concise calls to action.