Commit Graph

18 Commits

Author SHA1 Message Date
Nick Cernis cedc1a8eaa [NOJIRA] Prepare for release of 2.2.3 (#60)
* chore: bump version to 2.2.3

* chore: add changelog for 2.2.3

* chore: bump tested up to

* chore: add grunt-cli

Allows us to run grunt tasks for release prep without having
to install grunt globally.

For example:

```sh
npx grunt checktextdomain
npx grunt makepot
```

* chore: upgrade grunt-wp-i18n

`npx grunt makepot` fails otherwise.

* chore: regenerate pot file

By running `npx grunt makepot`.

No changes to strings, just updates to the version and dates.
2024-03-06 15:07:10 +01:00
Phil Johnston 000eee84fa 2.2.2 Version Bump and readme (#42)
* 2.2.2 Version Bump and readme

Co-Authored-By: Nick Cernis <nick@cern.is>
Co-authored-by: Nathan Rice <ncrice@gmail.com>
2020-04-03 09:54:57 -04:00
Marcos Antonio Schratzenstaller 51084ca1b1 2.2.1 release 2019-07-09 12:01:19 -03:00
Marcos Schratzenstaller 70084ece61 Rolling back plugin header to plugin.php, updating composer.json. 2019-05-07 08:54:54 -04:00
Marcos Schratzenstaller cb0fdc65b2 Bumping up the version on plugin's variable. 2019-05-07 08:54:54 -04:00
Marcos Schratzenstaller f1d1f65f7d Bumping up the version again. 2019-05-07 08:54:54 -04:00
Marcos Schratzenstaller fd504d41ac Introducing coding standards validation. 2019-05-07 08:54:54 -04:00
Nathan Rice 6f8b1a2069 Modify deprecated functions for backward compatibility. see #22. 2017-03-10 14:27:11 -05:00
Nathan Rice 775ece1a8b Forgot to change version after copy/paste. 2017-03-07 15:21:21 -05:00
Nathan Rice a3dc69479a Load textdomain first thing. 2017-03-07 15:18:28 -05:00
Nathan Rice f2280a3fae Change minimum requirement message. 2017-03-06 15:41:58 -05:00
Nathan Rice 991b354175 Fix typo. 2017-03-06 13:32:33 -05:00
Nathan Rice 491a2b74fc Better wording for admin notice. 2017-03-06 12:32:21 -05:00
Nathan Rice e5afd4f9ef Better wording for admin notice. 2017-03-06 12:29:22 -05:00
Nathan Rice 7d10d3c408 Fix translations issues. see #20. 2017-03-06 11:36:53 -05:00
Nathan Rice 1509276708 Change activation hook to admin notice. see #19. 2017-03-06 11:01:36 -05:00
Nathan Rice 49d5cfce79 Include deprecated.php, update readme.txt. 2017-03-01 20:01:43 -05:00
Nathan Rice febb5ede11 Rewrite based on new plugin boilerplate. 2017-03-01 19:51:34 -05:00